Hi Pierre-Arnaud,

oh, sorry for hijacking :-)

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?

Kind regards,
Stefan

Reply via email to