Age | Commit message (Collapse) | Author |
|
|
|
I added these excludes before I realized that reasm-commons defined the
dependencies on JUnit and Hamcrest incorrectly (the scope=test attribute
was missing). With the correct dependencies, these excludes are
superfluous, because JUnit and Hamcrest are not included in the JAR at
all.
|
|
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).
|
|
|
|
|
|
Add the configuration to generate an assembly during the package phase
in the POM.
|
|
|
|
|
|
|
|
|
|
This is a Java project template for the Luna version of Eclipse JDT and
Eclipse m2e. It also enables the FindBugs builder.
|