Add tests for archetype-plugin compilability

This should make sure that the example plugin archetype is compilable.
The test seems to fail in IDEA, but runs fine from a terminal :/
This commit is contained in:
SomeoneWithAnInternetConnection
2017-12-20 20:55:28 -05:00
parent 39ea262d32
commit a6e275e910
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
sourceEncoding=UTF-8
groupId=org.example.runelite
artifactId=exampleplugin
version=1.0.0-SNAPSHOT
package=org.example.runelite.exampleplugin

View File

@@ -0,0 +1 @@
clean verify