Re: [vote] Release Maven WAR plugin 2.0

2006-04-09 Thread Gordon Henriksen
On Apr 7, 2006, at 6:21 AM, Franz Fehringer wrote: what does "non binding" mean in these voting mails? http://www.apache.org/foundation/voting.html Often indicates that the voter is a user rather than a contributor. — G -

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

Re: Please synch Apache m2 repository for Struts

2006-04-09 Thread Brett Porter
done Wendy Smoak wrote: > Assuming everything looks okay, please synch > dist/maven-repository/org/apache/struts/struts-parent with ibiblio. > The struts-parent pom v1 has been deployed with a signature. > > Release vote: > http://www.nabble.com/-VOTE-Release-the-struts-parent-pom-v1-t1418981.ht

Re: Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-09 Thread Brett Porter
I'm not sure this is plugin configuration - it should determine it from the format of the source file? Should it just do two passes and merge them? Are you planning to manually parse the annotations from the source files? - Brett Jochen Kuhnle wrote: > Hi, > > since qdox has some problems with

Re: [m2]Is Plugin associated with Packaging but type is used for dependency?

2006-04-09 Thread Jian.Wu
Hi Stephane, I just reveiwed MEAR-26, it should solve my problem. And, I assume that the value of "mapping" element could be any standard j2ee component type like ejb and war. Thanks a lot for your help! Jian -- View this message in context: http://www.nabble.com/-m2-Is-Plugin-associated-wi

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

Please synch Apache m2 repository for Struts

2006-04-09 Thread Wendy Smoak
Assuming everything looks okay, please synch dist/maven-repository/org/apache/struts/struts-parent with ibiblio. The struts-parent pom v1 has been deployed with a signature. Release vote: http://www.nabble.com/-VOTE-Release-the-struts-parent-pom-v1-t1418981.html Thanks, Wendy Smoak (Apache Strut

Re: Maven tutorial

2006-04-09 Thread Alexandre Poitras
Thank for correcting my spelling mistakes, english isn't my native language. About the images, I have used Open Office Draw to create the images so I'll upload all the source files. This way everyone can change the text easily. I'll try continue writting more this week, I haven't had a lot of time

Plugin descriptor extractor for JDK1.5 sources/annotations?

2006-04-09 Thread Jochen Kuhnle
Hi, since qdox has some problems with JDK 1.5 sources, is there a plugin descriptor extractor for JDK1.5 sources with annotations? If not, I'd go ahead and write one. Looks fairly straightforward to me, except for the choice which extractor to use in a project, or in other words, how to prev

Re: [m2]Is Plugin associated with Packaging but type is used for dependency?

2006-04-09 Thread Stephane Nicoll
Hi Jian, Just to be sure that I fully undestood your problem; could you please confirm that http://jira.codehaus.org/browse/MEAR-26 would solve this problem? Thanks, Stéphane On 4/9/06, Jian.Wu <[EMAIL PROTECTED]> wrote: > > > Hi Brett, > > Thanks a lot for your reply! > > I followed the "Introd

Re: [m2]Is Plugin associated with Packaging but type is used for dependency?

2006-04-09 Thread Jian.Wu
Hi Brett, Thanks a lot for your reply! I followed the "Introduction to the Build Lifecycle" and created "my-rar" package and I had problem using "my-rar" with maven-ear-plugin. At first, I thought it is the problem of dependency resolution of maven. Later on, I realized that it is maven-ear-plug

Re: Should all maven-[x]-plugin have skip parameter like surefire-plugin

2006-04-09 Thread Jian.Wu
Hi Brett, > Did you first do mvn install on the first project? Where did it end up? No. I don't want to do "mvn install". Both rar and ear are two module project under the same parent pom project. Actually, I end-up create my own "my-rar" package type and since maven-ear-plugin could not recog