I'm developing a maven plugin and I've worked through "Maven - Guide to Developing Java Plugins" but am still having some trouble getting configurations parsed consistently between MojoTestCases run under eclipse and maven run at the command line.
Is there a maven plugin that is 1. a good example of proper maven3 plugin style, 2. which uses recent versions of the various org.apache.maven:* dependencies, 3. has some maven verifier testcases, 4. which I might adapt to suit my needs instead of trying to work from a blank slate. The plugin I'm writing runs during the verify lifecycle phase, gets all "jar" dependencies transitively, and does some bytecode analysis using ASM. I tried to adapt the dependency:tree mojo but that is in the old style. I'm also possibly doing something a little odd with configuration processing - http://stackoverflow.com/questions/35235376 . cheers, mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
