You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kristian Köhler <Kr...@gmx.de> on 2004/02/03 18:02:52 UTC

Re: cvs commit: incubator-geronimo/modules/maven-xmlbeans-plugin maven.xml

thanks.
now it works.

Kristian

djencks@apache.org wrote:

> djencks     2004/02/03 08:41:59
> 
>   Modified:    modules/deployment project.xml
>                modules/maven-xmlbeans-plugin maven.xml
>   Log:
>   remove attempt to build plugin first since it doesn't work
>   
>   Revision  Changes    Path
>   1.7       +1 -12     incubator-geronimo/modules/deployment/project.xml
>   
>   Index: project.xml
>   ===================================================================
>   RCS file: /home/cvs/incubator-geronimo/modules/deployment/project.xml,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- project.xml	3 Feb 2004 06:47:56 -0000	1.6
>   +++ project.xml	3 Feb 2004 16:41:59 -0000	1.7
>   @@ -26,17 +26,6 @@
>    
>        <dependencies>
>    
>   -        <!-- the maven-xmlbeans-plugin dependency is here
>   -        to force it to be built (and installed) before it is needed-->
>   -
>   -        <dependency>
>   -            <groupId>geronimo</groupId>
>   -            <artifactId>geronimo-maven-xmlbeans-plugin</artifactId>
>   -            <version>DEV</version>
>   -            <properties>
>   -            </properties>
>   -        </dependency>
>   -
>            <dependency>
>                <groupId>geronimo</groupId>
>                <artifactId>geronimo-kernel</artifactId>
>   
>   
>   
>   1.3       +1 -7      incubator-geronimo/modules/maven-xmlbeans-plugin/maven.xml
>   
>   Index: maven.xml
>   ===================================================================
>   RCS file: /home/cvs/incubator-geronimo/modules/maven-xmlbeans-plugin/maven.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- maven.xml	3 Feb 2004 06:47:56 -0000	1.2
>   +++ maven.xml	3 Feb 2004 16:41:59 -0000	1.3
>   @@ -27,12 +27,6 @@
>    
>        <goal name="default">
>            <attainGoal name="plugin:install"/>
>   -        <!-- install a marker file for use by dependencies-->
>   -        <ant:property name="jardir__" value="${maven.repo.local}/${pom.artifactDirectory}/jars"/>
>   -        <ant:mkdir dir="${jardir__}"/>
>   -        <ant:touch
>   -            file="${jardir__}/${pom.artifactId}-${pom.currentVersion}.jar"
>   -            />
>        </goal>
>    
>        <goal name="build">
>   
>   
>   
> 
> 

-- 
Kristian Köhler