1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.simantics</groupId>
6 <artifactId>org.simantics.root</artifactId>
7 <version>1.0.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
10 <groupId>org.simantics</groupId>
11 <artifactId>org.simantics.tycho.configuration</artifactId>
12 <version>1.0.0-SNAPSHOT</version>
13 <relativePath>releng/org.simantics.tycho.configuration</relativePath>
17 <module>bundles</module>
18 <module>features</module>
19 <module>releng</module>
20 <module>tests</module>
26 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
28 <groupId>org.eclipse.m2e</groupId>
29 <artifactId>lifecycle-mapping</artifactId>
30 <version>1.0.0</version>
32 <lifecycleMappingMetadata>
35 <pluginExecutionFilter>
37 org.apache.maven.plugins
48 </pluginExecutionFilter>
54 </lifecycleMappingMetadata>