1 <?xml version="1.0" encoding="UTF-8"?>
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>
7 <artifactId>org.simantics.gnuplot</artifactId>
8 <version>0.0.1-SNAPSHOT</version>
9 <packaging>eclipse-plugin</packaging>
12 <groupId>org.simantics</groupId>
13 <artifactId>org.simantics.root.bundles</artifactId>
14 <version>1.0.0-SNAPSHOT</version>
15 <relativePath>..</relativePath>
18 <!-- common settings for all modules -->
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <tycho-version>1.0.0</tycho-version>
25 <sourceDirectory>src</sourceDirectory>
28 <groupId>org.eclipse.tycho</groupId>
29 <artifactId>tycho-maven-plugin</artifactId>
30 <version>${tycho-version}</version>
31 <extensions>true</extensions>
34 <artifactId>maven-compiler-plugin</artifactId>
35 <version>3.3</version>
42 <artifactId>maven-assembly-plugin</artifactId>
43 <version>2.6</version>
46 <descriptorRef>jar-with-dependencies</descriptorRef>
52 <phase>package</phase>
62 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
64 <groupId>org.eclipse.m2e</groupId>
65 <artifactId>lifecycle-mapping</artifactId>
66 <version>1.0.0</version>
68 <lifecycleMappingMetadata>
71 <pluginExecutionFilter>
76 tycho-packaging-plugin
82 <goal>validate-id</goal>
83 <goal>build-qualifier</goal>
88 </pluginExecutionFilter>
94 <pluginExecutionFilter>
107 </pluginExecutionFilter>
113 <pluginExecutionFilter>
114 <groupId>org.simantics</groupId>
116 graph-builder-maven-plugin
122 <goal>compile-graphs</goal>
124 </pluginExecutionFilter>
130 </lifecycleMappingMetadata>
137 <!-- <dependencies> -->
138 <!-- <dependency> -->
139 <!-- <groupId>junit</groupId> -->
140 <!-- <artifactId>junit</artifactId> -->
141 <!-- <version>4.12</version> -->
142 <!-- <scope>test</scope> -->
143 <!-- </dependency> -->
144 <!-- </dependencies> -->