You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Jeff Eastman <jd...@windwardsolutions.com> on 2010/10/29 04:18:20 UTC

Re: svn commit: r1028309 - /mahout/trunk/pom.xml

Do you feel lucky?

On 10/28/10 7:20 AM, bimargulies@apache.org wrote:
> Author: bimargulies
> Date: Thu Oct 28 14:20:05 2010
> New Revision: 1028309
>
> URL: http://svn.apache.org/viewvc?rev=1028309&view=rev
> Log:
> A few last missing POM versions.
>
> Modified:
>      mahout/trunk/pom.xml
>
> Modified: mahout/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1028309&r1=1028308&r2=1028309&view=diff
> ==============================================================================
> --- mahout/trunk/pom.xml (original)
> +++ mahout/trunk/pom.xml Thu Oct 28 14:20:05 2010
> @@ -614,6 +614,7 @@
>               <plugin>
>                   <groupId>org.apache.maven.plugins</groupId>
>                   <artifactId>maven-surefire-report-plugin</artifactId>
> +		<version>2.6</version>
>               </plugin>
>   	<!-- checkstyle -->
>               <plugin>
> @@ -647,6 +648,7 @@
>               <plugin>
>   	<groupId>org.apache.maven.plugins</groupId>
>                   <artifactId>maven-pmd-plugin</artifactId>
> +		<version>2.5</version>
>                   <configuration>
>                       <rulesets>
>                           <ruleset>../eclipse/src/main/resources/mahout-pmd-ruleset.xml</ruleset>
> @@ -662,6 +664,7 @@
>               <plugin>
>                   <groupId>org.codehaus.mojo</groupId>
>                   <artifactId>taglist-maven-plugin</artifactId>
> +		<version>2.4</version>
>                   <configuration>
>                       <tags>
>                           <tag>TODO</tag>
>
>
>


Re: svn commit: r1028309 - /mahout/trunk/pom.xml

Posted by Benson Margulies <bi...@gmail.com>.
I'm just writing down what it's already doing. mvn takes 'latest' of
these plugins unless you pin it down. Pinning it down removes warning
messages from maven.

On Thu, Oct 28, 2010 at 10:18 PM, Jeff Eastman
<jd...@windwardsolutions.com> wrote:
> Do you feel lucky?
>
> On 10/28/10 7:20 AM, bimargulies@apache.org wrote:
>>
>> Author: bimargulies
>> Date: Thu Oct 28 14:20:05 2010
>> New Revision: 1028309
>>
>> URL: http://svn.apache.org/viewvc?rev=1028309&view=rev
>> Log:
>> A few last missing POM versions.
>>
>> Modified:
>>     mahout/trunk/pom.xml
>>
>> Modified: mahout/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1028309&r1=1028308&r2=1028309&view=diff
>>
>> ==============================================================================
>> --- mahout/trunk/pom.xml (original)
>> +++ mahout/trunk/pom.xml Thu Oct 28 14:20:05 2010
>> @@ -614,6 +614,7 @@
>>              <plugin>
>>                  <groupId>org.apache.maven.plugins</groupId>
>>                  <artifactId>maven-surefire-report-plugin</artifactId>
>> +               <version>2.6</version>
>>              </plugin>
>>        <!-- checkstyle -->
>>              <plugin>
>> @@ -647,6 +648,7 @@
>>              <plugin>
>>        <groupId>org.apache.maven.plugins</groupId>
>>                  <artifactId>maven-pmd-plugin</artifactId>
>> +               <version>2.5</version>
>>                  <configuration>
>>                      <rulesets>
>>
>>  <ruleset>../eclipse/src/main/resources/mahout-pmd-ruleset.xml</ruleset>
>> @@ -662,6 +664,7 @@
>>              <plugin>
>>                  <groupId>org.codehaus.mojo</groupId>
>>                  <artifactId>taglist-maven-plugin</artifactId>
>> +               <version>2.4</version>
>>                  <configuration>
>>                      <tags>
>>                          <tag>TODO</tag>
>>
>>
>>
>
>