RE: Maven Assembly for MultiModule project

2008-03-07 Thread Brian E. Fox
Assembly for MultiModule project Hi Wayne, I can not help it. I just joined a project to replace a guy who left the project. So I am on an accelerated learning curve. Thanks, Karthik Wayne Fay wrote: > > It sounds like you're jumping in to complex builds with Maven2 without > really

Re: Maven Assembly for MultiModule project

2008-03-07 Thread krishnan.1000
Hi Wayne, I can not help it. I just joined a project to replace a guy who left the project. So I am on an accelerated learning curve. Thanks, Karthik Wayne Fay wrote: > > It sounds like you're jumping in to complex builds with Maven2 without > really understanding how things work at a basic l

Re: Maven Assembly for MultiModule project

2008-03-07 Thread Wayne Fay
It sounds like you're jumping in to complex builds with Maven2 without really understanding how things work at a basic level. As an example of this, you're running mvn install:install-file etc on what seems to be a Maven project -- so you really only need to type "mvn install". The same thing goes

Re: Maven Assembly for MultiModule project

2008-03-06 Thread krishnan.1000
maven-compiler-plugin 2.1-20080129.223043-7 1.5 1.5 org.apache.maven.plugins maven-surefire-plugin 2.4 testng.xml

Re: Maven Assembly for MultiModule project

2008-03-06 Thread krishnan.1000
Hi Wayne, I am sorry Wayne. I should have been more specific on the post. To answer your first comment, and I do not wish to sound rude, but if I knew what I was doing wrong, I would not have posted in the first place. 2. I am trying to assemble a jar of module Foo and Bar . I wish that I crea

Re: Maven Assembly for MultiModule project

2008-03-06 Thread Wayne Fay
This list really works better if you post what you've done and then tell us why its not working the way you wanted, or an error message you got, etc. Looking at what you sent, I have no idea if it is working how you expect or not. Sending your pom and assembly.xml file is probably not going to giv