Maven Install jar file to local repository

The local repository will be searched first, b4 actually searching the remote repository.










mvn
install:install-file
-Dfile=SocialNetworking-facebook/facebook-java-api-3.0.2.jar
-DgroupId=com.google.code.facebookapi -DartifactId=facebook-java-api
-Dversion=3.0.2 -Dpackaging=jar

Comments

Popular Posts