Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CD3018512 for ; Sun, 6 Sep 2015 05:55:17 +0000 (UTC) Received: (qmail 78350 invoked by uid 500); 6 Sep 2015 05:55:16 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 78299 invoked by uid 500); 6 Sep 2015 05:55:16 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 78290 invoked by uid 99); 6 Sep 2015 05:55:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2015 05:55:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 624A1DFE14; Sun, 6 Sep 2015 05:55:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <9eee485234b94019af4dd38bfd2ceb20@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Fixed maven warning Date: Sun, 6 Sep 2015 05:55:16 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master f9e409e3c -> ae30d8815 Fixed maven warning Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ae30d881 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ae30d881 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ae30d881 Branch: refs/heads/master Commit: ae30d8815a9a13b500debfd1e43d9aad0342e0b9 Parents: f9e409e Author: Claus Ibsen Authored: Sun Sep 6 07:56:05 2015 +0200 Committer: Claus Ibsen Committed: Sun Sep 6 07:56:05 2015 +0200 ---------------------------------------------------------------------- .../camel-olingo2-component/pom.xml | 9 +- .../camel-olingo2-component/pom.xml.bak | 328 ------------------- 2 files changed, 1 insertion(+), 336 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ae30d881/components/camel-olingo2/camel-olingo2-component/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml index 34e3f1d..25dd78c 100644 --- a/components/camel-olingo2/camel-olingo2-component/pom.xml +++ b/components/camel-olingo2/camel-olingo2-component/pom.xml @@ -222,14 +222,7 @@ - - - - - - org.codehaus.mojo - build-helper-maven-plugin - + add-test-source generate-test-sources http://git-wip-us.apache.org/repos/asf/camel/blob/ae30d881/components/camel-olingo2/camel-olingo2-component/pom.xml.bak ---------------------------------------------------------------------- diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml.bak b/components/camel-olingo2/camel-olingo2-component/pom.xml.bak deleted file mode 100644 index a133cdc..0000000 --- a/components/camel-olingo2/camel-olingo2-component/pom.xml.bak +++ /dev/null @@ -1,328 +0,0 @@ - - - - - 4.0.0 - - - org.apache.camel - camel-olingo2-parent - 2.16-SNAPSHOT - - - camel-olingo2 - bundle - Camel :: Olingo2 :: Component - Camel Olingo2 component - - - olingo2 - Olingo2 - org.apache.camel.component.olingo2 - org.apache.camel.component.olingo2.internal - - ${componentPackage} - ${outPackage} - - - - - org.apache.camel - camel-core - - - org.apache.camel - camel-olingo2-api - - - commons-lang - commons-lang - ${commons-lang-version} - - - - - org.apache.camel - spi-annotations - ${project.version} - provided - - - - - org.apache.camel - camel-olingo2-api - ${project.version} - javadoc - provided - - - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-log4j12 - test - - - log4j - log4j - test - - - - - org.apache.olingo - olingo-odata2-core - ${olingo2-version} - test - - - javax.ws.rs - javax.ws.rs-api - - - - - org.apache.olingo - olingo-odata2-api-annotation - ${olingo2-version} - test - - - org.apache.olingo - olingo-odata2-annotation-processor-api - ${olingo2-version} - test - - - org.apache.olingo - olingo-odata2-annotation-processor-core - ${olingo2-version} - test - - - org.apache.camel - camel-test - test - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf-version} - test - - - - org.eclipse.jetty - jetty-servlet - ${jetty9-version} - test - - - org.eclipse.jetty - jetty-server - ${jetty9-version} - test - - - org.eclipse.jetty.orbit - javax.servlet - - - - - org.eclipse.jetty - jetty-webapp - ${jetty9-version} - test - - - - - install - - - - - - org.apache.camel - camel-api-component-maven-plugin - - - generate-test-component-classes - - fromApis - - - - - - org.apache.camel.component.olingo2.api.Olingo2App - src/signatures/olingo-api-signature.txt - edm|responseHandler - - - keyPredicate - java.lang.String - - - - queryParams - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-generated-sources - - add-source - - - - ${project.build.directory}/generated-sources/camel-component - - - - - add-generated-test-sources - - add-test-source - - - - ${project.build.directory}/generated-test-sources/camel-component - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-test-source - generate-test-sources - - add-test-source - - - - ${project.build.directory}/olingo2-my-car-service/src/main/java - - - - - - - - - - - - org.apache.camel - camel-api-component-maven-plugin - ${project.version} - - ${schemeName} - ${componentName} - ${componentPackage} - ${outPackage} - - - - - - - - - - - org.apache.camel - camel-api-component-maven-plugin - ${project.version} - - ${schemeName} - ${componentName} - ${componentPackage} - ${outPackage} - - - - - - - - - get-olingo2-sample - - - target/olingo2-my-car-service - - - - - - org.codehaus.mojo - exec-maven-plugin - - - generate-sources - generate-test-sources - - exec - - - - - mvn - ${project.build.directory} - - archetype:generate - -DinteractiveMode=false - -Dversion=${project.version} - -DgroupId=org.apache.camel - -DartifactId=olingo2-my-car-service - -DarchetypeGroupId=org.apache.olingo - -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype - -DarchetypeVersion=${olingo2-version} - - - - - - - -