Versions Compared

Key

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

How to create and announce a Camel release.

Note: Make sure that you are using JDK 6 as several camel components (like the Web Console for example) now require JDK 6

Maven 2 Setup

Before you deploy anything to the maven repository using Maven 2, you should configure your ~/.m2/settings.xml file
so that the file permissions of the deployed artifacts are group writable. If you do not do this, other developers will not able to overwrite your SNAPSHOT releases with newer versions.

...