Yeah it was screwy when you don't have a previous release of a component
to compare against.

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 15, 2008 11:50 PM
To: Maven Developers List
Subject: Re: svn commit: r705084 -
/maven/components/branches/maven-2.0.x/pom.xml

Yep, it's the same problem. In the parent, it was commented out  
altogether, and added down a level in Maven itself. But that blows up  
on the core-it runner, so I moved it to the release profile for now,  
and was going to add a checks profile like in the parent (until it can  
be supported in the parent).

- Brett

On 16/10/2008, at 11:40 AM, Jason van Zyl wrote:

> I think Brian had a problem with this in trying to release the  
> enforcer when it was baked into the release. Brian?
>
> On 15-Oct-08, at 3:37 PM, [EMAIL PROTECTED] wrote:
>
>> Author: brett
>> Date: Wed Oct 15 15:37:34 2008
>> New Revision: 705084
>>
>> URL: http://svn.apache.org/viewvc?rev=705084&view=rev
>> Log:
>> move the clirr check into the release profile
>>
>> Modified:
>>   maven/components/branches/maven-2.0.x/pom.xml
>>
>> Modified: maven/components/branches/maven-2.0.x/pom.xml
>> URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.x
ml?rev=705084&r1=705083&r2=705084&view=diff
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- maven/components/branches/maven-2.0.x/pom.xml (original)
>> +++ maven/components/branches/maven-2.0.x/pom.xml Wed Oct 15  
>> 15:37:34 2008
>> @@ -123,19 +123,6 @@
>>  </scm>
>>
>>  <build>
>> -    <plugins>
>> -      <plugin>
>> -        <groupId>org.codehaus.mojo</groupId>
>> -        <artifactId>clirr-maven-plugin</artifactId>
>> -        <executions>
>> -          <execution>
>> -            <goals>
>> -              <goal>check</goal>
>> -            </goals>
>> -          </execution>
>> -        </executions>
>> -      </plugin>
>> -    </plugins>
>>    <pluginManagement>
>>      <plugins>
>>        <plugin>
>> @@ -487,6 +474,17 @@
>>              </execution>
>>            </executions>
>>          </plugin>
>> +          <plugin>
>> +            <groupId>org.codehaus.mojo</groupId>
>> +            <artifactId>clirr-maven-plugin</artifactId>
>> +            <executions>
>> +              <execution>
>> +                <goals>
>> +                  <goal>check</goal>
>> +                </goals>
>> +              </execution>
>> +            </executions>
>> +          </plugin>
>>        </plugins>
>>      </build>
>>    </profile>
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
> We know what we are, but know not what we may be.
>
>  -- Shakespeare
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to