can you let me know if you've seen this problem? My nexus install no longer can find snapshots for internal repositories. I see the jar for the snapshot in question below nexus/content/groups/public but when I execute a simple maven project I get the missing artifact message:
mvn clean package -U -s c:\sandbox\maven-settings.xml
...
Missing:
----------
1) com.bar:foo:jar:1.0.0-SNAPSHOT
Try downloading the file manually from the project website.
Nexus: 1.5.0 Open Source Edition
Mvn: 2.2.1
"Public Repositories" group includes 3rd party/external snapshot and release repositories including my new testsnap that only has com.bar.foo:jar:1.0.0-SNAPSHOT in it.
"Public Snapshot Repositories" group includes testsnap, my internal snapshots repo, apache snapshots and ibiblio
Recently, two internal snapshot/release pairs which I proxy were taken offline at the source
I haven't been cleaning SNAPSHOTS and had 123 GB of them. I just completed a cleanup task yesterday where I dumped about 100GB of snapshots. I started a reindex and it's still processing.
Please let me know if you have any ideas on what I can check. Thanks
Peter ([email protected])