Skip to content

Instantly share code, notes, and snippets.

@songpp
Created September 21, 2012 07:43
Show Gist options
  • Select an option

  • Save songpp/3760232 to your computer and use it in GitHub Desktop.

Select an option

Save songpp/3760232 to your computer and use it in GitHub Desktop.
deploy 3rd jar to a repo
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