On Wed, May 15, 2013 at 8:47 PM, sebb wrote:
> On 15 May 2013 17:09, sebb wrote:
> > On 15 May 2013 13:36, Gary Gregory wrote:
> >> Can we do this in the pare t POM?
> >
> > Try it and see; update your local CP snapshot and install it locally.
> >
> > Should be easy to test whether includes/exc
On 15 May 2013 17:09, sebb wrote:
> On 15 May 2013 13:36, Gary Gregory wrote:
>> Can we do this in the pare t POM?
>
> Try it and see; update your local CP snapshot and install it locally.
>
> Should be easy to test whether includes/excludes can be overridden at
> component level - the apache-rat
On 15 May 2013 13:36, Gary Gregory wrote:
> Can we do this in the pare t POM?
Try it and see; update your local CP snapshot and install it locally.
Should be easy to test whether includes/excludes can be overridden at
component level - the apache-rat:rat goal lists all the files it
matches.
> G
Can we do this in the pare t POM?
Gary
On May 15, 2013, at 4:03, Thomas Neidhart wrote:
> in collections I already filter it like this:
>
>
>
>
>org.apache.rat
>apache-rat-plugin
>
>
>site-content/**/*
>
>
>
> ...
>
in collections I already filter it like this:
org.apache.rat
apache-rat-plugin
site-content/**/*
...
On Wed, May 15, 2013 at 3:19 AM, sebb wrote:
> I've just done a test with IO, and the speed problem see
On Tue, May 14, 2013 at 10:21 PM, sebb wrote:
> On 15 May 2013 02:58, Gary Gregory wrote:
> > For me 'mvn clean site' took 56 minutes for IO.
>
> So?
>
It's just a data point.
Gary
>
> What if you exclude site-content/** ?
>
> > Gary
> >
> >
> > On Tue, May 14, 2013 at 9:19 PM, sebb wrote:
On 15 May 2013 02:58, Gary Gregory wrote:
> For me 'mvn clean site' took 56 minutes for IO.
So?
What if you exclude site-content/** ?
> Gary
>
>
> On Tue, May 14, 2013 at 9:19 PM, sebb wrote:
>
>> I've just done a test with IO, and the speed problem seems to be
>> related to the SVN files unde
For me 'mvn clean site' took 56 minutes for IO.
Gary
On Tue, May 14, 2013 at 9:19 PM, sebb wrote:
> I've just done a test with IO, and the speed problem seems to be
> related to the SVN files under site-content.
> These seem to cause 0.9 to hang - a thread dump shows the code is
> mainly at th
I've just done a test with IO, and the speed problem seems to be
related to the SVN files under site-content.
These seem to cause 0.9 to hang - a thread dump shows the code is
mainly at the line:
at
org.apache.rat.analysis.license.FullTextMatchingLicense.match(FullTextMatchingLicense.java:79)
Th