Yes but the problem is that some engineers might like to checkout all projects and source onto their local drive from svn and some might just want the one they are working on or a combination of the two methods. At the moment it strikes me that I can't have a standard eclipse setup or maven one for that matter that will automatically determine whats available and work with it. So everyone ends up having to change the eclipse classpaths when they check things out and then remember not to commit those changes sometime later.
Also there is the little matter of adding to add to both the eclipse class path and the maven pom when a new dependency is introduced. Ideally I'd like to add it to the POM and eclipse would pic it up automatically and build using it (local if available as already mentioned). Personally I have everything checked out local because I like to be able to debug the full system and also search on the full source. Phill Moran wrote: > > Is this not standard Maven? Where you setup a corporate repository and put > the > Jars from Project A, B and C in it. That way those that checkout only one > of the > projects will only download the Jars for the others and link them? > > Phill > > -----Original Message----- > From: swebb [mailto:[EMAIL PROTECTED] > Sent: May 23, 2007 8:54 AM > To: [email protected] > Subject: [m2eclipse-user] Multiproject auto selection of local source or > repository project > > > Hi, > > If I say have project A that depends on B & C is there anyway using the > combination of Eclipse/Maven2 to set up Eclipse so that if say project A & > B is > local it will automatically build A against B's source rather than fetch > its jar > from the Repro. What I mean by automattically is that we don't have to > touch > anything once the POM and eclipse settings are set. > > I ask about this because some people like to check all projects out and > other > just the project they are working on and each has to mess around with the > eclipse settings each time. It would be good if they could just check what > they > want out of svn and eclipse would automatically build against local > project > sources if they were there otherwise use the maven repro ! > > Any thoughts, ideas ? > > Thanks > > Steve > -- > View this message in context: > http://www.nabble.com/Multiproject-auto-selection-of-local-source-or-repository- > project-tf3803864.html#a10763329 > Sent from the Maven Eclipse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/Multiproject-auto-selection-of-local-source-or-repository-project-tf3803864.html#a10765420 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
