use ${pom.groupId} instead of hard coding maven.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2003-10-03 05:29:14 +00:00
parent cbc566f2f1
commit 7ed40d21b0

View File

@@ -14,7 +14,7 @@
<attainGoal name="jar:jar"/>
<copy file="${maven.build.dir}/${maven.final.name}.jar"
todir="${maven.repo.local}/maven/plugins" />
todir="${maven.repo.local}/${pom.groupId}/plugins" />
</goal>