Revision: 3671
http://bigdata.svn.sourceforge.net/bigdata/?rev=3671&view=rev
Author: fkoliver
Date: 2010-09-28 20:12:26 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
Introduce bogus jars which when placed in the local maven repo will
prevent maven for searching for them in external repos. They aren't (and
can't) actually be used.
Modified Paths:
--------------
branches/maven_scaleout/bigdata-core/thirdparty/maven.xml
Added Paths:
-----------
branches/maven_scaleout/bigdata-core/thirdparty/lib/jsk.jar
branches/maven_scaleout/bigdata-core/thirdparty/lib/sdm.jar
Added: branches/maven_scaleout/bigdata-core/thirdparty/lib/jsk.jar
===================================================================
--- branches/maven_scaleout/bigdata-core/thirdparty/lib/jsk.jar (rev 0)
+++ branches/maven_scaleout/bigdata-core/thirdparty/lib/jsk.jar 2010-09-28 20:12:26 UTC (rev 3671)
@@ -0,0 +1,4 @@
+This is a bogus jar file for the purposes of keeping maven from
+complaining when a -dl, -resources, -lib, or -platform jar is needed,
+but the jar file with no suffix does not exist.
+
Added: branches/maven_scaleout/bigdata-core/thirdparty/lib/sdm.jar
===================================================================
--- branches/maven_scaleout/bigdata-core/thirdparty/lib/sdm.jar (rev 0)
+++ branches/maven_scaleout/bigdata-core/thirdparty/lib/sdm.jar 2010-09-28 20:12:26 UTC (rev 3671)
@@ -0,0 +1,4 @@
+This is a bogus jar file for the purposes of keeping maven from
+complaining when a -dl, -resources, -lib, or -platform jar is needed,
+but the jar file with no suffix does not exist.
+
Modified: branches/maven_scaleout/bigdata-core/thirdparty/maven.xml
===================================================================
--- branches/maven_scaleout/bigdata-core/thirdparty/maven.xml 2010-09-28 19:25:42 UTC (rev 3670)
+++ branches/maven_scaleout/bigdata-core/thirdparty/maven.xml 2010-09-28 20:12:26 UTC (rev 3671)
@@ -94,6 +94,8 @@
<installJar groupId="org.apache.river" artifactId="jsk-lib" version="2.1" jar="${thirdparty.dir}/jsk-lib.jar" />
<installJar groupId="org.apache.river" artifactId="jsk-platform" version="2.1" jar="${thirdparty.dir}/jsk-platform.jar" />
<installJar groupId="org.apache.river" artifactId="jsk-resources" version="2.1" jar="${thirdparty.dir}/jsk-resources.jar" />
+ <installJar groupId="org.apache.river" artifactId="jsk" version="2.1" jar="${thirdparty.dir}/jsk.jar" />
+ <installJar groupId="org.apache.river" artifactId="sdm" version="2.1" jar="${thirdparty.dir}/sdm.jar" />
<installDlOnly groupId="org.apache.river" artifactId="jsk" version="2.1" dl-jar="${thirdparty.dir}/jsk-dl.jar" />
<installDlOnly groupId="org.apache.river" artifactId="sdm" version="2.1" dl-jar="${thirdparty.dir}/sdm-dl.jar" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|