forked from Upstream/mmocore
Fix auth
This commit is contained in:
parent
98640ce386
commit
34c286421e
@ -5,5 +5,10 @@
|
|||||||
<username>${env.M2_REPO_USER}</username>
|
<username>${env.M2_REPO_USER}</username>
|
||||||
<password>${env.M2_REPO_PASS}</password>
|
<password>${env.M2_REPO_PASS}</password>
|
||||||
</server>
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>lumine</id>
|
||||||
|
<username>${env.M2_REPO_USER}</username>
|
||||||
|
<password>${env.M2_REPO_PASS}</password>
|
||||||
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
4
pom.xml
4
pom.xml
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>lumine</id>
|
<id>nexus</id>
|
||||||
<url>http://mvn.lumine.io/repository/maven/</url>
|
<url>https://mvn.lumine.io/repository/maven/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user