Hi! Does IDEA requires any additional configuration to run mvn jetty:run?
I run: mvn war:inplace rm -r src/main/webapp/WEB-INF/lib rm src/main/webapp/WEB-INF/classes/struts.xml mvn jetty:run For basic struts AppFuse project set output path of project module to ...src/main/webapp/WEB-INF/classes/ Then I made changes in code and press build button in IDEA. As a result src/main/webapp/WEB-INF/classes/struts.xml created again and Jetty can not restart because of exception about duplicate. struts file was found. How I can exclude some files from IDEA build? Thanks! ros -- View this message in context: http://www.nabble.com/mvn-jetty%3Arun-with-IDEA-tf4556777s2369.html#a13004730 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
