you might consider throwing it in a maven plugin (sounds scary, it isn't) use groovy's ant dsl to slap it together http://groovy.codehaus.org/Using+Ant+from+Groovy
i'm using that pattern now to wrap around an ant task, you can take a look at it if you want: http://code.google.com/p/indoorsdog/source/browse/jacoco/trunk/jacoco-maven-plugin/src/main/groovy/org/indoorsdog/jacoco/maven/plugin/internal/AgentMojo.groovy -- View this message in context: http://maven.40175.n5.nabble.com/Create-a-common-shared-task-for-the-maven-antrun-plugin-tp3346449p3346458.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
