You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/03 18:49:03 UTC

svn commit: r1452075 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Sun Mar  3 17:49:03 2013
New Revision: 1452075

URL: http://svn.apache.org/r1452075
Log:
Ignore site-content directory for rat plugin

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1452075&r1=1452074&r2=1452075&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Mar  3 17:49:03 2013
@@ -546,6 +546,15 @@
           </reportSet>
         </reportSets>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>site-content/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 



Re: svn commit: r1452075 - /commons/proper/collections/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
+1.
This setup checkout is here to do a "light" checkout with excluding
some directories (javadocs which contains javadocs of previous
release).
Not sure it's the case for all components but that's not an issue.

2013/3/3 Thomas Neidhart <th...@gmail.com>:
> On 03/03/2013 06:49 PM, tn@apache.org wrote:
>> Author: tn
>> Date: Sun Mar  3 17:49:03 2013
>> New Revision: 1452075
>>
>> URL: http://svn.apache.org/r1452075
>> Log:
>> Ignore site-content directory for rat plugin
>>
>> Modified:
>>     commons/proper/collections/trunk/pom.xml
>>
>> Modified: commons/proper/collections/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1452075&r1=1452074&r2=1452075&view=diff
>> ==============================================================================
>> --- commons/proper/collections/trunk/pom.xml (original)
>> +++ commons/proper/collections/trunk/pom.xml Sun Mar  3 17:49:03 2013
>> @@ -546,6 +546,15 @@
>>            </reportSet>
>>          </reportSets>
>>        </plugin>
>> +      <plugin>
>> +        <groupId>org.apache.rat</groupId>
>> +        <artifactId>apache-rat-plugin</artifactId>
>> +        <configuration>
>> +          <excludes>
>> +            <exclude>site-content/**/*</exclude>
>> +          </excludes>
>> +        </configuration>
>> +      </plugin>
>>      </plugins>
>>    </reporting>
>
> Is it possible to add this to commons-parent? Otherwise, the rat plugin
> will also check the site which will result in lots of complaints about
> missing license.
>
> Also the setup-checkout profile which has been added by Olivier for some
> components now could be moved there too?
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1452075 - /commons/proper/collections/trunk/pom.xml

Posted by Thomas Neidhart <th...@gmail.com>.
On 03/03/2013 06:49 PM, tn@apache.org wrote:
> Author: tn
> Date: Sun Mar  3 17:49:03 2013
> New Revision: 1452075
> 
> URL: http://svn.apache.org/r1452075
> Log:
> Ignore site-content directory for rat plugin
> 
> Modified:
>     commons/proper/collections/trunk/pom.xml
> 
> Modified: commons/proper/collections/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1452075&r1=1452074&r2=1452075&view=diff
> ==============================================================================
> --- commons/proper/collections/trunk/pom.xml (original)
> +++ commons/proper/collections/trunk/pom.xml Sun Mar  3 17:49:03 2013
> @@ -546,6 +546,15 @@
>            </reportSet>
>          </reportSets>
>        </plugin>
> +      <plugin>
> +        <groupId>org.apache.rat</groupId>
> +        <artifactId>apache-rat-plugin</artifactId>
> +        <configuration>
> +          <excludes>
> +            <exclude>site-content/**/*</exclude>
> +          </excludes>
> +        </configuration>
> +      </plugin>
>      </plugins>
>    </reporting>

Is it possible to add this to commons-parent? Otherwise, the rat plugin
will also check the site which will result in lots of complaints about
missing license.

Also the setup-checkout profile which has been added by Olivier for some
components now could be moved there too?

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org