You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeremy Boynes <jb...@apache.org> on 2005/03/31 23:21:33 UTC

Re: svn commit: r159640 - geronimo/trunk/plugins/maven-geronimo-plugin/project.xml

I thought this didn't work (as the paths are not valid once the plugin 
is installed).

Please can you make sure the plugin still works after this change, 
especially if the repo and cache are removed and if you are not building 
where ../../etc/project.xml is a valid path.

--
Jeremy

dblevins@apache.org wrote:
> Author: dblevins
> Date: Thu Mar 31 13:17:27 2005
> New Revision: 159640
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=159640
> Log:
> Put inheritence back in project.xml
> 
> Modified:
>     geronimo/trunk/plugins/maven-geronimo-plugin/project.xml
> 
> Modified: geronimo/trunk/plugins/maven-geronimo-plugin/project.xml
> URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/maven-geronimo-plugin/project.xml?view=diff&r1=159639&r2=159640
> ==============================================================================
> --- geronimo/trunk/plugins/maven-geronimo-plugin/project.xml (original)
> +++ geronimo/trunk/plugins/maven-geronimo-plugin/project.xml Thu Mar 31 13:17:27 2005
> @@ -18,7 +18,7 @@
>  
>  <project>
>      <pomVersion>3</pomVersion>
> -    <!--extend>${basedir}/../../etc/project.xml</extend-->
> +    <extend>../../etc/project.xml</extend>
>      
>      <groupId>geronimo</groupId>
>      <id>geronimo-deployment-plugin</id>
> @@ -31,8 +31,6 @@
>      <inceptionYear>2004</inceptionYear>
>      <package>org.apache.geronimo</package>
>      <logo></logo>
> -
> -    <currentVersion>1.0-SNAPSHOT</currentVersion>
>      
>      <dependencies>
>          <dependency>
> 
>