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