jvanzyl 2002/07/11 07:43:38
Modified: src/plugins/java plugin.jelly
Log:
o We decided to use foo-SNAPSHOT.jar the dev snapshots as it is
painfully obvious to the user that a snapshot is being used.
Revision Changes Path
1.20 +1 -1 jakarta-turbine-maven/src/plugins/java/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/java/plugin.jelly,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- plugin.jelly 11 Jul 2002 13:37:34 -0000 1.19
+++ plugin.jelly 11 Jul 2002 14:43:38 -0000 1.20
@@ -184,7 +184,7 @@
<property name="dir"
value="/www/jakarta.apache.org/turbine/jars2/${pom.id}/jars"/>
<exec dir="." executable="${maven.ssh.executable}">
- <arg line="${site} -l ${maven.username} 'cd ${dir}; ln -sf
${maven.jar.to.deploy} ${pom.id}-latest.jar'"/>
+ <arg line="${site} -l ${maven.username} 'cd ${dir}; ln -sf
${maven.jar.to.deploy} ${pom.id}-SNAPSHOT.jar'"/>
</exec>
</goal>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>