Release GuidePage edited by James StrachanChanges (1)
Full ContentHow 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 SetupBefore you deploy anything to the maven repository using Maven 2, you should configure your ~/.m2/settings.xml file <settings> ... <servers> <server> <id>apache-repo</id> <username>chirino</username> <directoryPermissions>775</directoryPermissions> <filePermissions>664</filePermissions> </server> <server> <id>apache-snapshots</id> <username>chirino</username> <directoryPermissions>775</directoryPermissions> <filePermissions>664</filePermissions> </server> <server> <id>apache-website</id> <username>chirino</username> <directoryPermissions>775</directoryPermissions> <filePermissions>664</filePermissions> </server> </servers> ... </settings> Creating the Camel Release
Testing the Camel Release CandidateWhen folks need to test out a release candidate, the jars will not have been uploaded to the Maven repo. This means that the example programs which use Maven will not automatically work. So whenever running the Examples you need to append the following command line argument...
mvn camel:run -DremoteRepo=http://people.apache.org/~chirino/apache-camel-1.2.0-RC1/maven2
Assuming that the release candidate is deployed to *http://people.apache.org/~chirino/apache-camel-1.2.0-RC1/maven2 Announcing the Camel Release
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Release Guide confluence
- [CONF] Apache Camel > Release Guide confluence
- [CONF] Apache Camel > Release Guide confluence
- [CONF] Apache Camel > Release Guide confluence
- [CONF] Apache Camel > Release Guide confluence
- [CONF] Apache Camel > Release Guide confluence