mcconnell 2004/04/21 21:35:11 Modified: maven-plugins/artifact plugin.jelly Log: Housekeeping. Revision Changes Path 1.3 +3 -1 avalon/maven-plugins/artifact/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/avalon/maven-plugins/artifact/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 22 Apr 2004 02:25:01 -0000 1.2 +++ plugin.jelly 22 Apr 2004 04:35:11 -0000 1.3 @@ -5,13 +5,15 @@ xmlns:util="jelly:util" xmlns:maven="jelly:maven" xmlns:ant="jelly:ant" - xmlns:avalon="avalon"> + xmlns:avalon="avalon-artifact"> <goal name="avalon:artifact-install" prereqs="avalon:artifact"> <ant:copy toDir="${maven.repo.local}/${pom.groupId}/jars" file="${maven.build.dir}/${pom.artifactId}-${pom.currentVersion}.jar.meta" verbose="yes"/> </goal> + + <define:taglib uri="avalon-artifact"/> <!-- #
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]