Open nonsense-j opened 10 months ago
Good catch. The multi-module build is a bit confusing right now. You have to install com.github.maracas:comp-changes-old
and com.github.maracas:comp-changes-new
first before you can run the assembly
goal on core
. This is how to do it:
$ cd maracas/
$ mvn clean install -DskipTests
$ cd core/
$ mvn assembly:single
$ java -jar target/maracas-core-0.6.0-SNAPSHOT-jar-with-dependencies.jar --help
We'll try to come up with a simpler process in the future.
I am trying to building a standalone JAR from Maracas Core with the instruction in README. After running command
mvn clean compile assembly:single
, I got an error as below( com.github.maracas:comp-changes-new:jar:0.0.1 and com.github.maracas:comp-changes-old:jar:0.0.1 is missing):Repository setting in
~/.m2/settings.xml
:The url https://maven.pkg.github.com/alien-tools/maracas seams to be not found.