brett 2004/02/26 08:26:59
Modified: plugin plugin.jelly
Log:
fix deployment issues
Revision Changes Path
1.29 +3 -2 maven-plugins/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/plugin/plugin.jelly,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- plugin.jelly 25 Feb 2004 22:39:29 -0000 1.28
+++ plugin.jelly 26 Feb 2004 16:26:59 -0000 1.29
@@ -242,11 +242,12 @@
</goal>
<goal name="plugin:repository-deploy" prereqs="plugin">
+ <maven:makeRelativePath separator="/" basedir="${basedir}"
path="${maven.build.dir}/${maven.final.name}.jar" var="artifactFilename" />
<deploy:artifact
- artifact="${maven.build.dir}/${maven.final.name}.jar"
+ artifact="${artifactFilename}"
type="plugins"
assureDirectoryCommand="mkdir -p"
- siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp
${maven.remote.group} ${maven.jar.to.deploy}; ln -sf ${maven.jar.to.deploy}
${pom.artifactId}-SNAPSHOT.jar; echo ${snapshotVersion} >
${pom.artifactId}-snapshot-version"
+ siteCommand="cd @deployDirectory@; chmod g+w ${maven.final.name}.jar; chgrp
${maven.remote.group} ${maven.final.name}.jar"
/>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]