RE: war:deploy

2004-09-03 Thread James . Shute
Subject: Re: war:deploy This is the artifact strategy for Maven is for a project to produce one artifact per project. I assume the way you are doing this, you need to re-run maven to build the others? The preferred Maven approach is to create small subprojects (possibly just with a POM and different

Re: war:deploy

2004-08-27 Thread Brett Porter
This is the artifact strategy for Maven is for a project to produce one artifact per project. I assume the way you are doing this, you need to re-run maven to build the others? The preferred Maven approach is to create small subprojects (possibly just with a POM and different properties) that

Re: war:deploy

2003-12-12 Thread John D Taylor (ROE)
maven.repo.astrogrid.group=cvs Good luck, John - Original Message - From: Charles N. Harvey III [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:02 PM Subject: Re: war:deploy Ok. I did need to read the documentation a little bit. I have been through a lot

Re: war:deploy

2003-12-10 Thread Jefferson K. French
You want distributionSite and distributionDirectory. Here is documentation on the POM: http://maven.apache.org/reference/project-descriptor.html. There is a lot of documentation at the Maven site: http://maven.apache.org/. Look under the Reference tab on the left. Jeff On Wed, 10 Dec 2003, at

Re: war:deploy

2003-12-10 Thread Charles N. Harvey III
Ok. I did need to read the documentation a little bit. I have been through a lot of it over the past 5 days though. Ok, so I had distributionDirectory set but I did not have distributionSite. So I added distributionSite and still got the same error when I ran war:deploy. There must be