Updated Branches: refs/heads/camel-2.10.x f83b82ec5 -> 5be897563
CAMEL-6412: Fixed the Maven build warning about camel-validator-test-resources.jar Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5be89756 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5be89756 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5be89756 Branch: refs/heads/camel-2.10.x Commit: 5be897563aaa86d2ab13e852ffda937f8e418a85 Parents: f83b82e Author: Babak Vahdat <bvah...@apache.org> Authored: Sun Jun 2 00:11:18 2013 +0200 Committer: Babak Vahdat <bvah...@apache.org> Committed: Sun Jun 2 00:19:24 2013 +0200 ---------------------------------------------------------------------- .../1.0.0/camel-validator-test-resources.jar | Bin 0 -> 17660 bytes tests/camel-itest/pom.xml | 11 ++++++++--- .../test/lib/camel-validator-test-resources.jar | Bin 17660 -> 0 bytes 3 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5be89756/tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources.jar ---------------------------------------------------------------------- diff --git a/tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources.jar b/tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources.jar new file mode 100644 index 0000000..b9b3144 Binary files /dev/null and b/tests/camel-itest/lib/org/apache/camel/camel-validator-test-resources/1.0.0/camel-validator-test-resources.jar differ http://git-wip-us.apache.org/repos/asf/camel/blob/5be89756/tests/camel-itest/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index dd6cbe7..857d169 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -36,6 +36,13 @@ <name>Public online Restlet repository</name> <url>http://maven.restlet.org</url> </repository> + + <!-- required for validator tests --> + <repository> + <id>camel-validator-test-repo</id> + <name>This project repository contains camel-validator-test-resources-1.0.0.jar</name> + <url>file://${basedir}/lib</url> + </repository> </repositories> <dependencies> @@ -305,13 +312,11 @@ <scope>test</scope> </dependency> - <!-- for validator tests --> + <!-- for validator tests, the artifact itself is included inside the project repository 'camel-validator-test-repo' above --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-validator-test-resources</artifactId> <version>1.0.0</version> - <scope>system</scope> - <systemPath>${basedir}/src/test/lib/camel-validator-test-resources.jar</systemPath> </dependency> <!-- atomikos XA TX manager --> http://git-wip-us.apache.org/repos/asf/camel/blob/5be89756/tests/camel-itest/src/test/lib/camel-validator-test-resources.jar ---------------------------------------------------------------------- diff --git a/tests/camel-itest/src/test/lib/camel-validator-test-resources.jar b/tests/camel-itest/src/test/lib/camel-validator-test-resources.jar deleted file mode 100644 index b9b3144..0000000 Binary files a/tests/camel-itest/src/test/lib/camel-validator-test-resources.jar and /dev/null differ