It can be a requirement that license headers be intact for releases, that's perfectly reasonable but put it in a profile. Turn on the profile for the CI builds if you like but don't put it in the mainline build.
You can fix all the headers using the maven-license-plugin[1] which does a good job. [1]: http://code.google.com/p/maven-license-plugin/ On Oct 25, 2012, at 10:04 AM, Benson Margulies <[email protected]> wrote: > I want to turn it on for release builds. > > On Thu, Oct 25, 2012 at 9:45 AM, Jason van Zyl <[email protected]> wrote: >> As long as it's in a profile it can't hurt. >> >> On Oct 25, 2012, at 9:43 AM, Benson Margulies <[email protected]> wrote: >> >>> We don't currently run rat in the builds, and I think that it would be >>> prudent to add that to the picture. Anyone object? >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> Thanks, >> >> Jason >> >> ---------------------------------------------------------- >> Jason van Zyl >> Founder & CTO, Sonatype >> Founder, Apache Maven >> http://twitter.com/jvanzyl >> --------------------------------------------------------- >> >> happiness is like a butterfly: the more you chase it, the more it will >> elude you, but if you turn your attention to other things, it will come >> and sit softly on your shoulder ... >> >> -- Thoreau >> >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder & CTO, Sonatype Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- the course of true love never did run smooth ... -- Shakespeare
