>>From "Failed to create parent directories"...
It is multi-module project but it does not have any parent POM. It is fully
isolated project - Microservice.
>>Local repo directory ownership/permissions?
All is done in my user home.
cd ~
git clone ...
cd ...
mvn -X -U clean
Thx
Tibor
On Tue, N
My 5c:
>From "Failed to create parent directories"...
Local repo directory ownership/permissions?
HTH,
T
On Tue, Nov 28, 2017 at 7:21 PM Tibor Digana wrote:
> The settings.xml:
>
>
> http://maven.apache.org/SETTINGS/1.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>
The settings.xml:
http://maven.apache.org/SETTINGS/1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd";>
/home/xms40/.m2/repository
These are my logs from mvn -X clean
[DEBUG] Using mirror nexus (
http://mavenrepo.ads.local/nexus/content/groups/public) for central (
https://repo.maven.apache.org/maven2).
...
[DEBUG] Using transporter WagonTransporter with priority -1.0 for
http://mavenrepo.ads.local/nexus/content/groups/public
I tried to use Proxy in settings.xml and nonProxyHosts separated by pipe |
with same result, but this is not necessary to do since our company is
using Nexus.
The funny thing is that I wrote Java code which downloads Arquillian from
the same URL.
The Jenkins also works almost well (with host name o
Did you also configure your proxy in the settings.xml? [1]
Hth,
Nick
[1] https://maven.apache.org/guides/mini/guide-proxies.html
Nick Stolwijk
~~~ Try to leave this world a little better than you found it and, when
your turn comes to die, you can die happy in feeling that at any rate you
have
My command *mvn clean* is not able to download a new artifact
*org.arquillian.universe:arquillian-junit:pom*
however it exists on Maven Central.
I run the command on Ubuntu Konsole, and nothing is downloaded.
When I run wget [1] from the same Konsole, the POM is downloaded.
The settings.xml is no