i got help on this on ##wicket, but it seems like we need this in
./build.{sh|bat} for newbies:mvn install -Dmaven.test.skip=true mvn eclipse:clean eclipse:eclipse -DdownloadSources=true -Dmaven.test.skip=true we can add any future magic there and not have to educate everyone on maven details until they need to learn for some other reason. Jonathan Locke wrote: > > > i get this: > > [INFO] Failed to resolve artifact. > > required artifacts missing: > org.apache.wicket:wicket:jar:1.3.0-incubating-SNAPSHOT > > maybe something magic almaw is doing that i don't know about yet? > > > Jonathan Locke wrote: >> >> >> could we stick that in a build.sh and build.bat file in the root of the >> project? >> even if that doesn't work on ALL systems, it should work on most and is >> self >> documenting for the rest. >> >> >> Eelco Hillenius wrote: >>> >>>> well the checkout went great. i like that a lot. but for those of >>>> us who are mortal enemies of maven most of the time, what is >>>> the one command and what are the three clicks again? ;-) >>> >>> mvn eclipse:clean eclipse:eclipse -DdownloadSources=true >>> -Dmaven.test.skip=true >>> >>> The clicks are in eclipse to import the projects. >>> >>> Eelco >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/VOTE%3A-Move-modules-around-to-make-releasing-easier-in-1.x-branch-%28and-rename-branch%29.-tf3375891.html#a9404988 Sent from the Wicket - Dev mailing list archive at Nabble.com.
