blob: 019ad699fa13442ee4677ca7fb2be921ea93e349 [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>${project.version}</version>
</parent>
<groupId>\${groupId}</groupId>
<artifactId>\${groupId}.\${artifactId}.parent</artifactId>
<version>\${version}-SNAPSHOT</version>
<packaging>pom</packaging>
<name>\${componentName}</name>
<description>A Papyrus Component for ${component.shortname}</description>
<url>https://eclipse.org/papyrus/components/${component.shortname}/</url>
<properties>
<component.shortname>\${componentName}</component.shortname>
<component.artifactId>\${artifactId}</component.artifactId>
<component.hudson.tabname>\${hudsonViewName}</component.hudson.tabname>
<component.bugzilla.name>\${bugzillaName}</component.bugzilla.name>
<component.package.rootname>\${groupId}</component.package.rootname>
<component.rcp.name>\${groupId}.\${artifactId}.rcp</component.rcp.name>
<component.apibaseline.url>http://download.eclipse.org/modeling/mdt/papyrus/components/\${componentName}/</component.apibaseline.url>
<component.servicetype>\${groupId}.\${artifactId}.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>targetplatform</module>
<module>core</module>
<module>releng</module>
</modules>
</project>