Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Last active August 29, 2015 14:16
Show Gist options
  • Save gbraccialli/85c652e60473ddbf76c4 to your computer and use it in GitHub Desktop.
Save gbraccialli/85c652e60473ddbf76c4 to your computer and use it in GitHub Desktop.
maven
mvn install -DskipTests -P hadoop-2
mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true
mvn clean package
mvn clean package -o
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=/root/StormCommon-1.0-SNAPSHOT.jar \
-DgroupId=com.github.randerzander \
-DartifactId=StormCommon \
-Dversion=1.0-SNAPSHOT \
-Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment