Guest User

Ronny Mandal

a guest
Feb 6th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.   <profiles>
  5.     <profile>
  6.       <repositories>
  7.         <repository>
  8.           <snapshots>
  9.             <enabled>false</enabled>
  10.           </snapshots>
  11.           <id>central</id>
  12.           @h@<name>jfrog-releases</name>
  13.           @h@<url>http://repo.jfrog.org/artifactory/jfrog-releases</url>
  14.         </repository>
  15.         <repository>
  16.           <snapshots />
  17.           <id>snapshots</id>
  18.           <name>libs-snapshots</name>
  19.           <url>http://repo.jfrog.org/artifactory/libs-snapshots</url>
  20.         </repository>
  21.       </repositories>
  22.       <pluginRepositories>
  23.         <pluginRepository>
  24.           <snapshots>
  25.             <enabled>false</enabled>
  26.           </snapshots>
  27.           <id>central</id>
  28.           <name>plugins-releases</name>
  29.           <url>http://repo.jfrog.org/artifactory/plugins-releases</url>
  30.         </pluginRepository>
  31.         <pluginRepository>
  32.           <snapshots />
  33.           <id>snapshots</id>
  34.           <name>plugins-snapshots</name>
  35.           <url>http://repo.jfrog.org/artifactory/plugins-snapshots</url>
  36.         </pluginRepository>
  37.       </pluginRepositories>
  38.       <id>artifactory</id>
  39.     </profile>
  40.   </profiles>
  41.   <activeProfiles>
  42.     <activeProfile>artifactory</activeProfile>
  43.   </activeProfiles>
  44. </settings>
Advertisement
Add Comment
Please, Sign In to add comment