Hi list,

I'm trying to build a multi-module project with maven 2 (w/ m2eclipse) and 
Tapestry (5.2.2) of course! One module contains the .war artifact and some of 
the others contribute pages and components... 
Now the problem is that I can't leverage live-class-reloading or resource 
reloading in general since I always have to re-install the artifacts and 
restart jetty (using jetty:run) to see the changes...

What I want to have is: 

          MyAwesomeProject
               /              \
              |                |
WebModule       SomePageLibJarModule

When I start WebModule > jetty:run and make some changes to 
SomePageLibJarModule classes or resources I'd like to see the changes 
immediately.

Does anyone know about a tweak in jetty-maven-plugin / m2eclipse or some other 
maven module that could copy the classes and resources of the .war-artifact's 
dependencies to the .war-artifact's output folder?


Best,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to