|
|
@ -3,6 +3,11 @@
|
|
|
|
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0">
|
|
|
|
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0">
|
|
|
|
<localRepository>C:/repo</localRepository>
|
|
|
|
<localRepository>C:/repo</localRepository>
|
|
|
|
<servers>
|
|
|
|
<servers>
|
|
|
|
|
|
|
|
<server>
|
|
|
|
|
|
|
|
<id>maven-public</id>
|
|
|
|
|
|
|
|
<username>xit-repo-user</username>
|
|
|
|
|
|
|
|
<password>xituser!@</password>
|
|
|
|
|
|
|
|
</server>
|
|
|
|
<server>
|
|
|
|
<server>
|
|
|
|
<id>maven-snapshot</id>
|
|
|
|
<id>maven-snapshot</id>
|
|
|
|
<username>xit-repo-user</username>
|
|
|
|
<username>xit-repo-user</username>
|
|
|
|