fixed maven issues

Maven really fucked me on this merge lol
This commit is contained in:
zeruth
2019-06-06 23:35:26 -04:00
parent 0dcd321ce6
commit 5eb12b7119
9 changed files with 87 additions and 26 deletions

View File

@@ -153,6 +153,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>