> > To complicate matters, I have M3 and M4 projects of Jetspeed on this > machine. So if I need to switch between M3 and M4 or visa versa, I have > scripts to clear the Maven cache and then rebuild and install > (plugin:install) the plugin. > > > Hi,
Just a suggestion, you might want to have separate local maven repository for the different projects. Add the following property in your project.properties file: #Changing the local in which maven uses to write user specific details #such as expanded plugins and cache data maven.home.local=c:\\project1\\.maven Choong Yong, Koh
