blob: e71e5b1bbb485710d1f73d76171bcebf03656d43 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus.components</groupId>
<artifactId>org.eclipse.papyrus.components.parent</artifactId>
<version>0.0.17</version>
</parent>
<groupId>org.eclipse.papyrus.marte</groupId>
<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>MARTE</name>
<description>A Papyrus Component for ${component.shortname}</description>
<url>https://eclipse.org/papyrus/components/${component.shortname}/</url>
<properties>
<component.shortname>MARTE</component.shortname>
<component.fullartifactId>org.eclipse.papyrus.marte</component.fullartifactId>
<component.hudson.tabname>MARTE</component.hudson.tabname>
<component.bugzilla.name>MARTE</component.bugzilla.name>
<component.package.rootname>org.eclipse.papyrus.marte</component.package.rootname>
<component.rcp.name>org.eclipse.papyrus.marte.rcp</component.rcp.name>
<component.apibaseline.url>http://download.eclipse.org/modeling/mdt/papyrus/components/MARTE/</component.apibaseline.url>
<component.servicetype>org.eclipse.papyrus.marte.service.types</component.servicetype>
<eclipse.targetrelease>neon</eclipse.targetrelease>
<target.version>${project.version}</target.version>
<!-- Default header linked to EPL license -->
<component.header>header.epl.txt</component.header>
</properties>
<licenses>
<!-- Default license -->
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
<comments>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distributione</comments>
</license>
</licenses>
<repositories>
<repository>
<id>pap.repo.eclipse.org</id>
<name>Papyrus Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/papyrus-releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>paps.repo.eclipse.org</id>
<name>Papyrus Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/papyrus-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
</repositories>
<modules>
<module>core</module>
<module>view</module>
<module>textedit</module>
<module>targetplatform</module>
<module>releng</module>
</modules>
</project>