Skip to content

Commit

Permalink
* Fixing the line for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ensor committed Jan 22, 2013
1 parent abf97d0 commit beef710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
1. mvn -Pgpg deploy -Denforcer.skip=true
NOTE: To release to maven central
1. mvn -Pgpg release:prepare release:perform -Darguments=-Dgpg.passphrase=######## -Denforcer.skip=true
1. mvn -Pgpg release:prepare release:perform -Darguments="-Dgpg.passphrase=######## -Denforcer.skip=true" -Denforcer.skip=true
2. Go to https://oss.sonatype.org/index.html#welcome
3. Search "Staging" repositories
4. Close staging repository with a description
Expand Down Expand Up @@ -139,8 +139,8 @@
<changelog.revision.bitbucket.fileUri>${project.scm.url}/commits/%REV%</changelog.revision.bitbucket.fileUri>

<!-- NOTE: Choose the changelog File Uri for your project. By default, this will fail if not setup -->
<changelog.fileUri />
<changelog.revision.fileUri />
<changelog.fileUri/>
<changelog.revision.fileUri/>

<cobertura.base.package>com.clickconcepts</cobertura.base.package>
<!-- Needed for Code Narc only -->
Expand Down Expand Up @@ -783,7 +783,7 @@
<include>**/*Test.java</include>
<include>**/*Specification.java</include>
</includes>
<systemProperties />
<systemProperties/>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit beef710

Please sign in to comment.