Skip to content

Instantly share code, notes, and snippets.

@lihonosov
Created January 3, 2013 06:54
Show Gist options
  • Select an option

  • Save lihonosov/4441344 to your computer and use it in GitHub Desktop.

Select an option

Save lihonosov/4441344 to your computer and use it in GitHub Desktop.
Maven: deploy jar to nexus server
mvn deploy:deploy-file -Durl={nexus url} -DrepositoryId={id} -DgroupId={groupId} -DartifactId={artifactId} -Dversion={version} -Dpackaging=jar -Dfile={filename.jar}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment