Well it sometimes useful to install jar files that create or download directly to local maven repository.

mvn install:install-file \
        -Dfile=<path-to-file> \
        -DgroupId=<group-id> \
        -DartifactId=<artifact-id> \
        -Dversion=<version> \
        -Dpackaging=<packaging> \
        -DgeneratePom=true


Published

24 August 2014

Category

development

Tags