Plugin_JCC/JavaCompilerPlugin/pom.xml

18 lines
724 B
XML
Raw Normal View History

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>
<version>0.1.0-SNAPSHOT</version>
2018-12-06 15:52:09 +00:00
<relativePath>./releng/JavaCompilerPlugin.configuration</relativePath>
</parent>
<modules>
<module>bundles</module>
<module>features</module>
<module>releng</module>
</modules>
</project>