You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2008/03/07 21:30:32 UTC

Re: svn commit: r634759 - /geronimo/server/branches/2.1/buildsupport/car-maven-plugin/pom.xml

 From the jira issue it looked like maybe this could be a test scoped  
dependency?

thanks
david jencks

On Mar 7, 2008, at 9:52 AM, dwoods@apache.org wrote:

> Author: dwoods
> Date: Fri Mar  7 09:52:55 2008
> New Revision: 634759
>
> URL: http://svn.apache.org/viewvc?rev=634759&view=rev
> Log:
> GERONIMO-3899 Missing geronimo-common depend from car-maven-plugin
>
> Modified:
>     geronimo/server/branches/2.1/buildsupport/car-maven-plugin/pom.xml
>
> Modified: geronimo/server/branches/2.1/buildsupport/car-maven- 
> plugin/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/ 
> buildsupport/car-maven-plugin/pom.xml? 
> rev=634759&r1=634758&r2=634759&view=diff
> ====================================================================== 
> ========
> --- geronimo/server/branches/2.1/buildsupport/car-maven-plugin/ 
> pom.xml (original)
> +++ geronimo/server/branches/2.1/buildsupport/car-maven-plugin/ 
> pom.xml Fri Mar  7 09:52:55 2008
> @@ -59,6 +59,12 @@
>
>          <dependency>
>              <groupId>org.apache.geronimo.framework</groupId>
> +            <artifactId>geronimo-common</artifactId>
> +            <version>${version}</version>
> +        </dependency>
> +
> +        <dependency>
> +            <groupId>org.apache.geronimo.framework</groupId>
>              <artifactId>geronimo-system</artifactId>
>              <version>${version}</version>
>          </dependency>
>
>