Choong Yong Koh wrote:
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

Yes, thats what Ate recommended too.
Good advice, thanks.

Think problems maybe rooted in a maven eclipse plugin holding on to cache files. Ive uninstalled it, lets see how things go now...

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to