Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <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"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <profiles>
- <profile>
- <repositories>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- @h@<name>jfrog-releases</name>
- @h@<url>http://repo.jfrog.org/artifactory/jfrog-releases</url>
- </repository>
- <repository>
- <snapshots />
- <id>snapshots</id>
- <name>libs-snapshots</name>
- <url>http://repo.jfrog.org/artifactory/libs-snapshots</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>plugins-releases</name>
- <url>http://repo.jfrog.org/artifactory/plugins-releases</url>
- </pluginRepository>
- <pluginRepository>
- <snapshots />
- <id>snapshots</id>
- <name>plugins-snapshots</name>
- <url>http://repo.jfrog.org/artifactory/plugins-snapshots</url>
- </pluginRepository>
- </pluginRepositories>
- <id>artifactory</id>
- </profile>
- </profiles>
- <activeProfiles>
- <activeProfile>artifactory</activeProfile>
- </activeProfiles>
- </settings>
Advertisement
Add Comment
Please, Sign In to add comment