You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2007/12/23 21:13:45 UTC

Re: svn commit: r606407 - /maven/plugins/trunk/maven-war-plugin/pom.xml

These should be in pluginManagement, otherwise you introduce a  
circular dependency when building from the top level.

On 22/12/2007, at 7:16 PM, olamy@apache.org wrote:

> Author: olamy
> Date: Sat Dec 22 00:16:38 2007
> New Revision: 606407
>
> URL: http://svn.apache.org/viewvc?rev=606407&view=rev
> Log:
> lock plugins version
>
> Modified:
>    maven/plugins/trunk/maven-war-plugin/pom.xml
>
> Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=606407&r1=606406&r2=606407&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Dec 22 00:16:38  
> 2007
> @@ -82,6 +82,18 @@
>       <scope>test</scope>
>     </dependency>
>   </dependencies>
> +  <build>
> +    <plugins>
> +      <plugin>
> +        <artifactId>maven-surefire-plugin</artifactId>
> +        <version>2.3.1</version>
> +      </plugin>
> +      <plugin>
> +        <artifactId>maven-source-plugin</artifactId>
> +        <version>2.0.4</version>
> +      </plugin>
> +    </plugins>
> +  </build>
>   <profiles>
>     <profile>
>       <id>integration-tests</id>
>
>


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


Re: svn commit: r606407 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Change committed
Thanks.
--
Olivier

2007/12/23, Brett Porter <br...@apache.org>:
> These should be in pluginManagement, otherwise you introduce a
> circular dependency when building from the top level.
>
> On 22/12/2007, at 7:16 PM, olamy@apache.org wrote:
>
> > Author: olamy
> > Date: Sat Dec 22 00:16:38 2007
> > New Revision: 606407
> >
> > URL: http://svn.apache.org/viewvc?rev=606407&view=rev
> > Log:
> > lock plugins version
> >
> > Modified:
> >    maven/plugins/trunk/maven-war-plugin/pom.xml
> >
> > Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
> > URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=606407&r1=606406&r2=606407&view=diff
> > =
> > =
> > =
> > =
> > =
> > =
> > =
> > =
> > ======================================================================
> > --- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
> > +++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Dec 22 00:16:38
> > 2007
> > @@ -82,6 +82,18 @@
> >       <scope>test</scope>
> >     </dependency>
> >   </dependencies>
> > +  <build>
> > +    <plugins>
> > +      <plugin>
> > +        <artifactId>maven-surefire-plugin</artifactId>
> > +        <version>2.3.1</version>
> > +      </plugin>
> > +      <plugin>
> > +        <artifactId>maven-source-plugin</artifactId>
> > +        <version>2.0.4</version>
> > +      </plugin>
> > +    </plugins>
> > +  </build>
> >   <profiles>
> >     <profile>
> >       <id>integration-tests</id>
> >
> >
>
>
> ---------------------------------------------------------------------
> 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