2018-12-19 09:38:18 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2018-12-06 15:52:09 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>JavaCompilerPlugin</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
|
|
<groupId>de.dhbwstuttgart</groupId>
|
|
|
|
<artifactId>JavaCompilerPlugin.configuration</artifactId>
|
2018-12-09 10:09:20 +00:00
|
|
|
<version>0.1.0-SNAPSHOT</version>
|
2019-11-27 20:49:46 +00:00
|
|
|
<relativePath>./releng/JavaCompilerPlugin.Configuration</relativePath>
|
2018-12-06 15:52:09 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>bundles</module>
|
|
|
|
<module>features</module>
|
|
|
|
<module>releng</module>
|
|
|
|
</modules>
|
|
|
|
</project>
|