Hi!
The orginal config is gone but I have some config which should do.
(attached).
Regards,
Lóránd Somogyi
http://lorands.com
http://photols.com
On Thu, Oct 15, 2009 at 5:07 PM, Yossi Shaul <[email protected]> wrote:
> Can you send me the original config file (you can clean any private data)?
> I'll try to reproduce the issue with it.
>
>
> ------------------------------
> *From:* Lóránd Somogyi <[email protected]>
> *To:* [email protected]
> *Sent:* Thu, October 15, 2009 3:01:20 PM
> *Subject:* Re: [Artifactory-users] [ANN] Artifactory 2.1
>
> Thanks Yossi!
>
> That works for config.
> Unfortunately it looks like I ruined the jcr meanwhile... :-(
>
> To answer your question:
> We have 2 proxies defined. The duplications occurred for both.
>
> Regards,
> Lóránd Somogyi
>
>
> On Thu, Oct 15, 2009 at 2:37 PM, Yossi Shaul <[email protected]>wrote:
>
>> artifactory.config.import.xml
>>
>
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://artifactory.jfrog.org/xsd/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://artifactory.jfrog.org/xsd/1.4.0 http://www.jfrog.org/xsd/artifactory-v1_4_0.xsd">
<offlineMode>false</offlineMode>
<fileUploadMaxSizeMb>100</fileUploadMaxSizeMb>
<dateFormat>dd-MM-yy HH:mm:ss z</dateFormat>
<addons>
<showAddonsInfo>true</showAddonsInfo>
<showAddonsInfoCookie>1255598419265</showAddonsInfoCookie>
</addons>
<security>
<anonAccessEnabled>true</anonAccessEnabled>
<passwordSettings>
<encryptionPolicy>supported</encryptionPolicy>
</passwordSettings>
<ldapSettings>
<ldapSetting>
<key>ts-ldap</key>
<enabled>true</enabled>
<ldapUrl>ldap://someldap:389/ou=myOrg</ldapUrl>
<search>
<searchFilter>(&(uid={0})(objectClass=inetOrgPerson))</searchFilter>
<searchSubTree>true</searchSubTree>
<managerDn>uid=admin,ou=system</managerDn>
<managerPassword>mypass</managerPassword>
</search>
</ldapSetting>
</ldapSettings>
</security>
<backups>
<backup>
<key>backup1</key>
<enabled>true</enabled>
<dir>/data/artifactory/backup</dir>
<cronExp>0 0 22 * * ?</cronExp>
<retentionPeriodHours>24</retentionPeriodHours>
<createArchive>true</createArchive>
<excludedRepositories>
<repositoryRef>codehaus-snapshots</repositoryRef>
<repositoryRef>codehaus</repositoryRef>
<repositoryRef>ibiblio</repositoryRef>
<repositoryRef>java.net</repositoryRef>
<repositoryRef>maven-spring</repositoryRef>
<repositoryRef>repo1</repositoryRef>
<repositoryRef>restlet</repositoryRef>
<repositoryRef>springsource-external</repositoryRef>
<repositoryRef>springsource-libs-external</repositoryRef>
<repositoryRef>springsource-libs</repositoryRef>
<repositoryRef>springsource</repositoryRef>
<repositoryRef>xebia</repositoryRef>
</excludedRepositories>
<sendMailOnError>true</sendMailOnError>
</backup>
</backups>
<indexer><indexingIntervalHours>24</indexingIntervalHours></indexer>
<localRepositories>
<localRepository>
<key>releases</key>
<description>
Local Repository for Applications Releases
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
<localRepository>
<key>snapshots</key>
<description>
Local Repository for Applications Snapshots
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>3</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
<localRepository>
<key>plugins-releases</key>
<description>
Local Repository for Plugins Releases
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
<localRepository>
<key>plugins-snapshots</key>
<description>
Local Repository for Plugins Snapshots
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
<localRepository>
<key>ext-releases</key>
<description>
Local Repository for Third party libraries
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
<localRepository>
<key>ext-snapshots</key>
<description>
Local Repository for Third party snapshots
</description>
<type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<snapshotVersionBehavior>non-unique</snapshotVersionBehavior>
</localRepository>
</localRepositories>
<remoteRepositories>
<remoteRepository>
<key>repo1</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>org/artifactory/**,org/jfrog/**,com/fusionr/**</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repo1.maven.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>ignore-and-generate</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>ibiblio</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>
org/artifactory/**,org/jfrog/**,com/fusionr/**
</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>codehaus-snapshots</key><type>maven2</type>
<blackedOut>true</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>
org/artifactory/**,org/jfrog/**,com/fusionr/**
</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://snapshots.repository.codehaus.org</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>java.net</key>
<description>java.net</description><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>
org/artifactory/**,org/jfrog/**,com/fusionr/**
</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://download.java.net/maven/2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>codehaus</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>
org/artifactory/**,org/jfrog/**,com/fusionr/**
</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://dist.codehaus.org</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>restlet</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<excludesPattern>
org/artifactory/**,org/jfrog/**,com/fusionr/**
</excludesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://maven.restlet.org/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>xebia</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://mojo.os.xebia.com/repository/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>springsource</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repository.springsource.com/maven/bundles/release</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>springsource-external</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repository.springsource.com/maven/bundles/external</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>springsource-libs</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repository.springsource.com/maven/libraries/release</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>springsource-libs-external</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repository.springsource.com/maven/libraries/external</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>maven-spring</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://maven.springframework.org/osgi</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>el4j</key>
<description>Elca-Services EL4j</description><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://el4.elca-services.ch/el4j/maven2repository/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>mvnsearch.org</key><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://www.mvnsearch.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>oaw</key>
<description>OpenArchitectureWare, XText, XPand, etc.</description><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://www.openarchitectureware.org/m2/</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
<remoteRepository>
<key>jboss</key>
<description>JBoss maven artifacts and plugins</description><type>maven2</type>
<blackedOut>false</blackedOut>
<handleReleases>true</handleReleases>
<handleSnapshots>true</handleSnapshots>
<maxUniqueSnapshots>0</maxUniqueSnapshots>
<includesPattern>**/*</includesPattern>
<suppressPomConsistencyChecks>false</suppressPomConsistencyChecks>
<propertySets />
<url>http://repository.jboss.org/maven2</url>
<offline>false</offline>
<hardFail>false</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<fetchJarsEagerly>false</fetchJarsEagerly>
<fetchSourcesEagerly>false</fetchSourcesEagerly>
<retrievalCachePeriodSecs>43200</retrievalCachePeriodSecs>
<failedRetrievalCachePeriodSecs>30</failedRetrievalCachePeriodSecs>
<missedRetrievalCachePeriodSecs>43200</missedRetrievalCachePeriodSecs>
<checksumPolicyType>generate-if-absent</checksumPolicyType>
<unusedArtifactsCleanupEnabled>false</unusedArtifactsCleanupEnabled>
<unusedArtifactsCleanupPeriodHours>0</unusedArtifactsCleanupPeriodHours>
<shareConfiguration>false</shareConfiguration>
<socketTimeoutMillis>15000</socketTimeoutMillis>
<proxyRef>ls-rrproxy</proxyRef>
</remoteRepository>
</remoteRepositories>
<virtualRepositories>
<virtualRepository>
<key>snapshots-only</key>
<type>maven2</type>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>releases</repositoryRef>
<repositoryRef>snapshots</repositoryRef>
<repositoryRef>plugins-snapshots</repositoryRef>
</repositories>
</virtualRepository>
<virtualRepository>
<key>releases-only</key>
<type>maven2</type>
<artifactoryRequestsCanRetrieveRemoteArtifacts>false</artifactoryRequestsCanRetrieveRemoteArtifacts>
<repositories>
<repositoryRef>releases</repositoryRef>
</repositories>
</virtualRepository>
</virtualRepositories>
<proxies>
<proxy>
<key>rrproxy</key>
<host>proxy.example.com</host>
<port>8080</port>
<ntHost>artifactory.example.com</ntHost>
<domain>example.com</domain>
</proxy>
<proxy>
<key>unused-proxy</key>
<host>host</host>
<port>8080</port>
<username>un</username>
<password>pw</password>
<ntHost>artifactory.example.com</ntHost>
<domain>mydomain</domain>
</proxy>
<proxy>
<key>ls-rrproxy</key>
<host>proxy.example.com</host>
<port>8080</port>
<username>user1</username>
<password>pass1</password>
<ntHost>artifactory.example.com</ntHost>
<domain>example.com</domain>
</proxy>
</proxies>
<propertySets />
</config>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users