Author: bleny Date: 2011-02-28 18:43:16 +0100 (Mon, 28 Feb 2011) New Revision: 1086 Url: http://nuiton.org/repositories/revision/mavenpom/1086 Log: #1366 fix config to make web.xml output in WEB-INF instead of root directory of the war Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-28 14:47:24 UTC (rev 1085) +++ trunk/pom.xml 2011-02-28 17:43:16 UTC (rev 1086) @@ -677,6 +677,7 @@ <webResources> <resource> <directory>src/main/webapp/WEB-INF</directory> + <targetPath>WEB-INF</targetPath> <includes> <include>web.xml</include> </includes> @@ -685,7 +686,7 @@ </webResources> </configuration> </plugin> - + <!-- Plugins version from codehaus mojo --> <plugin>
participants (1)
-
bleny@users.nuiton.org