maven and wsdl2java

2012-02-05 Thread Bill Smith
Hi, I am trying to use maven to generate some client stubs for axis 1.4. The below pom, runs without complaint, but it doesn't generate the required ServiceLocator classes. If I download axis 1.4 and use the standard wsdl2java from the command line, everything is fine. Any ideas? http://maven.

maven and groovy

2010-06-15 Thread Bill Smith
I have a project which has a mix of java and groovy. the groovy code is in main/groovy and the java code is in main/java The java code has some dependencies on the java code. I am trying to optimize the build process so I can just run mvn test, mvn package etc. The problem that I am having is t

jetty plugin and gmaven

2010-05-03 Thread Bill Smith
I am trying to create a web project that has a mixture of both groovy code and java code. I am using the following for my pom. When running maven jetty:run it can't see my groovy scripts. running mvn package I do see the compiled classes in the war file. Any ideas what I am doing wrong? build>

Re: Assembly plugin corrupting generated source

2010-01-19 Thread Bill Smith
I am not sure what you are proposing. Wouldn't I still mvn install my artifacts before running mvn assembly on my assembly project? Jeff On Tue, Jan 19, 2010 at 4:34 PM, Wayne Fay wrote: > > I would prefer to build the entire project from one command line. If I > put > > the assembly into a su

Re: Assembly plugin corrupting generated source

2010-01-19 Thread Bill Smith
Because of the comment here. I have never been able to get my project to build properly if I attach my assembly as a build step. http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html

Re: Assembly plugin corrupting generated source

2010-01-19 Thread Bill Smith
will get errors regarding missing dependencies. On Tue, Jan 19, 2010 at 1:09 PM, Bill Smith wrote: > Woult this new module for the assembly be a jar module or a pom only > module? > > > On Mon, Jan 18, 2010 at 9:38 PM, Wayne Fay wrote: > >> > I think what you are sugg

Re: Assembly plugin corrupting generated source

2010-01-19 Thread Bill Smith
Woult this new module for the assembly be a jar module or a pom only module? On Mon, Jan 18, 2010 at 9:38 PM, Wayne Fay wrote: > > I think what you are suggesting is rather then have a parent module to > have > > another module at the same level as the jar/wars and list them as actual > > depend

Re: Assembly plugin corrupting generated source

2010-01-18 Thread Bill Smith
So right now I have a parent module which contains all the child modules listed as "modules" You'll see this in the sample I linked to. I think what you are suggesting is rather then have a parent module to have another module at the same level as the jar/wars and list them as actual dependencies?

Re: Assembly plugin corrupting generated source

2010-01-18 Thread Bill Smith
ending up with duplication. The reason I am running assembly at the top is that I need to create an archive zip file with the output of all the projects. On Mon, Jan 18, 2010 at 11:35 AM, Wayne Fay wrote: > On Mon, Jan 18, 2010 at 10:22 AM, Bill Smith > wrote: > > I didn't see

Assembly plugin corrupting generated source

2010-01-18 Thread Bill Smith
I didn't see my last post come through, so I thought I would try again. I have a multi level maven project. That consists of 4 jars and a web application. The source is at http://www.weseewhathappens.com/mvn.zip There is a parent module. Jar a has no internal depenedencies Jar b has is dependen