1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <artifactId>org.simantics.sdk.repository</artifactId>
5 <version>1.42.0-SNAPSHOT</version>
6 <packaging>eclipse-repository</packaging>
9 <groupId>org.simantics</groupId>
10 <artifactId>org.simantics.root.releng</artifactId>
11 <version>1.0.0-SNAPSHOT</version>
17 <groupId>org.eclipse.tycho</groupId>
18 <artifactId>tycho-p2-repository-plugin</artifactId>
19 <version>${tycho.version}</version>
21 <skipArchive>true</skipArchive>
27 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
29 <groupId>org.eclipse.m2e</groupId>
30 <artifactId>lifecycle-mapping</artifactId>
31 <version>1.0.0</version>
33 <lifecycleMappingMetadata>
36 <pluginExecutionFilter>
38 org.apache.maven.plugins
49 </pluginExecutionFilter>
55 <pluginExecutionFilter>
60 tycho-packaging-plugin
67 build-qualifier-aggregator
70 </pluginExecutionFilter>
76 </lifecycleMappingMetadata>