Updated Branches:
  refs/heads/master bdf64e05c -> 6ca055d39

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

Branch: refs/heads/master
Commit: 6ca055d399b7528175f0192f5d948350e1ee7258
Parents: bdf64e0
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:11:18 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/6ca055d3/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/6ca055d3/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 78a943a..47d2748 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>
@@ -176,7 +183,7 @@
       <scope>test</scope>
     </dependency>
 
-         <dependency>
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-ftp</artifactId>
       <scope>test</scope>
@@ -327,13 +334,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/6ca055d3/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