Skip to content

Commit

Permalink
Fixed the build errors using eclipse (maven-eclipse-plugin).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1465589 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bvahdat committed Apr 8, 2013
1 parent 32fdbb0 commit 781cf3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/camel-cxf/pom.xml
Expand Up @@ -328,8 +328,8 @@
<artifactId>cxf-codegen-plugin</artifactId>
<executions>
<execution>
<id>generate-test-sources</id>
<phase>generate-test-sources</phase>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
<wsdlOptions>
Expand Down
2 changes: 1 addition & 1 deletion components/camel-soap/pom.xml
Expand Up @@ -129,7 +129,7 @@
<executions>
<execution>
<id>generate-sources-wsdl</id>
<phase>generate-test-sources</phase>
<phase>generate-sources</phase>
<configuration>
<testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
<defaultOptions>
Expand Down
4 changes: 3 additions & 1 deletion components/camel-xmlbeans/pom.xml
Expand Up @@ -76,9 +76,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
<version>2.3.3</version>
<version>${xmlbeans-maven-plugin-version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>xmlbeans-test</goal>
</goals>
Expand Down
1 change: 1 addition & 0 deletions parent/pom.xml
Expand Up @@ -389,6 +389,7 @@
<xml-apis-version>1.4.01</xml-apis-version>
<xml-resolver-version>1.2</xml-resolver-version>
<xmlbeans-bundle-version>2.6.0_2</xmlbeans-bundle-version>
<xmlbeans-maven-plugin-version>2.3.3</xmlbeans-maven-plugin-version>
<xmlbeans-version>2.6.0</xmlbeans-version>
<xmlresolver-bundle-version>1.2_5</xmlresolver-bundle-version>
<xmlrpc-version>3.1.3</xmlrpc-version>
Expand Down

0 comments on commit 781cf3f

Please sign in to comment.