> Ok done. I only need to reformat the POM XML to look nicer and then can > commit.
Ok, commit submitted (rev896). I've added 'withRatCheck' profile to the project so you can check it against RAT validation issuing 'mvn install -PwithRatCheck'. This is a good alternative for calling 'mvn org.apache.rat:apache-rat-plugin:check' since 'mvn rat:check' is reserved for old 'org.codehaus.mojo:rat-maven-plugin:check' version of RAT plugin. Now we're looking for pattern 'You should have received a copy of the GNU General Public License' since we want to replace the old small version of license [1] with the new long one (which is currently under public discussion). After we remove the small [1] licenses we will change pattern to more descriptive one, like 'Copyright (C) 2008 - 2012 Camel Extra Team. All rights reserved.' (we can't use this one now since it is included in the small [1] version of the license). After new version of extra license will be discussed and accepted, I'll validate the camel-extra build against the 'mvn install -PwithRatCheck' profile and apply new license to all required files in the project. Check my commit please :) . [1] Small version of license: <!-- Copyright (C) 2008 - 2012 Camel Extra Team. All rights reserved. http://code.google.com/a/apache-extras.org/p/camel-extra/ The software in this package is published under the terms of the GPL license a copy of which has been included with this distribution in the license.txt file. --> -- Henryk Konsek http://henryk-konsek.blogspot.com