Skip to content

Instantly share code, notes, and snippets.

@pietrom
Last active December 14, 2015 23:49
Show Gist options
  • Save pietrom/5168663 to your computer and use it in GitHub Desktop.
Save pietrom/5168663 to your computer and use it in GitHub Desktop.
Package sources, binaries and javadoc using Maven
#!/bin/bash
mvn clean package source:jar javadoc:jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment