what does below command do
maven update
i am using above from eclipse
what are other commonly used maven commands and their uses, advantages, differences
i can do maven update on multiple projects once i select them in one stroke.
After this maven update one project java file keep on complaining
Error: Could not find or load main class com.ups.rms.testdriver.RMSTestDriver
some junits keep on complaining junit not found
then i have to do maven clean
then maven install on each individual 10 projwect i have( not sure why i cannot do maven clean and maven install on multiple projects in one stroke)
how maven clean different from regular eclipse project clean at the top of th eclipse after File, Edit, Navigate, Search etc options?
please advise
maven update
maven install
how above commands different
Please advise