Skip to content

Instantly share code, notes, and snippets.

@cybic
Created November 26, 2013 11:38
Show Gist options
  • Select an option

  • Save cybic/7657019 to your computer and use it in GitHub Desktop.

Select an option

Save cybic/7657019 to your computer and use it in GitHub Desktop.
#!/bin/bash
mvn clean; mvn --batch-mode -Darguments=-Dmaven.test.skip=true -DpreparationGoals="clean install" release:prepare; mvn -Darguments="-Dmaven.test.skip=true -Dmaven.javadoc.skip=true" -Dgoals=deploy release:perform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment