maven war not jar'ing class files

2005-05-04 Thread dhay
Hi, I have set our project up to create a war file. I would like it to jar up the class files however, before it does so. How can I achieve this in one command? cheers, David - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: Single WAR from multiproject

2005-04-28 Thread dhay
Hi Troy, That sounds exactly what we need...but unfortunately I'm a newbie with Maven and you lost me completely in terms of the specifics! Would you mind walking me through it in a bit more detail, please? thanks! David |-+> | | "Poppe,

Re: Single WAR from multiproject

2005-04-27 Thread dhay
Hi, Thanks!! That works great. Only problem is that I now require two steps - the multiproject jar:install from the top directory, and then the webapp war from the webapp sub-directory. Is there any way to get maven to do both in a single command? cheers, David |-+

Single WAR from multiproject

2005-04-27 Thread dhay
Hi, We have 4 multiprojects which we build using Maven. However, now we want to create a War file from the output of all 4. How can I get Maven to do this? cheers, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Newbie: Unit Tests AND Integration Tests problem

2005-03-30 Thread dhay
Hi, I'm a newbie to Maven, and trying to set up our project to run both integration tests and unit tests. The unit tests are fine - just specified the directory under the tag. However, we have integration tests that reside in a sister directory ie test.mypackage.unit and test.mypackage.integra