You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <GG...@seagullsoftware.com> on 2011/09/06 05:26:04 UTC

Re: svn commit: r1165490 - /commons/proper/io/trunk/pom.xml

Can the clirr version be inherited from the parent pom?

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

Gary

On Sep 5, 2011, at 23:23, "sebb@apache.org" <se...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1165490 - /commons/proper/io/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Sep 5, 2011, at 23:35, sebb <se...@gmail.com> wrote:

> On 6 September 2011 04:26, Gary Gregory <GG...@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.

I for one would welcome more consistency between components in this Dept.

Gary

>
>> 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, "sebb@apache.org" <se...@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-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: svn commit: r1165490 - /commons/proper/io/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 6 September 2011 04:26, Gary Gregory <GG...@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, "sebb@apache.org" <se...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

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