]> gerrit.simantics Code Review - simantics/platform.git/blob - pom.xml
Rebuilt graph.tg's with latest graph compiler version
[simantics/platform.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
4         <modelVersion>4.0.0</modelVersion>\r
5         <groupId>org.simantics</groupId>\r
6         <artifactId>org.simantics.root</artifactId>\r
7         <version>1.0.0-SNAPSHOT</version>\r
8         <packaging>pom</packaging>\r
9         <parent>\r
10                 <groupId>org.simantics</groupId>\r
11                 <artifactId>org.simantics.tycho.configuration</artifactId>\r
12                 <version>1.0.0-SNAPSHOT</version>\r
13                 <relativePath>releng/org.simantics.tycho.configuration</relativePath>\r
14         </parent>\r
15 \r
16         <modules>\r
17                 <module>bundles</module>\r
18                 <module>features</module>\r
19                 <module>releng</module>\r
20         </modules>\r
21 \r
22         <build>\r
23                 <pluginManagement>\r
24                         <plugins>\r
25                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
26                                 <plugin>\r
27                                         <groupId>org.eclipse.m2e</groupId>\r
28                                         <artifactId>lifecycle-mapping</artifactId>\r
29                                         <version>1.0.0</version>\r
30                                         <configuration>\r
31                                                 <lifecycleMappingMetadata>\r
32                                                         <pluginExecutions>\r
33                                                                 <pluginExecution>\r
34                                                                         <pluginExecutionFilter>\r
35                                                                                 <groupId>\r
36                                                                                         org.apache.maven.plugins\r
37                                                                                 </groupId>\r
38                                                                                 <artifactId>\r
39                                                                                         maven-clean-plugin\r
40                                                                                 </artifactId>\r
41                                                                                 <versionRange>\r
42                                                                                         [2.5,)\r
43                                                                                 </versionRange>\r
44                                                                                 <goals>\r
45                                                                                         <goal>clean</goal>\r
46                                                                                 </goals>\r
47                                                                         </pluginExecutionFilter>\r
48                                                                         <action>\r
49                                                                                 <ignore></ignore>\r
50                                                                         </action>\r
51                                                                 </pluginExecution>\r
52                                                         </pluginExecutions>\r
53                                                 </lifecycleMappingMetadata>\r
54                                         </configuration>\r
55                                 </plugin>\r
56                         </plugins>\r
57                 </pluginManagement>\r
58         </build>\r
59 </project>