-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
jacop and mini-eugene
These libraries have to be installed separately, so users on a fresh machine have to find them and install. We could write up documentation and/or an installation guide for new users OR automate the process with a resources folder.
commands in install.sh:
mvn install:install-file -Dfile=jacop-4.1.0.jar -DgroupId=org -DartifactId=jacop -Dversion=4.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=miniEugene-core-1.0.0-jar-with-dependencies.jar -DgroupId=org.cidarlab -DartifactId=miniEugene-core -Dversion=1.0 -Dpackaging=jar
