Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created March 20, 2014 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/9663934 to your computer and use it in GitHub Desktop.
Save jfarcand/9663934 to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>sonatype-oss-release</id>
<properties>
<gpg.passphrase>XXXXXXX</gpg.passphrase>
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<id>release-profile</id>
<properties>
<gpg.passphrase>XXXXXXX</gpg.passphrase>
<skipTests>true</skipTests>
</properties>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment