Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Test the release
Code Block
mvn -DperformRelease=truePrelease,deploy -Dgpg.passphrase=xxxsmx -DaltDeploymentRepositoryDdeploy.altRepository=yyy install gpg:sign site:site deploy site:deploy

where yyy has the following syntax for example:

...

  1. Rerun the same command inside tooling/jbi-maven-plugin, as for an unknown reason, the plugin is incorrectly generated the first time (ant tasks are not added).
    Code Block
    cd tooling/jbi-maven-plugin
    mvn -DperformRelease=truePrelease,deploy -Dgpg.passphrase=xxxsmx -DaltDeploymentRepositoryDdeploy.altRepository=yyy install gpg:sign site:site deploy site:deploy
    
  1. Tag the release using your local workspace to a new servicemix-X.Y label
    Code Block
    svn mkdir https://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-X.Y -m "ServiceMix X.Y Release"
    svn copy . https://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-X.Y -m "ServiceMix X.Y Release"
    

...