Add example maven settings.xml
This commit is contained in:
parent
b9354b7972
commit
478b92db44
@ -41,7 +41,7 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>mineplex</id>
|
<id>mineplex</id>
|
||||||
<url>http://mineplex:sZhnBKND9c@dev.mineplex.com:8081/nexus/content/groups/public/</url>
|
<url>http://dev.mineplex.com:8081/nexus/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
18
Plugins/settings.xml
Normal file
18
Plugins/settings.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
User-specific configuration for maven. Includes things that should not
|
||||||
|
be distributed with the pom.xml file, such as developer identity, along with
|
||||||
|
local settings, like proxy information. The default location for the
|
||||||
|
settings file is ~/.m2/settings.xml
|
||||||
|
-->
|
||||||
|
<settings xmlns="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">
|
||||||
|
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>mineplex</id>
|
||||||
|
<username>mineplex</username>
|
||||||
|
<password>sZhnBKND9c</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
</settings>
|
Loading…
Reference in New Issue
Block a user