First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
<settings>
|
||||
|
||||
<!--
|
||||
<proxies>
|
||||
|
||||
<proxy>
|
||||
<active>true</active>
|
||||
<protocol>http</protocol>
|
||||
<username></username>
|
||||
<password></password>
|
||||
<host>127.0.0.1</host>
|
||||
<port>808</port>
|
||||
<nonProxyHosts>localhost</nonProxyHosts>
|
||||
</proxy>
|
||||
|
||||
|
||||
</proxies>
|
||||
-->
|
||||
<localRepository>${env.REPOLOCAL}dbcgo_repository</localRepository>
|
||||
|
||||
<servers>
|
||||
<server>
|
||||
<id>internal</id>
|
||||
<username>admin</username>
|
||||
<password>admin1</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>snapshot</id>
|
||||
<username>admin</username>
|
||||
<password>admin1</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
<!--<profiles>
|
||||
<profile>
|
||||
<id>Repository Proxy</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>internal</id>
|
||||
<url>
|
||||
http://10.20.40.59:8080/archiva/repository/TI-repo-int/
|
||||
</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>snapshot</id>
|
||||
<url>
|
||||
http://10.20.40.59:8080/archiva/repository/TI-repo-sna/
|
||||
</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles> -->
|
||||
|
||||
<!-- activeProfiles
|
||||
| List of profiles that are active for all builds.
|
||||
|
|
||||
<activeProfiles>
|
||||
<activeProfile>alwaysActiveProfile</activeProfile>
|
||||
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
|
||||
</activeProfiles>
|
||||
-->
|
||||
|
||||
</settings>
|
||||
Reference in New Issue
Block a user