djencks 2004/09/07 11:36:21
Modified: modules/maven-plugin plugin.jelly Log: don't pull in everything to the g. repo if nothing is explicitly specified Revision Changes Path 1.7 +1 -0 incubator-geronimo/modules/maven-plugin/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/maven-plugin/plugin.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.jelly 1 Sep 2004 16:37:29 -0000 1.6 +++ plugin.jelly 7 Sep 2004 18:36:21 -0000 1.7 @@ -71,6 +71,7 @@ <ant:include name="${dependency.getArtifactDirectory()}/${dependency.getType()}s/${dependency.getArtifact()}"/> </j:if> </j:forEach> + <ant:exclude name="**/*"/> </ant:fileset> </ant:copy> <!-- this version doesn't seem to work. Why not?-->