You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@sonatype.com> on 2008/10/16 02:40:33 UTC

Re: svn commit: r705084 - /maven/components/branches/maven-2.0.x/pom.xml

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, brett@apache.org 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.xml?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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: svn commit: r705084 - /maven/components/branches/maven-2.0.x/pom.xml

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Yeah it was screwy when you don't have a previous release of a component
to compare against.

-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
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, brett@apache.org 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


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


Re: svn commit: r705084 - /maven/components/branches/maven-2.0.x/pom.xml

Posted by Brett Porter <br...@apache.org>.
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, brett@apache.org 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.xml?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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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