Updated Branches:
  refs/heads/camel-2.11.x a46cfed27 -> 3df21865d

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/3df21865
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3df21865
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3df21865

Branch: refs/heads/camel-2.11.x
Commit: 3df21865d9c33e70433ca0aec833247010c8ff84
Parents: a46cfed
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:14:52 2013 +0200

----------------------------------------------------------------------
 .../1.0.0/camel-validator-test-resources.jar       |  Bin 0 -> 17660 bytes
 tests/camel-itest/pom.xml                          |   13 +++++++++----
 .../test/lib/camel-validator-test-resources.jar    |  Bin 17660 -> 0 bytes
 3 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3df21865/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/3df21865/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index f5d0e0f..fefdfa6 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -35,6 +35,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>
@@ -171,7 +178,7 @@
          <scope>test</scope>
        </dependency>
 
-         <dependency>
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-ftp</artifactId>
       <scope>test</scope>
@@ -322,13 +329,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/3df21865/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

Reply via email to