On 6 September 2011 04:26, Gary Gregory <ggreg...@seagullsoftware.com> wrote:
> Can the clirr version be inherited from the parent pom?

Tried that just now.

Has to be defined in reporting section.

That works fine, except it does not appear to be possible to suppress
the report in the component pom - skip does not seem to work for mvn
site.
Though one can override other Clirr parameters.

We could only add clirr to parent if every component had a Clirr
report; that may be acceptable.

> Could we set up the parent such that a component just specifies which version 
> to compare against? In a property for example.

AFAIK that already happens automatically; it only has to be overridden
if the default previous version does not apply.
Try removing the previous version definition and see what happens.

> Gary
>
> On Sep 5, 2011, at 23:23, "s...@apache.org" <s...@apache.org> wrote:
>
>> Author: sebb
>> Date: Tue Sep  6 03:22:59 2011
>> New Revision: 1165490
>>
>> URL: http://svn.apache.org/viewvc?rev=1165490&view=rev
>> Log:
>> Clirr 2.2.3 => 2.3
>>
>> Modified:
>>    commons/proper/io/trunk/pom.xml
>>
>> Modified: commons/proper/io/trunk/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1165490&r1=1165489&r2=1165490&view=diff
>> ==============================================================================
>> --- commons/proper/io/trunk/pom.xml (original)
>> +++ commons/proper/io/trunk/pom.xml Tue Sep  6 03:22:59 2011
>> @@ -272,7 +272,7 @@
>>       <plugin>
>>         <groupId>org.codehaus.mojo</groupId>
>>         <artifactId>clirr-maven-plugin</artifactId>
>> -        <version>2.2.3</version>
>> +        <version>2.3</version>
>>         <configuration>
>>           <comparisonVersion>2.0</comparisonVersion>
>>           <minSeverity>info</minSeverity>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to