Re: Nothing put into target directories

2011-02-02 Thread Hilco Wijbenga
On 2 February 2011 11:04, Ron Wheeler wrote: > On 02/02/2011 12:46 PM, Hilco Wijbenga wrote: >> On 2 February 2011 08:50, Kenneth Litwak  wrote: >>> Thanks for the links but actually I've read a bunch of stuff on Maven. >>> Unfortunately, I've found diverse examples, mostly generic, and none that

Re: Nothing put into target directories

2011-02-02 Thread Ron Wheeler
On 02/02/2011 12:46 PM, Hilco Wijbenga wrote: On 2 February 2011 08:50, Kenneth Litwak wrote: Thanks for the links but actually I've read a bunch of stuff on Maven. Unfortunately, I've found diverse examples, mostly generic, and none that address the exact specifics of precisely, in every pos

Re: Nothing put into target directories

2011-02-02 Thread Hilco Wijbenga
On 2 February 2011 08:50, Kenneth Litwak wrote: > Thanks for the links but actually I've read a bunch of stuff on Maven. > Unfortunately, I've found diverse examples, mostly generic, and none that > address the exact specifics of precisely, in every possible detail, the exact > structure that o

RE: Nothing put into target directories

2011-02-02 Thread Kenneth Litwak
Message- From: Hilco Wijbenga [mailto:hilco.wijbe...@gmail.com] Sent: Tuesday, February 01, 2011 5:03 PM To: Maven Users List Subject: Re: Nothing put into target directories On 1 February 2011 16:40, Kenneth Litwak wrote: > When I use > mvn compile war:war > instead, I get the same er

Re: Nothing put into target directories

2011-02-01 Thread Hilco Wijbenga
On 1 February 2011 16:40, Kenneth Litwak wrote: > When I use > mvn compile war:war > instead, I get the same error I was getting before: > "Error assembling war:  webxml attribute is required" > >  The web page you pointed me to has one project structure but I am using a > different project struc

RE: Nothing put into target directories

2011-02-01 Thread Kenneth Litwak
t: Tuesday, February 01, 2011 4:17 PM To: Maven Users List Subject: Re: Nothing put into target directories On 1 February 2011 16:03, Kenneth Litwak wrote: > I have created a test directory hierarchy under "web/src," for example, > and I don't see any evidence that Maven even saw th

Re: Nothing put into target directories

2011-02-01 Thread Hilco Wijbenga
On 1 February 2011 16:03, Kenneth Litwak wrote: > I have created a test directory hierarchy under "web/src," for example, > and I don't see any evidence that Maven even saw that.  Thanks. Did you read http://maven.apache.org/plugins/maven-war-plugin/usage.html? --

Nothing put into target directories

2011-02-01 Thread Kenneth Litwak
I've got a Maven-based project, which contains two modules, each with its own pom, and a pom for the whole project. When I run mvn clean package the build succeeds, but nothing is showing up in my target directories. I'm not sure where to look for what is missing. How do I track this down?