jvanzyl 2003/07/25 09:27:40
Modified: src/plugins-build/plexus plugin.jelly
Log:
o Use the groupId not a hardcoded plexus value.
Revision Changes Path
1.19 +2 -2 maven/src/plugins-build/plexus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plexus/plugin.jelly,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- plugin.jelly 25 Jul 2003 16:20:25 -0000 1.18
+++ plugin.jelly 25 Jul 2003 16:27:39 -0000 1.19
@@ -161,7 +161,7 @@
<j:if test="${plexusJarPresent != 'true'}">
<get
src="http://www.ibiblio.org/maven/plexus/jars/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"
-
dest="${plexusCoreLibDirectory}/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"/>
+ dest="${plexusCoreLibDirectory}"/>
</j:if>
<!--
@@ -279,7 +279,7 @@
<j:if test="${depPresent != 'true'}">
<get
-
src="http://www.ibiblio.org/maven/plexus/jars/${depPom.artifactId}-${depPom.currentVersion}.jar"
+
src="http://www.ibiblio.org/maven/${depPom.groupId}/jars/${depPom.artifactId}-${depPom.currentVersion}.jar"
dest="${directory}/${depPom.artifactId}-${depPom.currentVersion}.jar"/>
</j:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]