I have searched the mailing list archive, but so far haven't found a solution to this. Pardon me if I have overlooked anything.
I'm having an issue using the Maven plugin for Eclipse (m2eclipse) and Artifactory. I can't find any artifacts when searching in the "Add Dependencies" dialog or the POM Editor "Dependencies" section. When I check the Maven Console in eclipse, it says: 8/24/10 11:37:23 AM BRT: Updating index central|http://mavenrep.da.sa:8081/artifactory/libs-releases 8/24/10 11:37:23 AM BRT: Unable to update index for central|http://mavenrep.da.sa:8081/artifactory/libs-releases: Resource nexus-maven-repository-index.properties does not exist It happens when I right-click any of the 4 repositories I have (libs-releases, libs-snapshots, plugins-releases, plugins-snapshots) and select either "Update Index", "Rebuild Index", "Enable Full Index", "Enable Minimal Index"... I have no other repositories configured. I have installed Artifactory 2.2.5 according to the instructions on the YouTube video linked from the main page (http://www.youtube.com/watch?v=2FGHwZSAqog). My server is an Ubuntu 9.04 Server running inside a VMWare virtual machine. JDK version is 1.5. Eclipse Version: Helios Release, Build id: 20100617-1415 Maven plugin is version 0.10.2, installed from Sonatype's update site. Interestingly, I have used the above setup for a while and it was working -- I even created a few projects, and during that time I searched for artifacts to add as dependencies, everything worked fine. After a couple days the search function stopped working. I think Artifactory is still able to download and cache artifacts, because I reinstalled it, and it downloaded about 300 artifacts. I can see them in the repository tree browser. I have enabled the Nexus Indexer option in the Artifactory administration panel, included all the repositories, saved, and clicked on "Run Indexing Now". I saw lots of activity in the Artifactory log file, but it has already stopped, and the eclipse plugin still can't retrieve the index. Any ideas about where I should start looking into this? I will post my settings.xml below (it was obtained from Artifactory's start page). I can also post the log file from Artifactory (what would be the best way to post it? inline in this message?) Thanks in advance! - José <?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"> <servers> <server> <username>admin</username> <password>password</password> <id>mavenrep</id> </server> </servers> <profiles> <profile> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>libs-releases</name> <url>http://mavenrep.da.sa:8081/artifactory/libs-releases</url> </repository> <repository> <snapshots /> <id>snapshots</id> <name>libs-snapshots</name> <url>http://mavenrep.da.sa:8081/artifactory/libs-snapshots</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>plugins-releases</name> <url>http://mavenrep.da.sa:8081/artifactory/plugins-releases</url> </pluginRepository> <pluginRepository> <snapshots /> <id>snapshots</id> <name>plugins-snapshots</name> <url>http://mavenrep.da.sa:8081/artifactory/plugins-snapshots</url> </pluginRepository> </pluginRepositories> <id>artifactory</id> </profile> </profiles> <activeProfiles> <activeProfile>artifactory</activeProfile> </activeProfiles> </settings> -- View this message in context: http://forums.jfrog.org/Cannot-retrieve-nexus-maven-repository-index-properties-tp5457644p5457644.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
