You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/10/21 11:48:25 UTC

svn commit: r1025914 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Thu Oct 21 09:48:24 2010
New Revision: 1025914

URL: http://svn.apache.org/viewvc?rev=1025914&view=rev
Log:
OWB-478 upgrade checkstyle plugin to 2.6 + use new checkstyle configuration

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1025914&r1=1025913&r2=1025914&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Thu Oct 21 09:48:24 2010
@@ -330,7 +330,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.6</version>
                 <executions>
                   <execution>
                     <id>verify-style</id>
@@ -346,7 +346,7 @@
                     <dependency>
                         <groupId>org.apache.openwebbeans.build-tools</groupId>
                         <artifactId>checkstyle-rules</artifactId>
-                        <version>1.0.0</version>
+                        <version>1.0.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>



Re: svn commit: r1025914 - /openwebbeans/trunk/pom.xml

Posted by Mark Struberg <st...@yahoo.de>.
Hi folks!

I just updated the checkstyle config in our build-tools to be compatible with the maven-checkstyle-plugin-2.6.

This is needed for maven-3 compatibility [1]

PLEASE: test the OWB build with maven-3. If all looks well, I'll go on and release our buildtools-1.0.1.

LieGrue,
strub

[1] https://cwiki.apache.org/MAVEN/maven-3x-plugin-compatibility-matrix.html

--- On Thu, 10/21/10, struberg@apache.org <st...@apache.org> wrote:

> From: struberg@apache.org <st...@apache.org>
> Subject: svn commit: r1025914 - /openwebbeans/trunk/pom.xml
> To: commits@openwebbeans.apache.org
> Date: Thursday, October 21, 2010, 9:48 AM
> Author: struberg
> Date: Thu Oct 21 09:48:24 2010
> New Revision: 1025914
> 
> URL: http://svn.apache.org/viewvc?rev=1025914&view=rev
> Log:
> OWB-478 upgrade checkstyle plugin to 2.6 + use new
> checkstyle configuration
> 
> Modified:
>     openwebbeans/trunk/pom.xml
> 
> Modified: openwebbeans/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1025914&r1=1025913&r2=1025914&view=diff
> ==============================================================================
> --- openwebbeans/trunk/pom.xml (original)
> +++ openwebbeans/trunk/pom.xml Thu Oct 21 09:48:24 2010
> @@ -330,7 +330,7 @@
>          
>    <plugin>
>              
>    <groupId>org.apache.maven.plugins</groupId>
>              
>    <artifactId>maven-checkstyle-plugin</artifactId>
> -               
> <version>2.3</version>
> +               
> <version>2.6</version>
>              
>    <executions>
>                
>    <execution>
>                
>      <id>verify-style</id>
> @@ -346,7 +346,7 @@
>                
>      <dependency>
>                
>      
>    <groupId>org.apache.openwebbeans.build-tools</groupId>
>                
>      
>    <artifactId>checkstyle-rules</artifactId>
> -               
>        
> <version>1.0.0</version>
> +               
>        
> <version>1.0.1-SNAPSHOT</version>
>                
>      </dependency>
>              
>    </dependencies>
>          
>    </plugin>
> 
> 
>