o RC1 Refactoring

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-07-27 23:34:00 +00:00
parent 3da380e2e9
commit 6801d9ed62
15 changed files with 221 additions and 211 deletions

View File

@@ -7,7 +7,10 @@
<goal name="plugin" description="Build a plugin jar and install to the maven.local.repo">
<!-- Plugins are just a jar. -->
<!-- big change. Most plugins are just a jar and have
copied the maven.xml to tweak the resources
Now it is up to the plugin to define the resources.
-->
<attainGoal name="jar:jar"/>
<copy file="${maven.build.dir}/${maven.final.name}.jar"