diff options
author | Francis Gagné <fragag1@gmail.com> | 2015-02-17 22:47:01 -0500 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2015-02-17 22:47:01 -0500 |
commit | 0fc13dcea43312ef47fe63c4d4213269d8aeafcd (patch) | |
tree | eed974183f5ac0f2d09f3355f864d0bf5f58e0d8 /.gitignore | |
parent | 26c2d480e3f4f03fe5b04f47688273f20d8c6c00 (diff) |
Use the Maven Shade plugin
Use the Maven Shade plugin to build an uber-jar instead of the Maven
Assembly plugin's jar-with-dependencies. The main reason for switching
is that we must merge the services resource files (specifically,
META-INF/resources/org.reasm.ArchitectureProvider, which is now provided
by both reasm-m68k and reasm-z80).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ /target/ +/dependency-reduced-pom.xml |