Created
March 7, 2018 08:04
-
-
Save gaeljw/eece869098f9a371ea53544a4e61e389 to your computer and use it in GitHub Desktop.
Commandes utiles Maven
This file contains 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
# Propriétés Maven pour Nexus interne avec certificat bancal | |
MAVEN_OPTS=-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Djavax.net.ssl.trustStore=C:\tmp\mavenKeystore | |
# Commandes de release | |
mvn release:prepare -Pprofil -Darguments="-DskipTests" -DdryRun=true | |
mvn release:prepare -Pprofil -Darguments="-DskipTests" | |
mvn release:perform |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment