On 6 mars 2011, at 21:42, Stefan Seelmann wrote: > Hi Pierre-Arnaud, > > oh, sorry for hijacking :-)
Héhé, no problem. ;-) > On Sun, Mar 6, 2011 at 9:26 PM, Pierre-Arnaud Marcelot <[email protected]> > wrote: > >>> <profiles> >>> <profile> >>> - <id>release</id> >>> + <id>apache-release</id> > ... >>> + <pluginManagement> >>> + <plugins> >>> + <plugin> >>> + <groupId>org.apache.rat</groupId> >>> + <artifactId>apache-rat-plugin</artifactId> >>> + <configuration> >>> + <excludeSubProjects>true</excludeSubProjects> >>> + <excludes> >>> + <!-- MAVEN_DEFAULT_EXCLUDES --> >>> + <exclude>**/target/**/*</exclude> >>> + <exclude>**/cobertura.ser</exclude> >>> + <!-- ECLIPSE_DEFAULT_EXCLUDES --> >>> + <exclude>**/.classpath</exclude> >>> + <exclude>**/.project</exclude> >>> + <exclude>**/.settings/**/*</exclude> >>> + <!-- IDEA_DEFAULT_EXCLUDES --> >>> + <exclude>**/*.iml</exclude> >>> + <exclude>**/*.ipr</exclude> >>> + <exclude>**/*.iws</exclude> >>> + <!-- MANIFEST_MF_EXCLUDES --> >>> + <exclude>**/MANIFEST.MF</exclude> >>> + </excludes> >>> + </configuration> > > So the rat check configuration is only activated when > preparing/performing the release? I mean wouldn't it be better to see > violations early? Yeah, probably. You're right. Do you want to activate it by default? > Kind regards, > Stefan
