2
votes
2answers
375 views
Eclipse Maven Plugin fails to create groovy-maven-archetype project
I have installed the Maven for Eclipse plugin from Sonatype.
(update site: http://m2eclipse.sonatype.org/update/)
I am creating a Maven project, and choosing to use the groovy-ma …
1
vote
1answer
59 views
How do I stop my command-line arguments being escaped in a maven plugin?
I have a plugin that uses the Plexus Commandline to invoke some external process and capture the output. One of the arguments is in a funny format with spaces and quotes, e.g. --ra …
