doc: maven settings 파일 반영
parent
ea45fcc44b
commit
5687e9b5ff
@ -0,0 +1,107 @@
|
|||||||
|
<?xml version="1.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>
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>nexus</id>
|
||||||
|
<username>xituser</username>
|
||||||
|
<password>5811807</password>
|
||||||
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>maven-snapshots</id>
|
||||||
|
<username>xituser</username>
|
||||||
|
<password>5811807</password>
|
||||||
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>maven-releases</id>
|
||||||
|
<username>xituser</username>
|
||||||
|
<password>5811807</password>
|
||||||
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>maven-public</id>
|
||||||
|
<username>xituser</username>
|
||||||
|
<password>5811807</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>nexus</id>
|
||||||
|
<mirrorOf>nexus</mirrorOf>
|
||||||
|
<url>https://nas.xit.co.kr:8888</url>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>maven-snapshots</id>
|
||||||
|
<mirrorOf>maven-snapshots</mirrorOf>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-snapshots/</url>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>maven-releases</id>
|
||||||
|
<mirrorOf>maven-releases</mirrorOf>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-releases/</url>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>maven-public</id>
|
||||||
|
<mirrorOf>maven-public</mirrorOf>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-public/</url>
|
||||||
|
</mirror>
|
||||||
|
|
||||||
|
<!-- http nexus 접근 허용이 필요한 경우 -->
|
||||||
|
<mirror>
|
||||||
|
<id>maven-default-http-blocker</id>
|
||||||
|
<mirrorOf>external:dont-match-anything-mate:*</mirrorOf>
|
||||||
|
<name>Pseudo repository to mirror external repositories initially using HTTP</name>
|
||||||
|
<url>http://0.0.0.0/</url>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<id>nexus</id>
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>maven-snapshots</id>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-snapshots/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>maven-releases</id>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-releases/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>maven-public</id>
|
||||||
|
<url>https://nas.xit.co.kr:8888/repository/maven-public/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
</profile>
|
||||||
|
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
<activeProfiles>
|
||||||
|
<activeProfile>nexus</activeProfile>
|
||||||
|
</activeProfiles>
|
||||||
|
|
||||||
|
</settings>
|
@ -1,110 +0,0 @@
|
|||||||
<?xml version="1.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>
|
|
||||||
<servers>
|
|
||||||
<server>
|
|
||||||
<id>maven-snapshot</id>
|
|
||||||
<username>xit-repo-user</username>
|
|
||||||
<password>xituser!@</password>
|
|
||||||
</server>
|
|
||||||
<server>
|
|
||||||
<id>maven-release</id>
|
|
||||||
<username>xit-repo-user</username>
|
|
||||||
<password>xituser!@</password>
|
|
||||||
</server>
|
|
||||||
<server>
|
|
||||||
<id>maven-3rdparty</id>
|
|
||||||
<username>xit-repo-user</username>
|
|
||||||
<password>xituser!@</password>
|
|
||||||
</server>
|
|
||||||
</servers>
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<proxies>
|
|
||||||
<proxy>
|
|
||||||
<active>true</active>
|
|
||||||
<protocol>http</protocol>
|
|
||||||
<host>211.119.124.110</host>
|
|
||||||
<port>8081</port>
|
|
||||||
</proxy>
|
|
||||||
</proxies>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<mirrors>
|
|
||||||
<!--
|
|
||||||
<mirror>
|
|
||||||
<id>nexus</id>
|
|
||||||
<mirrorOf>*</mirrorOf>
|
|
||||||
<url>http://0.0.0.0</url>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
|
|
||||||
<blocked>false</blocked>
|
|
||||||
</mirror>
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
<mirror>
|
|
||||||
<id>maven-3rdparty</id>
|
|
||||||
<mirrorOf>*</mirrorOf>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
|
|
||||||
<blocked>false</blocked>
|
|
||||||
</mirror>
|
|
||||||
|
|
||||||
<mirror>
|
|
||||||
<id>xit-repo-snapshot</id>
|
|
||||||
<mirrorOf>*</mirrorOf>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-snapshots/</url>
|
|
||||||
<blocked>false</blocked>
|
|
||||||
</mirror>
|
|
||||||
|
|
||||||
<mirror>
|
|
||||||
<id>xit-repo-release</id>
|
|
||||||
<mirrorOf>*</mirrorOf>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-releases/</url>
|
|
||||||
<blocked>false</blocked>
|
|
||||||
</mirror>
|
|
||||||
-->
|
|
||||||
</mirrors>
|
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>nexus</id>
|
|
||||||
<repositories>
|
|
||||||
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-snapshot</id>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-snapshots/</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-releases</id>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-releases/</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-3rdparty</id>
|
|
||||||
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
</settings>
|
|
@ -1,9 +0,0 @@
|
|||||||
#1692578675897 | took 1ms | rollback | connection 59| url jdbc:oracle:thin:@211.119.124.115:1521:XITSMS
|
|
||||||
|
|
||||||
;
|
|
||||||
#1692578675898 | took 0ms | rollback | connection 58| url jdbc:mariadb://211.119.124.9:4407/ens?user=root&password=***&rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
||||||
|
|
||||||
;
|
|
||||||
#1692578675899 | took 0ms | rollback | connection 56| url jdbc:mariadb://211.119.124.9:4407/ens?user=root&password=***&rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
||||||
|
|
||||||
;
|
|
Loading…
Reference in New Issue