On Fri, Jul 11, 2008 at 12:39 PM, Arand, Thomas (NSN - DE/Muenich) <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to add two projects to eclipse. Unfortunately, they require the > use of two different local maven repositories. Unfortunately, mvn > eclipse:eclipse generates .classpath files where the repository is > referenced by the M2_REPO variable. In order to support different local > maven repositories it would be required to generate a user-supplied > variable name. > > Any ideas how to do that? However I do not want to replace the variable > name by hand...
Just out of curiosity, why do you need two local repositories? To solve this, you could create a second eclipse workspace (the variables are local to the workspace). - Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
