Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Don't skip tests, we'll need them in the surefire report

...

  1. Build the camel site and javadoc (you will need graphviz installed and the dot program in the path)
    Code Block
    mvn -Dsite-repo-url=file:$HOME/$PROJ-$PROJVER/site -Dmaven.test.skip.exec=true site:site
    mvn -Dsite-repo-url=file:$HOME/$PROJ-$PROJVER/site -Dmaven.test.skip.exec=true site:deploy
    
  1. Tag the release using your local workspace to a new CAMEL_X_Y label
    Code Block
    svn copy ../camel https://svn.apache.org/repos/asf/activemq/camel/tags/camel-x.y.z -m "Camel x.y.z Release"
    

...