Skip to content

Instantly share code, notes, and snippets.

@gaeljw
Created March 7, 2018 08:04
Show Gist options
  • Save gaeljw/eece869098f9a371ea53544a4e61e389 to your computer and use it in GitHub Desktop.
Save gaeljw/eece869098f9a371ea53544a4e61e389 to your computer and use it in GitHub Desktop.
Commandes utiles Maven
# 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