First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -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>