Skip to content
Michael Binz edited this page Jul 22, 2020 · 16 revisions
<settings>
	<proxies>
		<proxy>
			<id>tss-proxy-https</id>
			<active>true</active>
			<protocol>https</protocol>
			<host>localhost</host>
			<port>3128</port>
			<nonProxyHosts>*.detss.corpintra.net</nonProxyHosts>
		</proxy>
		<proxy>
			<id>tss-proxy-http</id>
			<active>true</active>
			<protocol>http</protocol>
			<host>localhost</host>
			<port>3128</port>
			<nonProxyHosts>*.detss.corpintra.net</nonProxyHosts>
		</proxy>
	</proxies>
	
	<repositories>
        <repository>
          <id>github</id>
		  <configuration>
        <httpHeaders>
          <property>
            <name>Authorization</name>
            <value>Bearer 313d76d46b77475b5dc35f410e52dd2b8adb1352</value>
          </property>
        </httpHeaders>
      </configuration>
	  <!--
          <name>GitHub michab66 Apache Maven Packages</name>
          <url>https://maven.pkg.github.com/michab66/dev_smack</url> -->
        </repository>
     </repositories>
	  
	<servers>
      <server>
        <id>github</id>
        <username>michab66</username>
        <password>313d76d46b77475b5dc35f410e52dd2b8adb1352</password>
      </server>
    </servers>
</settings>

Clone this wiki locally