1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Make Attributes sample use Maven's commons-attributes plugin.

This commit is contained in:
Ben Alex
2004-12-21 12:15:35 +00:00
parent 9175208950
commit e8bfa37218
2 changed files with 16 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
<project xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
<goal name="install-plugin">
<get src="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1.jar"
dest="${maven.home}/plugins/commons-attributes-plugin-2.1.jar"/>
</goal>
</project>