How To Force External Appall Into Artifactory Using Maven

This code assumes that you lot already bring artifactory setup. And your local settings.xml allows you lot to force external jars into it. To create that you lot solely require to setup your artifactory's username as well as password. 

Here is the code, it uploads the file javapns_2.2.jar into my artifactory. FYI javapns is an artifact role for apple tree force notification :-):

mvn install:install-file -DgroupId=com.googlecode.javapns -DartifactId=javapns-jdk16 -Dversion=2.2 -Dfile=JavaPNS_2.2.jar -Dpackaging=jar -DgeneratePom=true 
Next
Previous
Click here for Comments

0 komentar:

Please comment if there are any that need to be asked.