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 onwards we will require to use Maven [3.0.2,3.1.0)
  • Wiki Markup
    From Camel 2.11 onwards we will require to use Maven \[3.0.4,3.1.0\]
  • You may want to get familiar with the release settings in the parent apache POM.
  • Make sure you have installed Prince to be able to generate the Camel manual
  • Add your Prince installation bin directory to your PATH variable:
    Code Block
    PATH=$PATH:/usr/local/bin/prince
    

...