Closed mackeprm closed 8 years ago
Very nice. Two more things:
Currently when I enter:
java -jar cuneiform-cmdline-2.0.2-SNAPSHOT.jar
log4j:WARN No appenders could be found for logger (de.huberlin.wbi.cuneiform.core.actormodel.Actor).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Also I'll prepare a new target branch for playing around with it, prior to ultimately pushing the change to the master branch. I'll call the target branch uberjar again. (Sorry for deleting the other one).
This pull requests adds creation of a fat jar via the maven shade execution plugin (see https://maven.apache.org/plugins/maven-shade-plugin/ ).
It also adds exclusion of the idea project files in the .gitignore file to ensure maven project handling only.