]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.gnuplot/pom.xml
Added missing plug-ins from old SVN repository trunk
[simantics/platform.git] / bundles / org.simantics.gnuplot / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5         <modelVersion>4.0.0</modelVersion>
6
7         <groupId>org.simantics</groupId>
8         <artifactId>org.simantics.gnuplot</artifactId>
9         <version>0.0.1-SNAPSHOT</version>
10         <packaging>eclipse-plugin</packaging>
11
12         <parent>
13                 <groupId>org.simantics</groupId>
14                 <artifactId>org.simantics.root.bundles</artifactId>
15                 <version>1.0.0-SNAPSHOT</version>
16                 <relativePath>..</relativePath>
17         </parent>
18
19         <!-- common settings for all modules -->
20         <properties>
21                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22                 <tycho-version>0.26.0</tycho-version>
23         </properties>
24
25         <build>
26                 <sourceDirectory>src</sourceDirectory>
27                 <plugins>
28                         <plugin>
29                                 <groupId>org.eclipse.tycho</groupId>
30                                 <artifactId>tycho-maven-plugin</artifactId>
31                                 <version>${tycho-version}</version>
32                                 <extensions>true</extensions>
33                         </plugin>
34                         <plugin>
35                                 <artifactId>maven-compiler-plugin</artifactId>
36                                 <version>3.3</version>
37                                 <configuration>
38                                         <source>1.8</source>
39                                         <target>1.8</target>
40                                 </configuration>
41                         </plugin>
42                         <plugin>
43                                 <artifactId>maven-assembly-plugin</artifactId>
44                                 <version>2.6</version>
45                                 <configuration>
46                                         <descriptorRefs>
47                                                 <descriptorRef>jar-with-dependencies</descriptorRef>
48                                         </descriptorRefs>
49                                 </configuration>
50                                 <executions>
51                                         <execution>
52                                                 <id>standalone</id>
53                                                 <phase>package</phase>
54                                                 <goals>
55                                                         <goal>single</goal>
56                                                 </goals>
57                                         </execution>
58                                 </executions>
59                         </plugin>
60                 </plugins>
61                 <pluginManagement>
62                         <plugins>
63                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
64                                 <plugin>
65                                         <groupId>org.eclipse.m2e</groupId>
66                                         <artifactId>lifecycle-mapping</artifactId>
67                                         <version>1.0.0</version>
68                                         <configuration>
69                                                 <lifecycleMappingMetadata>
70                                                         <pluginExecutions>
71                                                                 <pluginExecution>
72                                                                         <pluginExecutionFilter>
73                                                                                 <groupId>
74                                                                                         org.eclipse.tycho
75                                                                                 </groupId>
76                                                                                 <artifactId>
77                                                                                         tycho-packaging-plugin
78                                                                                 </artifactId>
79                                                                                 <versionRange>
80                                                                                         [0.24.0,)
81                                                                                 </versionRange>
82                                                                                 <goals>
83                                                                                         <goal>validate-id</goal>
84                                                                                         <goal>build-qualifier</goal>
85                                                                                         <goal>
86                                                                                                 validate-version
87                                                                                         </goal>
88                                                                                 </goals>
89                                                                         </pluginExecutionFilter>
90                                                                         <action>
91                                                                                 <ignore></ignore>
92                                                                         </action>
93                                                                 </pluginExecution>
94                                                                 <pluginExecution>
95                                                                         <pluginExecutionFilter>
96                                                                                 <groupId>
97                                                                                         org.eclipse.tycho
98                                                                                 </groupId>
99                                                                                 <artifactId>
100                                                                                         tycho-compiler-plugin
101                                                                                 </artifactId>
102                                                                                 <versionRange>
103                                                                                         [0.24.0,)
104                                                                                 </versionRange>
105                                                                                 <goals>
106                                                                                         <goal>compile</goal>
107                                                                                 </goals>
108                                                                         </pluginExecutionFilter>
109                                                                         <action>
110                                                                                 <ignore></ignore>
111                                                                         </action>
112                                                                 </pluginExecution>
113                                                         </pluginExecutions>
114                                                 </lifecycleMappingMetadata>
115                                         </configuration>
116                                 </plugin>
117                         </plugins>
118                 </pluginManagement>
119         </build>
120
121 <!--    <dependencies> -->
122 <!--            <dependency> -->
123 <!--                    <groupId>junit</groupId> -->
124 <!--                    <artifactId>junit</artifactId> -->
125 <!--                    <version>4.12</version> -->
126 <!--                    <scope>test</scope> -->
127 <!--            </dependency> -->
128 <!--    </dependencies> -->
129 </project>