Eugene,
pointing the "global settings" in preferences to my "C:\Documents and
Settings\<user name>\.m2\settings.xml" doesn't fix the problem. My settings
still are ignored and default values are used instead...
But I found the source for this problem:
I have used "variable substitution" (!) in my settings.xml (see
"${maven.proxy.url}" below), which were understood correctly in the previous
versions like "0.0.11.20070916-2300".
<settings>
...
<profiles>
...
<profile>
<id>env-proxy</id>
<properties>
<maven.proxy.url>http://archiva.someserver.de/repository/releases</maven.pro
xy.url>
</properties>
<repositories>
<repository>
<id>central</id>
<name>central repo</name>
<url>${maven.proxy.url}</url>
...
</profiles>
...
<activeProfiles>
<activeProfile>env-proxy</activeProfile>
</activeProfiles>
</settings>
After removing the variables from my settings, the file local settings are
correctly processed and used ;)
I will now check, if everything else is working correctly with the version
"0.0.12.20071107-2300".
Thanks for the support,
Marc
P.S.: Please let me know when new development releases are available, which
fix this problem.
> -----Ursprüngliche Nachricht-----
> Von: Eugene Kuleshov [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 9. Januar 2008 17:56
> An: [email protected]
> Betreff: Re: AW: [m2eclipse-user] m2Eclipse plugin remains unusable
> without install support
>
>
> Mark, have you tried to specify "C:\Documents and Settings\<user
> name>\.m2\settings.xml" value in "gobal settings"?
>
> Also, did you see any errors related to settings.xml on Maven console
> or in the error log?
>
> regards,
> Eugene
>
>
> Marc Wilhelm wrote:
> > Hi Eugene,
> >
> > I also agree that the latest available release version
> 0.0.12.20071107-2300
> > is unusable (for me), since it does not use my settings (stored and
> found by
> > m2eclipse under "C:\Documents and Settings\<user
> name>\.m2\settings.xml").
> > When I edit my pom.xml it tries to download the artifacts from the
> central
> > instead from my configured proxies (maybe the configured "mirror"
> tags are
> > not used??) and install them to the default repository location
> instead of
> > the configured "localRepository".
> > When I look into the preferences dialog, I see the correct location
> for the
> > settings.xml but the default localRepository.
> > The only thing seems to working correctly is, when I call from
> context menu
> > "mvn install". Than it takes the correct settings, global and local
> maven
> > repos...
> >
> > I have recognized this behavior under winxp-sp2, eclipse 3.2.2, mvn
> 2.0.8
> > and jdk 1.6.0_03.
> >
> > Hence I switched back to the version "0.0.11.20070916-2300", which
> works
> > perfectly for me.
> >
> > Thanks to all contributors of this great plugin :)
> >
> > Marc
> >
> > P.S.: Considering the dev-update-site: Is
> > http://m2eclipse.codehaus.org/update-dev/site.xml still the correct
> location
> > of it? Because I couldn't recognize any updates there since
> 06/2007...
> >
> >
> >
> >
> >> -----Ursprüngliche Nachricht-----
> >> Von: Eugene Kuleshov [mailto:[EMAIL PROTECTED]
> >> Gesendet: Dienstag, 8. Januar 2008 21:57
> >> An: [email protected]
> >> Betreff: Re: [m2eclipse-user] m2Eclipse plugin remains unusable
> without
> >> install support
> >>
> >> nhhockeyplayer wrote:
> >>
> >>> Can someone offer a solution so this plugin for eclipse?
> >>>
> >>> Installation is buggy and no way can i find version 0.0.0.10 to
> >>>
> >> 0.0.0.11
> >>
> >>> version 12 is unusable
> >>>
> >>>
> >> Any specific problems with usability?
> >>
> >>> cannot configurea local repo either
> >>>
> >>>
> >> This is a FAQ item.
> >> http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ#ProjectFAQ-
> >> HowtoConfigureProxyandlocationofMavenlocalrepository
> >>
> >> Local repository is configured in Maven's settings.xml.
> >>
> >> http://maven.apache.org/ref/2.0.8/maven-
> >> settings/settings.html#class_settings
> >>
> >> m2eclipse is automatically picking up default user's settings.xml
> >> from
> >> ~/.m2/settings.xml (or "C:\Documents and Settings\<user
> >> name>\.m2\settings.xml" on most Windows configurations). You can
> also
> >> specify location of the global settings.xml (one that is equivalent
> to
> >> <maven_home>/conf/settings.xml), then its content is be merged with
> the
> >> user's settings.
> >>
> >>> It is really a mess.
> >>> Web sites need to be cleaned up too
> >>> Installation needs to be cleaned up
> >>>
> >>>
> >> Can you give any specifics on those so we could address you
> concerns?
> >>
> >>> Bugs need to be fixed
> >>>
> >>>
> >> Any particular ones you have in mind?
> >>
> >>> Hello ?
> >>> Where can I get a previous version?
> >>>
> >> All previous versions are available from the same update site at
> >> http://m2eclipse.codehaus.org/update/
> >>
> >> To access previous versions you need to uncheck "show the last
> >> version" in your Eclipse Update Manager.
> >>
> >>> The web site states nothing. It just
> >>> points me to the update URL's and both update and update-dev
> produce
> >>>
> >> an
> >>
> >>> unusable tool.
> >>>
> >> Please note that version available from the main update site is
> more
> >> recent then one you can get from the dev update site.
> >>
> >> Also note that dev update site been created to provide access to
> >> development versions that may not have quality of the real releases,
> >> but
> >> still allow early adopters to try new functionality and provide
> >> feedback. Though we haven't been able to post any new dev builds.
> >>
> >> regards,
> >> Eugene
> >>
> >>
> >>
> >> --------------------------------------------------------------------
> -
> >> 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
> >
> >
>
>
> ---------------------------------------------------------------------
> 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