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