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:
parent
0bcb6bce06
commit
6fd2705a83
8
dist/plugin.jelly
vendored
8
dist/plugin.jelly
vendored
@ -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}"
|
||||
/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user