Created
September 21, 2012 07:43
-
-
Save songpp/3760232 to your computer and use it in GitHub Desktop.
deploy 3rd jar to a repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mvn -s E:\tools\maven\settings.xml deploy:deploy-file -DgroupId=com.baidu.cms -DartifactId=cms-process-transfer -Durl=<where-to-upload> -DrepositoryId=scm-release -Dfile=E:\project\cmsnew\thirdpart\cms-process-transfer-0.1.9.jar -Dversion=0.1.9 -Dpackaging=jar -DgeneratePom=true -Dmaven.repository=<your-repo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment