|
From: <Rei...@mg...> - 2007-03-21 13:12:14
|
The plugin repositories your settings.xml refers to don't exists.
Reinhard
-----Original Message-----
From: art...@li... =
[mailto:art...@li...] On Behalf Of =
Ido Tamir
Sent: Mittwoch, 21. M=E4rz 2007 13:57
To: art...@li...
Subject: Re: [Artifactory-users] plugin repositories not found
Hi,
http://localhost:8090/artifactory brings up the login screen.
artifactory.config.xml is unchaged from the zip (1.2.0.1)
Thank you very much
Ido
<settings>
<profiles>
<profile>
<id>artifactory</id>
<repositories>
<repository>
<id>central</id>
<url>http://epx-mcp:8090/artifactory/repo</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots</id>
<url>http://epx-mcp:8090/artifactory/repo</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://epx-mcp:8090/artifactory/plugins</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>snapshots</id>
<url>http://epx-mcp:8090/artifactory/plugins-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>artifactory</activeProfile>
</activeProfiles>
</settings>
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<config xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"
xmlns=3D"http://artifactory.jfrog.org/xsd/1.0.0"
xsi:schemaLocation=3D"http://artifactory.jfrog.org/xsd/1.0.0
http://www.jfrog.org/xsd/artifactory-v1_0_0.xsd">
<!-- Backup every 12 hours -->
<!--<backupCronExp>0 0 /12 * * ?</backupCronExp>-->
<localRepositories>
<localRepository>
<key>local-repo</key>
<description>local repoitory</description>
</localRepository>
</localRepositories>
<remoteRepositories>
<remoteRepository>
<key>repo1</key>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<excludesPattern>org/artifactory/**</excludesPattern>
<url>http://repo1.maven.org/maven2</url>
</remoteRepository>
<remoteRepository>
<key>codehaus</key>
<handleReleases>true</handleReleases>
<handleSnapshots>false</handleSnapshots>
<url>http://dist.codehaus.org</url>
</remoteRepository>
<remoteRepository>
<key>codehaus-snapshots</key>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<url>http://snapshots.repository.codehaus.org</url>
</remoteRepository>
<!--<remoteRepository>
<key>ibiblio</key>
<excludesPattern>org/artifactory/**</excludesPattern>
<url>http://www.ibiblio.org/maven2</url>
</remoteRepository>-->
<!--<remoteRepository>
<key>apache-m2-snapshots</key>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
=
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</remoteRepository>-->
<remoteRepository>
<key>java.net</key>
<description>java.net repo</description>
<blackedOut>true</blackedOut>
<includesPattern>*/**</includesPattern>
<excludesPattern></excludesPattern>
=20
<url>https://maven-repository.dev.java.net/nonav/repository</url>
<hardFail>true</hardFail>
<storeArtifactsLocally>true</storeArtifactsLocally>
<username>un</username>
<password>pw</password>
<socketTimeoutMillis>2000</socketTimeoutMillis>
<proxyRef>proxy1</proxyRef>
</remoteRepository>
</remoteRepositories>
<proxies>
<proxy>
<key>proxy1</key>
<host>somehost</host>
<port>8080</port>
<username>un</username>
<password>pw</password>
<domain>domain</domain>
</proxy>
</proxies>
</config>
--
View this message in context: =
http://www.nabble.com/plugin-repositories-not-found-tf3440303.html#a95932=
53
Sent from the Artifactory-Users mailing list archive at Nabble.com.
-------------------------------------------------------------------------=
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share =
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
_______________________________________________
Artifactory-users mailing list
Art...@li...
https://lists.sourceforge.net/lists/listinfo/artifactory-users
|