You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/07 03:43:10 UTC

svn commit: r1465317 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Sun Apr  7 01:43:09 2013
New Revision: 1465317

URL: http://svn.apache.org/r1465317
Log:
Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan the 'target' dir and wants license headers in .properties to be the header for Java files. Drawback: there are two reports now.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1465317&r1=1465316&r2=1465317&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Apr  7 01:43:09 2013
@@ -281,7 +281,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.10</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>



Re: svn commit: r1465317 - /commons/proper/codec/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Apr 7, 2013 at 5:07 PM, sebb <se...@gmail.com> wrote:

> On 7 April 2013 02:43, <gg...@apache.org> wrote:
>
> > Author: ggregory
> > Date: Sun Apr  7 01:43:09 2013
> > New Revision: 1465317
> >
> > URL: http://svn.apache.org/r1465317
> > Log:
> > Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan
> the
> > 'target' dir and wants license headers in .properties to be the header
> for
> > Java files.
>
>
> This should be documented in the POM please.
> Otherwise how are people to know why the latest version is not being used?
>

Good point! Done in SVN.

Gary


>
> > Drawback: there are two reports now.
> >
> > Modified:
> >     commons/proper/codec/trunk/pom.xml
> >
> > Modified: commons/proper/codec/trunk/pom.xml
> > URL:
> >
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1465317&r1=1465316&r2=1465317&view=diff
> >
> >
> ==============================================================================
> > --- commons/proper/codec/trunk/pom.xml (original)
> > +++ commons/proper/codec/trunk/pom.xml Sun Apr  7 01:43:09 2013
> > @@ -281,7 +281,7 @@ limitations under the License.
> >        <plugin>
> >          <groupId>org.apache.maven.plugins</groupId>
> >          <artifactId>maven-checkstyle-plugin</artifactId>
> > -        <version>2.10</version>
> > +        <version>2.9.1</version>
> >          <configuration>
> >            <configLocation>${basedir}/checkstyle.xml</configLocation>
> >            <enableRulesSummary>false</enableRulesSummary>
> >
> >
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1465317 - /commons/proper/codec/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 7 April 2013 02:43, <gg...@apache.org> wrote:

> Author: ggregory
> Date: Sun Apr  7 01:43:09 2013
> New Revision: 1465317
>
> URL: http://svn.apache.org/r1465317
> Log:
> Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan the
> 'target' dir and wants license headers in .properties to be the header for
> Java files.


This should be documented in the POM please.
Otherwise how are people to know why the latest version is not being used?


> Drawback: there are two reports now.
>
> Modified:
>     commons/proper/codec/trunk/pom.xml
>
> Modified: commons/proper/codec/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1465317&r1=1465316&r2=1465317&view=diff
>
> ==============================================================================
> --- commons/proper/codec/trunk/pom.xml (original)
> +++ commons/proper/codec/trunk/pom.xml Sun Apr  7 01:43:09 2013
> @@ -281,7 +281,7 @@ limitations under the License.
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-checkstyle-plugin</artifactId>
> -        <version>2.10</version>
> +        <version>2.9.1</version>
>          <configuration>
>            <configLocation>${basedir}/checkstyle.xml</configLocation>
>            <enableRulesSummary>false</enableRulesSummary>
>
>
>