Skip to content
ianibo edited this page Sep 14, 2010 · 2 revisions

Prereqs

jar dependencies referenced in aggrega build but not present in any public maven repo

wget http://jug.safehaus.org/curr/jug-lgpl-2.0.0.jar
mvn install:install-file -DgroupId=org.safehaus.jug -DartifactId=jug -Dversion=2.0.0 -Dfile=./jug-lgpl-2.0.0.jar -Dpackaging=jar -DgeneratePom=true

wget http://www.jhlabs.com/ie/ImageEditor.jar
mvn install:install-file -DgroupId=com.jhlabs -DartifactId=imaging -Dversion=01012005 -Dfile=./ImageEditor.jar -Dpackaging=jar -DgeneratePom=true

Building..
cd Agrega2/src/modules/agrega
mvn clean install

Clone this wiki locally