...
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. The settings follow the guidelines used by the Maven project. Please pay particular attention to the password encryption recommendations.
...
Create a new maintenance branch
Info |
| title |
This section is out of date. |
|
| This section just for creating a maintenance branch in camel svn repo, it is much easy to create a new branch after camel repo is switched to Git. |
When we finish the major version release, we need to create a maintenance branch to holds the bug fixes. Here are the steps for it.
...