that's not answer to your question ... you can sometimes speed up the process by making changes directly to the deployed service assembly jar e.g. editing xbean.xml files (redeploy it) and see if it works (if ok apply changes to your source/projects)
Tomasz Prus-2 wrote: > > Hi, > > i have a multi-module maven application (for ServiceMix 3.3) which > consists > of several modules (3 x SA + 7 x SU). Everytime i want to change something > in code i need to run mvn clean install for parent maven folder and then > deploy application to ServiceMix. This is not very rapid application > development. It takes always more than 1 minute. > > Do you have any advises for this. How can i prepare deployment task for > development cycle to get short timings? Maybe someone resolve this > problem? > > Tomasz Prus > > -- View this message in context: http://www.nabble.com/building-project-with-maven-tp21052555p21054533.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
