You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by James Mao <ja...@iona.com> on 2007/03/15 07:29:34 UTC

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

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>
>
>
>
>