Ok that worked fine. How ever when i do this. grep linkedin `find . -name *.java` I see some files still have old headers.
On Mon, Oct 29, 2012 at 1:09 PM, Olivier Lamy <[email protected]> wrote: > 2012/10/29 kishore g <[email protected]>: > > Hi Olivier, > > > > Did we fix all the license headers. mvn rat:check fails with > > [ERROR] Failed to execute goal > > org.codehaus.mojo:rat-maven-plugin:1.0-alpha-3:check (default-cli) on > > project helix: Too many unapproved licenses: 12 -> [Help 1] > > > > I looked at target/rat.txt and it complains about the files under .git ( > > Even though I see the .git to be excluded in pom.xml) > > > > Am i missing something? > yup :-) > current version of rat doesn't exclude per default .git etc.. > > So I move configuration to the rat profile, use: mvn clean install > -Prat (-DskipTests) > > > > thanks > > Kishore > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy >
