need for installing?

2009-06-19 Thread Istvan Devai
Hi! I've got a multi-module POM: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 hu.topic abc pom 1.0 abc http://maven.apache.org ab

Re: tomcat webapp and eclipse

2008-08-04 Thread Istvan Devai
Hi Johan, I've tried this. I've configured Jetty as a WTP server and added a Jetty context file to point to /target/myapp-1.0-SNAPSHOT. It worked, however, if I edited a random .html file in Eclipse, these changes were not copied to /target/myapp-1.0-SNAPSHOT, only after I ran mvn package. Ho

Re: tomcat webapp and eclipse

2008-08-04 Thread Istvan Devai
Hi Kalle, Thank you for your reply. Yesterday I spent a few hours tinkering with various setups and realized that mvn jetty:run basically works in the way you described below (classes from /target/classes, webapp resources from /src/main/webapp). This works nicely, and - as you kindly describ