summaryrefslogtreecommitdiffstats
path: root/args4j/args4j-tools/maven.xml
diff options
context:
space:
mode:
Diffstat (limited to 'args4j/args4j-tools/maven.xml')
-rw-r--r--args4j/args4j-tools/maven.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/args4j/args4j-tools/maven.xml b/args4j/args4j-tools/maven.xml
deleted file mode 100644
index 27b713f..0000000
--- a/args4j/args4j-tools/maven.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project xmlns:j="jelly:core" xmlns:u="jelly:util">
-
- <postGoal name="dist:prepare-bin-filesystem">
- <!-- copy additional files into the distribution zip/tgz -->
- <deploy:copy-deps xmlns:deploy="deploy"
- todir="${maven.dist.bin.archive.dir}/${maven.final.name}"
- excludes="ant,tools"
- />
- </postGoal>
-</project>