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-21 08:42:09 -05:00
parent 39ea262d32
commit a6e275e910
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
sourceEncoding=UTF-8
groupId=org.example.runelite
artifactId=exampleplugin
version=1.0.0-SNAPSHOT
package=org.example.runelite.exampleplugin
@@ -0,0 +1 @@
clean verify