<?xml version="1.0" encoding="utf-8"?>
<config xmlns="http://artifactory.jfrog.org/xsd/1.3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://artifactory.jfrog.org/xsd/1.3.6 http://www.jfrog.org/xsd/artifactory-v1_3_6.xsd">
    
    
    <backups>
<backup>
<key>backup1</key>
        
        
        
        <cronExp>0 0 /12 * * ?</cronExp>
        
        <retentionPeriodHours>168</retentionPeriodHours>
        
        <excludedRepositories>
            <repositoryRef>vbnet.repo</repositoryRef>
            <repositoryRef>codehaus-snapshots</repositoryRef>
            <repositoryRef>java.net</repositoryRef>
        </excludedRepositories>
    </backup>
</backups>
    <localRepositories>
        <localRepository>
            <key>libs-releases-local</key>
            <description>Local repository for in-house libraries</description>
            <handleReleases>true</handleReleases>
            <handleSnapshots>false</handleSnapshots>
        </localRepository>
        <localRepository>
            <key>libs-snapshots-local</key>
            <description>Local repository for in-house snapshots</description>
            <handleReleases>false</handleReleases>
            <handleSnapshots>true</handleSnapshots>
        </localRepository>
        <localRepository>
            <key>plugins-releases-local</key>
            <description>Local repository for plugins</description>
            <handleReleases>true</handleReleases>
            <handleSnapshots>false</handleSnapshots>
        </localRepository>
        <localRepository>
            <key>plugins-snapshots-local</key>
            <description>Local repository for plugins snapshots</description>
            <handleReleases>false</handleReleases>
            <handleSnapshots>true</handleSnapshots>
        </localRepository>
        <localRepository>
            <key>ext-releases-local</key>
            <description>Local repository for third party libraries</description>
            <handleReleases>true</handleReleases>
            <handleSnapshots>false</handleSnapshots>
        </localRepository>
        <localRepository>
            <key>ext-snapshots-local</key>
            <description>Local repository for third party snapshots</description>
            <handleReleases>false</handleReleases>
            <handleSnapshots>true</handleSnapshots>
        </localRepository>

        
        
        
        
        
        
        
        
        
        
        
        
        
        
    </localRepositories>

    <remoteRepositories>
        <remoteRepository>
            <key>vbnet.repo</key>
            <handleReleases>true</handleReleases>
            <handleSnapshots>false</handleSnapshots>
            <excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern>
            <url>http://repo1.maven.org/maven2</url>
            <proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>codehaus-snapshots</key>
            <blackedOut>true</blackedOut>
            <handleReleases>false</handleReleases>
            <handleSnapshots>true</handleSnapshots>
            <excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern>
            <url>http://snapshots.repository.codehaus.org</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>java.net</key>
            <description>java.net</description>
            <handleReleases>true</handleReleases>
            <handleSnapshots>true</handleSnapshots>
            <excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern>
            <url>http://download.java.net/maven/2</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>codehaus</key>
            <handleReleases>true</handleReleases>
            <handleSnapshots>false</handleSnapshots>
            <excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern>
            <url>http://dist.codehaus.org</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>ibiblio</key>
            <excludesPattern>org/artifactory/**</excludesPattern>
            <url>http://www.ibiblio.org/maven2</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>jaspersoft</key>
            <description>JasperSoft repository</description>
            <excludesPattern>org/artifactory/**</excludesPattern>
            <url>http://www.jaspersoft.org/maven2</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>ejb3uni</key>
            <description>EJB3Unit repository</description>
            <excludesPattern>org/artifactory/**</excludesPattern>
            <url>http://ejb3unit.sourceforge.net/maven2</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        <remoteRepository>
            <key>jboss</key>
            <description>JBoss repository</description>
            <excludesPattern>org/artifactory/**</excludesPattern>
            <url>http://repository.jboss.com/maven2</url>
			<proxyRef>vbnet-proxy</proxyRef>
        </remoteRepository>
        

        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    </remoteRepositories>

    <virtualRepositories>
        
        <virtualRepository>
            <key>snapshots-only</key>
            <repositories>
                <repositoryRef>libs-snapshots</repositoryRef>
                <repositoryRef>plugins-snapshots</repositoryRef>
                <repositoryRef>ext-snapshots</repositoryRef>
                <repositoryRef>codehaus-snapshots</repositoryRef>
            </repositories>
        </virtualRepository>
    <virtualRepository>
<key>plugins-releases</key>
<repositories>
<repositoryRef>plugins-releases-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>plugins-snapshots</key>
<repositories>
<repositoryRef>plugins-snapshots-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>libs-snapshots</key>
<repositories>
<repositoryRef>libs-snapshots-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>ext-snapshots</key>
<repositories>
<repositoryRef>ext-snapshots-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>libs-releases</key>
<repositories>
<repositoryRef>libs-releases-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>ext-releases</key>
<repositories>
<repositoryRef>ext-releases-local</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>vbnet.repo</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>jboss</repositoryRef>
<repositoryRef>jaspersoft</repositoryRef>
<repositoryRef>ejb3uni</repositoryRef>
</repositories>
</virtualRepository>
</virtualRepositories>

    <proxies>
        <proxy>
            <key>vbnet-proxy</key>
            <host>xxx.xxx.x.xxx</host>
            <port>3128</port>
        </proxy>
    </proxies>

</config>
