From Walloping Moth, 11 Years ago, written in Plain Text.
Embed
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings
  3.         xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
  4.         xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5.  
  6.         <servers>
  7.                 <server>
  8.                         <id>localtomcat</id>
  9.                         <username>admin</username>
  10.                         <password>admin</password>
  11.                 </server>
  12.                  <server>
  13.                          <id>ccp</id>
  14.                          <username>buildagent</username>
  15.                          <password>vAk4BBc7</password>
  16.                  </server>
  17.                 <server>
  18.                          <id>ccp-snapshot</id>
  19.                          <username>buildagent</username>
  20.                          <password>vAk4BBc7</password>
  21.                  </server>
  22.         </servers>
  23.         <profiles>
  24.                 <profile>
  25.                         <id>dev</id>
  26.                         <repositories>
  27.                                 <repository>
  28.                                         <id>new.central.repo</id>
  29.                                         <url>http://maven.newcorp.com/nexus/content/repositories/central</url>
  30.                                 </repository>
  31.                         </repositories>
  32.                         <pluginRepositories>
  33.                                 <pluginRepository>
  34.                                         <id>central</id>
  35.                                         <url>http://maven.newcorp.com/nexus/content/repositories/central</url>
  36.                                         <snapshots>
  37.                                                 <enabled>false</enabled>
  38.                                         </snapshots>
  39.                                 </pluginRepository>
  40.                         </pluginRepositories>
  41.                 </profile>
  42.         </profiles>
  43.         <activeProfiles>
  44.                 <activeProfile>dev</activeProfile>
  45.         </activeProfiles>
  46. </settings>
  47.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Sole Madrill text 9 Years ago.