Thanks justin,
Obviously I'm a newbie of MavEn also :)
I needed to add the maven war plugin to my pom.xml and specify the
location of the web-inf directory as follows:
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceDirectory>
${basedir}/WebContent
</warSourceDirectory>
</configuration>
</plugin>
--
View this message in context:
http://maven.40175.n5.nabble.com/Mavin-Dependency-Management-on-Dynamic-Web-Project-tp2807663p2808405.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]