]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/pom.xml
Merge commit '31664b6'
[simantics/platform.git] / tests / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
4     <modelVersion>4.0.0</modelVersion>\r
5     <groupId>org.simantics</groupId>\r
6     <artifactId>org.simantics.root.tests</artifactId>\r
7     <version>1.0.0-SNAPSHOT</version>\r
8     <packaging>pom</packaging>\r
9 \r
10     <parent>\r
11         <groupId>org.simantics</groupId>\r
12         <artifactId>org.simantics.root</artifactId>\r
13         <version>1.0.0-SNAPSHOT</version>\r
14     </parent>\r
15 \r
16     <build>\r
17         <plugins>\r
18             <plugin>\r
19                 <groupId>org.eclipse.tycho</groupId>\r
20                 <artifactId>tycho-compiler-plugin</artifactId>\r
21                 <version>${tycho.version}</version>\r
22                 <configuration>\r
23                     <compilerArgument>-err:-forbidden</compilerArgument>\r
24                 </configuration>\r
25             </plugin>\r
26         </plugins>\r
27     </build>\r
28 \r
29     <modules>\r
30         <module>org.simantics.scl.compiler.tests</module>\r
31         <module>org.simantics.scl.osgi.tests</module>\r
32     </modules>\r
33 </project>\r