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>
11 <groupId>org.simantics</groupId>
12 <artifactId>org.simantics.root</artifactId>
13 <version>1.0.0-SNAPSHOT</version>
19 <groupId>org.eclipse.tycho</groupId>
20 <artifactId>tycho-compiler-plugin</artifactId>
21 <version>${tycho.version}</version>
23 <compilerArgument>-err:-forbidden</compilerArgument>
30 <module>org.simantics.scl.compiler.tests</module>
31 <module>org.simantics.scl.osgi.tests</module>