]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/pom.xml
Layer0Utils.addL0Identifier to prevent possible differentiation of code
[simantics/platform.git] / tests / 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.tests</artifactId>
7     <version>1.0.0-SNAPSHOT</version>
8     <packaging>pom</packaging>
9
10     <parent>
11         <groupId>org.simantics</groupId>
12         <artifactId>org.simantics.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         </plugins>
27     </build>
28
29     <modules>
30         <module>org.simantics.scl.compiler.tests</module>
31         <module>org.simantics.scl.osgi.tests</module>
32     </modules>
33 </project>