Maven.war.src is where it comes from, maven.war.webapp.dir is where it goes to - you said that you set maven.war.src to the temporary folder, which is where it goes to. Is this what you meant? In that case, flip them around :)
Cheers, Brett > -----Original Message----- > From: Roland Berger [mailto:[EMAIL PROTECTED] > Sent: Monday, 29 September 2003 7:57 PM > To: Maven Mailinglist > Subject: bug in war:webapp?? > > > Hi all > > I need to copy my webapp to a temporary folder. > maven.war.src is set to this temporary folder. The files are > copied from my origianal webapp location to the temporary > webapp folder in a preGoal of war:webapp. > > > I start the war:webapp goal when the temporary webapp folder > does not yet exist (it is created in the preGoal). After the > war:webapp goal has finished only the WEB-INF directory an > its files are include in maven.war.webapp.dir . When I rerun > the goal also the files on the same level like WEB-INF are copied. > > Is this a bug or is there anything I do not understand? > > Regards > Roland > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
