瀏覽代碼

Use same property names as the client.

Change-Id: Iba6286466d91708a0b519e3c51cafd4d017ad7db
Reviewed-on: http://gerrit.dmdirc.com/3899
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/99/3899/2
Chris Smith 9 年之前
父節點
當前提交
05193afc49
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1
    1
      build-publish.xml
  2. 3
    1
      etc/ivy/ivysettings.xml

+ 1
- 1
build-publish.xml 查看文件

@@ -115,4 +115,4 @@
115 115
             artifactspattern="dist/parser.irc.[ext]"
116 116
             resolver="upload-snapshot"/>
117 117
     </target>
118
-</project>
118
+</project>

+ 3
- 1
etc/ivy/ivysettings.xml 查看文件

@@ -1,6 +1,8 @@
1 1
 <ivysettings>
2 2
     <settings defaultResolver="default"/>
3
-    <credentials host="nexus.dmdirc.com" realm="Sonatype Nexus Repository Manager" username="${username}" passwd="${password}"/>
3
+    <property name="${nexus.user}" value="invalid"  override="false"/>
4
+    <property name="${nexus.pass}" value="invalid"  override="false"/>
5
+    <credentials host="nexus.dmdirc.com" realm="Sonatype Nexus Repository Manager" username="${nexus.user}" passwd="${nexus.pass}"/>
4 6
     <resolvers>
5 7
         <ibiblio name="default" root="http://nexus.dmdirc.com/nexus/content/groups/public" m2compatible="true"/>
6 8
         <ibiblio name="upload-snapshot" root="http://nexus.dmdirc.com/nexus/content/repositories/snapshots" m2compatible="true" />

Loading…
取消
儲存