
Originally Posted by
amcauley
Ok, I tried a bit harder. Im new to this maven thang. I have developed a product using the pre 0.1 release, which, to my knowledge has been webstarted out to about 250 sites and some happy users. Id now like to get back in to the project to see whats changed in the last 6 months...back to maven...
It seems that the subversion plugin im using for eclipse from Polarian doesnt update things nicely when I ask it to. Im new to subversion so perhaps its me, in which case Ill gladly accept pointers. It managed to update the support module, yet didnt update various otherfiles including the root pom file for maven. hence maven wasnt happy.
however, tortoise svn support was much more complient. It updated everything. I then ran
mvn install
which spewed up lots of warnings and general verbosity, but finished with an "all is well" message.
Eclipse still wasnt happy, so then I ran
mvn eclipse:eclipse
...more verbosity....followed by all is well. Then I refreshed projects in Eclipse and im back to a clean build.
Ok, Im new to this as I said...but can someone confirm this procedure for updating when things change on the server? Id happily write the procedure up for new users once Ive got things under my belt here....
Thanks
Alan