Tagged Questions
3
votes
3answers
1k 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-maven-archetype as my ...
1
vote
1answer
154 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. --range:"25 Aug ...
0
votes
1answer
19 views
Overriding defaults
I am currently trying to extend an existing project. Unfortunately I am completely new to plexus. I am greatly Spring biassed, so please tell me if the approach is completely wrong.
Let me describe ...