Improves bootstrapper. Moves all jars to single folder ./live as it produces bootstrap for easy moving.

This commit is contained in:
Zeruth
2019-07-07 21:05:33 -04:00
parent 92e2fa3857
commit b80ca6e2fa
6 changed files with 48 additions and 23 deletions

View File

@@ -284,6 +284,12 @@
<artifactId>asm-all</artifactId>
<version>6.0_BETA</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>