Re: plexus converter for the EAR plugin

2006-04-09 Thread Brett Porter
Unfortunately, this won't work for a number of reasons. You will either need to: a) provide an alternative configurator instead of a converter. It can extend normal one, and then call "converterLookup.add( new EarSecurityConverter() );" in its constructor. You'd add @configurator to the mojo, and

plexus converter for the EAR plugin

2006-04-09 Thread Stephane Nicoll
Hi guys, I am trying to implement a plexus converter to implement MEAR-8. I need to be able to retrieve a piece of XML from the pom, validate it and inject it in the auto-generated application.xml. Sample pom: org.apache.maven.plugins maven-ear-plugin ${basedir}/META-INF