pombreda / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 1 forks source link

plugin doesn't copy applicationContext.xml file present in src/main/webapp/WEB-INF #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2?
2.0.9

What steps will reproduce the problem?
1. simply create a GWT maven project
2. it should have a web.xml under src/main/webapp/WEB-INF
3. add a applicationContext.xml (name doesn't matter) under
src/main/webapp/WEB-INF
4. run mvn clean gwt:gwt
5. 

What is the expected output? 
The applicationContext.xml file should be copied to
target/tomcat/webapps/ROOT/WEB-INF

What do you see instead?
applicationContext.xml file is NOT copied to
target/tomcat/webapps/ROOT/WEB-INF directory

What version of the product are you using? On what operating system?
2.0-beta23 on Mac OS X

Please provide any additional information below.

I have a spring and GWT application, that uses maven for build.
The applicationContext.xml file is stored under WEB-INF and it used by
spring for wiring the beans, before the application is started.

svn co
https://emarket.svn.sourceforge.net/svnroot/emarket/trunk/platform-ng emarket 
cd emarket
mvn clean gwt:gwt

will reproduce the problem

Original issue reported on code.google.com by sna...@gmail.com on 16 Nov 2008 at 12:11

GoogleCodeExporter commented 9 years ago
Please see the documentation and the FAQ.  

http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/tomcatli
te.html

http://code.google.com/p/gwt-maven/wiki/M2FAQ

Original comment by charlie....@gmail.com on 19 Nov 2008 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 19 Nov 2008 at 6:51