Can you provide a sample pom? I believe the nested configuration in execution is taken care of by maven core (assuming said plugin uses the standard mojo magic). Also what version of maven are you using?
- Josh On Sat, Aug 22, 2009 at 6:04 PM, Carl <[email protected]> wrote: > > First off I am still a relatively newbie to maven. > > I may be going about this in the wrong way but I want to call a plugin > multiple times. The goal is to create a web service for multiple Java > classes. Ultimately the Axis2 java2wsdl is called to create the WSDL > from the Java class. > > As best I can tell there are two maven plugins which do this. The one > from mojo seems to be better in that I can get it to work for one > class. The Apache one seems to have an unresolved classpath issue. > > Both of these plugins seem to ignore the idea of an <execution> which > includes a <configuration>. > > I have thought about using other maven plugins which call ant or Java > directly but conceptually can't seem to get past the idea that I > can't call a plugin multiple times but I wonder if I am missing > something obvious about how maven works. > > (Note: this app has to run on Java 1.4 for now so I really can't use > annotations to generate my web services at this point.) > > Thoughts? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
