Last active
August 29, 2015 14:16
-
-
Save gbraccialli/85c652e60473ddbf76c4 to your computer and use it in GitHub Desktop.
maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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