]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.repository/pom.xml
Update to Tycho 1.0.0
[simantics/fmil.git] / org.simantics.fmil.repository / pom.xml
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.fmil.repository</artifactId>
5         <version>1.26.0-SNAPSHOT</version>
6         <packaging>eclipse-repository</packaging>
7
8         <parent>
9                 <groupId>org.simantics.fmi</groupId>
10                 <artifactId>org.simantics.fmil.parent</artifactId>
11                 <version>0.0.1-SNAPSHOT</version>
12                 <relativePath>../org.simantics.fmil.parent</relativePath>
13         </parent>
14
15         <build>
16                 <pluginManagement>
17                         <plugins>
18                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
19                                 <plugin>
20                                         <groupId>org.eclipse.m2e</groupId>
21                                         <artifactId>lifecycle-mapping</artifactId>
22                                         <version>1.0.0</version>
23                                         <configuration>
24                                                 <lifecycleMappingMetadata>
25                                                         <pluginExecutions>
26                                                                 <pluginExecution>
27                                                                         <pluginExecutionFilter>
28                                                                                 <groupId>
29                                                                                         org.apache.maven.plugins
30                                                                                 </groupId>
31                                                                                 <artifactId>
32                                                                                         maven-clean-plugin
33                                                                                 </artifactId>
34                                                                                 <versionRange>
35                                                                                         [2.5,)
36                                                                                 </versionRange>
37                                                                                 <goals>
38                                                                                         <goal>clean</goal>
39                                                                                 </goals>
40                                                                         </pluginExecutionFilter>
41                                                                         <action>
42                                                                                 <ignore></ignore>
43                                                                         </action>
44                                                                 </pluginExecution>
45                                                                 <pluginExecution>
46                                                                         <pluginExecutionFilter>
47                                                                                 <groupId>
48                                                                                         org.eclipse.tycho
49                                                                                 </groupId>
50                                                                                 <artifactId>
51                                                                                         tycho-packaging-plugin
52                                                                                 </artifactId>
53                                                                                 <versionRange>
54                                                                                         [1.0.0,)
55                                                                                 </versionRange>
56                                                                                 <goals>
57                                                                                         <goal>
58                                                                                                 build-qualifier-aggregator
59                                                                                         </goal>
60                                                                                 </goals>
61                                                                         </pluginExecutionFilter>
62                                                                         <action>
63                                                                                 <ignore></ignore>
64                                                                         </action>
65                                                                 </pluginExecution>
66                                                         </pluginExecutions>
67                                                 </lifecycleMappingMetadata>
68                                         </configuration>
69                                 </plugin>
70                         </plugins>
71                 </pluginManagement>
72         </build>
73 </project>