Versions Compared

Key

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

...

  • The artifacts for each and every release must be SIGNED; your public key should be added to the KEYS file
  • Your public key must also be cross-signed by other Apache committers (this can be done at key signing parties at ApacheCon for instance)
  • Make sure you have the correct maven configuration in ~/.m2/settings.xml
  • From Camel 2.10 15 onwards we will require to use Maven [3.01.21,3.12.05)
  • From Camel 2.11 17 onwards we will require to use Maven [3.02.4,3.1.0]From Camel 2.15 onwards we will require to use Maven [3.1.1,3.2.55,3.3.x)
  • You may want to get familiar with the release settings in the parent apache POM.
  • Make sure you are using Java 1.7 8 for Apache Camel 2.1418.0 and later (Java 1.6 7 for older versions).

Maven 2 Setup

...