You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2008/07/11 19:22:00 UTC

Re: svn commit: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Now we have two conflicting versions specified for the surefire plugin - 
one in build/pluginManagement and one in build/plugins...

vsiveton@apache.org wrote:
> Author: vsiveton
> Date: Fri Jul 11 07:49:22 2008
> New Revision: 675972
> 
> URL: http://svn.apache.org/viewvc?rev=675972&view=rev
> Log:
> o added pluginManagement for maven-plugin-plugin and maven-surefire-plugin
> 
> Modified:
>     maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=675972&r1=675971&r2=675972&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11 07:49:22 2008
> @@ -66,6 +66,21 @@
>    </scm>
>  
>    <build>
> +    <pluginManagement>
> +      <plugins>
> +        <!-- TODO: remove when maven-plugins parent pom 12 is released -->
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-plugin-plugin</artifactId>
> +          <version>2.4.2</version>
> +        </plugin>
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-surefire-plugin</artifactId>
> +          <version>2.4.3</version>
> +        </plugin>
> +      </plugins>
> +    </pluginManagement>
>      <plugins>
>        <plugin>
>          <artifactId>maven-enforcer-plugin</artifactId>
> 
> 
> 


-- 
Dennis Lundberg

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


Re: svn commit: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Posted by Vincent Siveton <vi...@gmail.com>.
Agree but it could be a misunderstanding. I will correct it.

Vincent

2008/7/11, Brian E. Fox <br...@reply.infinity.nu>:
> Build/plugins will override so it's not really a conflict per se.
>
>
>  -----Original Message-----
>  From: Dennis Lundberg [mailto:dennisl@apache.org]
>  Sent: Friday, July 11, 2008 1:22 PM
>  To: dev@maven.apache.org
>  Subject: Re: svn commit: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
>
>  Now we have two conflicting versions specified for the surefire plugin -
>  one in build/pluginManagement and one in build/plugins...
>
>  vsiveton@apache.org wrote:
>  > Author: vsiveton
>  > Date: Fri Jul 11 07:49:22 2008
>  > New Revision: 675972
>  >
>  > URL: http://svn.apache.org/viewvc?rev=675972&view=rev
>  > Log:
>  > o added pluginManagement for maven-plugin-plugin and maven-surefire-plugin
>  >
>  > Modified:
>  >     maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
>  >
>  > Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
>  > URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=675972&r1=675971&r2=675972&view=diff
>  > ==============================================================================
>  > --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
>  > +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11 07:49:22 2008
>  > @@ -66,6 +66,21 @@
>  >    </scm>
>  >
>  >    <build>
>  > +    <pluginManagement>
>  > +      <plugins>
>  > +        <!-- TODO: remove when maven-plugins parent pom 12 is released -->
>  > +        <plugin>
>  > +          <groupId>org.apache.maven.plugins</groupId>
>  > +          <artifactId>maven-plugin-plugin</artifactId>
>  > +          <version>2.4.2</version>
>  > +        </plugin>
>  > +        <plugin>
>  > +          <groupId>org.apache.maven.plugins</groupId>
>  > +          <artifactId>maven-surefire-plugin</artifactId>
>  > +          <version>2.4.3</version>
>  > +        </plugin>
>  > +      </plugins>
>  > +    </pluginManagement>
>  >      <plugins>
>  >        <plugin>
>  >          <artifactId>maven-enforcer-plugin</artifactId>
>  >
>  >
>  >
>
>
>  --
>  Dennis Lundberg
>
>  ---------------------------------------------------------------------
>  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: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Build/plugins will override so it's not really a conflict per se.

-----Original Message-----
From: Dennis Lundberg [mailto:dennisl@apache.org] 
Sent: Friday, July 11, 2008 1:22 PM
To: dev@maven.apache.org
Subject: Re: svn commit: r675972 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Now we have two conflicting versions specified for the surefire plugin - 
one in build/pluginManagement and one in build/plugins...

vsiveton@apache.org wrote:
> Author: vsiveton
> Date: Fri Jul 11 07:49:22 2008
> New Revision: 675972
> 
> URL: http://svn.apache.org/viewvc?rev=675972&view=rev
> Log:
> o added pluginManagement for maven-plugin-plugin and maven-surefire-plugin
> 
> Modified:
>     maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=675972&r1=675971&r2=675972&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11 07:49:22 2008
> @@ -66,6 +66,21 @@
>    </scm>
>  
>    <build>
> +    <pluginManagement>
> +      <plugins>
> +        <!-- TODO: remove when maven-plugins parent pom 12 is released -->
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-plugin-plugin</artifactId>
> +          <version>2.4.2</version>
> +        </plugin>
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-surefire-plugin</artifactId>
> +          <version>2.4.3</version>
> +        </plugin>
> +      </plugins>
> +    </pluginManagement>
>      <plugins>
>        <plugin>
>          <artifactId>maven-enforcer-plugin</artifactId>
> 
> 
> 


-- 
Dennis Lundberg

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