You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/03/14 19:27:26 UTC

svn commit: r518257 - /incubator/cxf/trunk/metacode/pom.xml

Author: dkulp
Date: Wed Mar 14 11:27:25 2007
New Revision: 518257

URL: http://svn.apache.org/viewvc?view=rev&rev=518257
Log:
Hack/workaround for build failure.

* Make the metacode depend on the dv plugin to force it to build the plugin first.   This is definitely a crappy solution.


Modified:
    incubator/cxf/trunk/metacode/pom.xml

Modified: incubator/cxf/trunk/metacode/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=diff&rev=518257&r1=518256&r2=518257
==============================================================================
--- incubator/cxf/trunk/metacode/pom.xml (original)
+++ incubator/cxf/trunk/metacode/pom.xml Wed Mar 14 11:27:25 2007
@@ -49,6 +49,12 @@
             <artifactId>cxf-common-schemas</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-tools2-xjc-dv</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>



Re: svn commit: r518257 - /incubator/cxf/trunk/metacode/pom.xml

Posted by James Mao <ja...@iona.com>.
If there's no objections, i'm going to move the xjc from tools to common

> Author: dkulp
> Date: Wed Mar 14 11:27:25 2007
> New Revision: 518257
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=518257
> Log:
> Hack/workaround for build failure.
>
> * Make the metacode depend on the dv plugin to force it to build the plugin first.   This is definitely a crappy solution.
>
>
> Modified:
>     incubator/cxf/trunk/metacode/pom.xml
>
> Modified: incubator/cxf/trunk/metacode/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=diff&rev=518257&r1=518256&r2=518257
> ==============================================================================
> --- incubator/cxf/trunk/metacode/pom.xml (original)
> +++ incubator/cxf/trunk/metacode/pom.xml Wed Mar 14 11:27:25 2007
> @@ -49,6 +49,12 @@
>              <artifactId>cxf-common-schemas</artifactId>
>              <version>${project.version}</version>
>          </dependency>
> +        <dependency>
> +            <groupId>org.apache.cxf</groupId>
> +            <artifactId>cxf-tools2-xjc-dv</artifactId>
> +            <version>${project.version}</version>
> +            <scope>test</scope>
> +        </dependency>
>      </dependencies>
>  
>      <build>
>
>
>
>   


Re: svn commit: r518257 - /incubator/cxf/trunk/metacode/pom.xml

Posted by James Mao <ja...@iona.com>.
If there's no objections, i'm going to move the xjc from tools to common

> Author: dkulp
> Date: Wed Mar 14 11:27:25 2007
> New Revision: 518257
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=518257
> Log:
> Hack/workaround for build failure.
>
> * Make the metacode depend on the dv plugin to force it to build the plugin first.   This is definitely a crappy solution.
>
>
> Modified:
>     incubator/cxf/trunk/metacode/pom.xml
>
> Modified: incubator/cxf/trunk/metacode/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=diff&rev=518257&r1=518256&r2=518257
> ==============================================================================
> --- incubator/cxf/trunk/metacode/pom.xml (original)
> +++ incubator/cxf/trunk/metacode/pom.xml Wed Mar 14 11:27:25 2007
> @@ -49,6 +49,12 @@
>              <artifactId>cxf-common-schemas</artifactId>
>              <version>${project.version}</version>
>          </dependency>
> +        <dependency>
> +            <groupId>org.apache.cxf</groupId>
> +            <artifactId>cxf-tools2-xjc-dv</artifactId>
> +            <version>${project.version}</version>
> +            <scope>test</scope>
> +        </dependency>
>      </dependencies>
>  
>      <build>
>
>
>
>