> It doesn't here. Perhaps it has to do with the pom.id. > In my projext.xml I have set "pomVersion" to 3. Is that > correct? Element "id" is set to the name of my webapp. Do I > need to set this value somewhere else?
The pomVersion should be 3. It was intended to be updated when the project.xml schema changed but I don't think it is used anymore. Your pom.id is also correct. If you pom.id = "marc" then the war:webapp goal will create a webapp called "marc" under the target directory. That directory contains then everything that was located under src/webapp. The fact that, again, maven is not showing standard behaviour on your system convinces me more and more that your maven installations are somehow corrupt.... have you tried a completely clean install of maven b7 ? It seems you are the only one having these problems... Age > Marc > > > -----Urspr�ngliche Nachricht----- > > Von: Age Mooy [mailto:[EMAIL PROTECTED]] > > Gesendet: Dienstag, 10. Dezember 2002 10:17 > > An: 'Turbine Users List' > > Betreff: RE: maven goal to copy templates, images dir-tree > > > > > > > > When I run war:webapp that goal copies anything that was > changed under > > src/webapp to target/${pom.id} without any problems at all. this > > includes templates, images, javascript files, Torque.conf, web.xml, > > etc. > > > > Again, I use maven b7, out of the box. > > > > Age > > > > > > > -----Original Message----- > > > From: Marc Lustig [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, December 09, 2002 23:00 > > > To: Turbine Users List > > > Subject: maven goal to copy templates, images dir-tree > > > > > > > > > Hi, > > > I have a question to those of you using maven to build turbine > > > webapp. What goal do you use to copy src/webapp/templates/ and > > > src/webapp/images/ into target/... ? I tried war:webapp > and various > > > other goals without success. Is it necessary to specifiy > directories > > > that should be copied in project.properties or elsewhere? > > > > > > Regards > > > Marc > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For > > > additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For > additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
