fix artifact tags project references

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-23 13:29:35 +00:00
parent 0bcb6bce06
commit 6fd2705a83

8
dist/plugin.jelly vendored
View File

@ -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}"
/>