Hello,

I just tried to run "mvn help:effective-pom -Doutput=MVNVERSION.xml"
on one of our inhouse projects once with 3.3.9 and once with
3.4.0-SNAPSHOT (4ad0fb217c93d36cf3365b83baec48470196f5fa;
2016-10-09T21:16:52+02:00)

3.4.0 seems not to incorporate settings correctly (or I misconfigured
something). We override the 'central' repository in
$HOME/.m2/settings.xml and point to our internal Artifactory instance.
However in the effective-pom I see re

This is a part of the diff:

         <id>central</id>
-        <name>Everything via internal-central</name>
-        <url>http://inhouse.server/artifactory/internal-central/</url>
+        <name>Central Repository</name>
+        <url>https://repo.maven.apache.org/maven2</url>
       </repository>

Now I see not only effective-pom is afffected, I am unable to download
stuff from our internal Artifactory, so builds fail completely.

Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to