Skip to content

Console Output

Started by user hiroshi.ito@gs.com
[workspace] $ /bin/sh -xe /tmp/genie.collections/hudson8332685531309062001.sh
+ ls -ltr /opt/public/hipp/homes/genie.collections/.m2/
total 8
lrwxrwxrwx 1 genie.collections technology.collections   39 Feb 23  2015 toolchains.xml -> /opt/public/common/maven-toolchains.xml
lrwxrwxrwx 1 genie.collections technology.collections   37 Feb 23  2015 settings.xml -> /opt/public/common/maven-settings.xml
-r-------- 1 genie.collections technology.collections  149 Dec 10  2015 settings-security.xml
drwxrwxr-x 2 genie.collections technology.collections 4096 Dec 10  2015 repository
+ cat /opt/public/hipp/homes/genie.collections/.m2/settings.xml
<settings>
  <proxies>
    <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>proxy.eclipse.org</host>
      <port>9898</port>
      <nonProxyHosts>eclipse.org</nonProxyHosts>
    </proxy>
  </proxies>
</settings>
<mirrors>
    <mirror>
      <id>repo.eclipse.org</id>
      <name>Eclipse Central Proxy</name>
      <url>https://repo.eclipse.org/content/repositories/maven_central/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
</mirrors>
Finished: SUCCESS