]> gerrit.simantics Code Review - simantics/platform.git/blob - pom.xml
Logger fixes after merge commit:fdbe8762
[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                 <module>tests</module>\r
21         </modules>\r
22 \r
23         <build>\r
24                 <pluginManagement>\r
25                         <plugins>\r
26                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
27                                 <plugin>\r
28                                         <groupId>org.eclipse.m2e</groupId>\r
29                                         <artifactId>lifecycle-mapping</artifactId>\r
30                                         <version>1.0.0</version>\r
31                                         <configuration>\r
32                                                 <lifecycleMappingMetadata>\r
33                                                         <pluginExecutions>\r
34                                                                 <pluginExecution>\r
35                                                                         <pluginExecutionFilter>\r
36                                                                                 <groupId>\r
37                                                                                         org.apache.maven.plugins\r
38                                                                                 </groupId>\r
39                                                                                 <artifactId>\r
40                                                                                         maven-clean-plugin\r
41                                                                                 </artifactId>\r
42                                                                                 <versionRange>\r
43                                                                                         [2.5,)\r
44                                                                                 </versionRange>\r
45                                                                                 <goals>\r
46                                                                                         <goal>clean</goal>\r
47                                                                                 </goals>\r
48                                                                         </pluginExecutionFilter>\r
49                                                                         <action>\r
50                                                                                 <ignore></ignore>\r
51                                                                         </action>\r
52                                                                 </pluginExecution>\r
53                                                         </pluginExecutions>\r
54                                                 </lifecycleMappingMetadata>\r
55                                         </configuration>\r
56                                 </plugin>\r
57                         </plugins>\r
58                 </pluginManagement>\r
59         </build>\r
60 </project>