Versuche google und reflections auch noch als plugin zu verpacken. WIll nicht funktionieren

This commit is contained in:
Andreas Stadelmeier 2018-01-19 17:48:25 +01:00
parent 47689f2fc6
commit a08e2e8815

View File

@ -83,6 +83,8 @@
<artifact>
<id>de.dhbwstuttgart:JavaTXcompiler:0.1</id>
</artifact>
<artifact><id>org.reflections:reflections:0.9.11</id></artifact>
<artifact><id>com.google.guava:guava:22:0</id></artifact>
</artifacts>
</configuration>
</execution>
@ -113,7 +115,7 @@
<repository>
<id>maven-repository</id>
<url>file:///${project.basedir}/target</url>
</repository>
</repository>
</repositories>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>