]> gerrit.simantics Code Review - simantics/r.git/blob - bundles/pom.xml
Removed own target platform definition from Simantics R
[simantics/r.git] / bundles / 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.r.root.bundles</artifactId>
7     <version>1.0.0-SNAPSHOT</version>
8     <packaging>pom</packaging>
9
10     <parent>
11         <groupId>org.simantics</groupId>
12         <artifactId>org.simantics.r.root</artifactId>
13         <version>1.0.0-SNAPSHOT</version>
14     </parent>
15
16     <build>
17         <plugins>
18             <plugin>
19                 <groupId>org.eclipse.tycho</groupId>
20                 <artifactId>tycho-compiler-plugin</artifactId>
21                 <version>${tycho.version}</version>
22                 <configuration>
23                     <compilerArgument>-err:-forbidden</compilerArgument>
24                 </configuration>
25             </plugin>
26             <plugin>
27                 <groupId>org.eclipse.tycho</groupId>
28                 <artifactId>tycho-source-plugin</artifactId>
29                 <version>${tycho.version}</version>
30                 <executions>
31                     <execution>
32                         <id>plugin-source</id>
33                         <goals>
34                             <goal>plugin-source</goal>
35                         </goals>
36                     </execution>
37                 </executions>
38             </plugin>
39         </plugins>
40     </build>
41
42     <modules>
43         <module>org.simantics.r</module>
44         <module>org.simantics.r.fileimport</module>
45         <module>org.simantics.r.ontology</module>
46         <module>org.simantics.r.scl</module>
47     </modules>
48 </project>