mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
2 lines
233 B
Bash
2 lines
233 B
Bash
|
# installs 3d party libs to local repository
|
||
|
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
|