|
Page Edited :
CAMEL :
Release Guide
Release Guide has been edited by James Strachan (Nov 03, 2008). Content:How to create and announce a Camel release.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
|
Unsubscribe or edit your notifications preferences
