brett 2004/06/23 06:29:35
Modified: dist plugin.jelly
Log:
fix artifact tags project references
Revision Changes Path
1.16 +4 -4 maven-plugins/dist/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/dist/plugin.jelly,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- plugin.jelly 23 Jun 2004 13:13:01 -0000 1.15
+++ plugin.jelly 23 Jun 2004 13:29:35 -0000 1.16
@@ -243,13 +243,13 @@
<artifact:deploy-snapshot
artifact="${maven.dist.dir}/${maven.final.name}.tar.gz"
type="distribution-targz"
- pom="${pom}"
+ project="${pom}"
typeHandler="${distTypeHandler}"
/>
<artifact:deploy-snapshot
artifact="${maven.dist.dir}/${maven.final.name}.zip"
type="distribution-zip"
- pom="${pom}"
+ project="${pom}"
typeHandler="${distTypeHandler}"
/>
@@ -260,13 +260,13 @@
<artifact:deploy-snapshot
artifact="${maven.dist.dir}/${maven.final.name}-src.tar.gz"
type="distribution-src-targz"
- pom="${pom}"
+ project="${pom}"
typeHandler="${distTypeHandler}"
/>
<artifact:deploy-snapshot
artifact="${maven.dist.dir}/${maven.final.name}-src.zip"
type="distribution-src-zip"
- pom="${pom}"
+ project="${pom}"
typeHandler="${distTypeHandler}"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]