blob: a7b8421037e5b739ea8ed18a3c4a8f0353de1cd2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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.25</version>
</parent>
<groupId>org.eclipse.efm</groupId>
<artifactId>org.eclipse.efm.modeling.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>org.eclipse.efm-modeling Parent</name>
<description>A Modeling Component for ${component.shortname}</description>
<url>https://eclipse.org/efm/components/${component.shortname}/</url>
<modules>
<module>core</module>
<module>codegen</module>
<module>diagram</module>
<module>editor</module>
<module>execution</module>
<module>doc</module>
<module>features</module>
<module>gui</module>
<module>releng</module>
<module>targetplatform</module>
<module>tutorial</module>
</modules>
<properties>
<component.shortname>org.eclipse.efm-modeling</component.shortname>
<component.fullartifactId>org.eclipse.efm.modeling</component.fullartifactId>
<component.hudson.tabname>Modeling</component.hudson.tabname>
<component.bugzilla.name>modeling</component.bugzilla.name>
<component.package.rootname>org.eclipse.efm</component.package.rootname>
<component.rcp.name>org.eclipse.efm.modeling.rcp</component.rcp.name>
<component.apibaseline.url>http://download.eclipse.org/efm/components/org.eclipse.efm-modeling/</component.apibaseline.url>
<component.servicetype>org.eclipse.efm.modeling.service.types</component.servicetype>
<eclipse.targetrelease>last-release-papyrus</eclipse.targetrelease>
<target.version>${project.version}</target.version>
<!-- Default header linked to EPL license -->
<component.header>header.epl.txt</component.header>
<eclipse.release>last-release-papyrus</eclipse.release>
</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>Eclipse Formal Modeling 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>Eclipse Formal Modeling 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>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>eclipse.org-mylyn</id>
<!-- url>https://repo.eclipse.org/content/repositories/mylyn-releases/</url -->
<url>https://repo.eclipse.org/content/repositories/mylyn/</url>
</pluginRepository>
<pluginRepository>
<!-- guava snapshots -->
<id>org.jboss.tools.tycho-plugins</id>
<url>https://repository.jboss.org/</url>
</pluginRepository>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<!-- This will override the failure in the components configuration and enable the build to go through
Be careful as a yellow ball is more forgettable than a broken build though ;p -->
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>org.eclipse.mylyn.wikitext.core.maven</artifactId>
<version>${mylyn.wikitext.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.eclipse.mylyn.docs
</groupId>
<artifactId>
org.eclipse.mylyn.wikitext.core.maven
</artifactId>
<versionRange>
[2.4.0-SNAPSHOT,)
</versionRange>
<goals>
<goal>eclipse-help</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>