Skip to content

Commit

Permalink
#404 work around for missing fuse nexus index until we figure out how…
Browse files Browse the repository at this point in the history
… to get it back again ;)
  • Loading branch information
jstrachan committed Jul 24, 2013
1 parent 40a1e4e commit 93effd2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -73,7 +73,8 @@ public class MavenIndexerFacade extends MBeanSupport implements MavenIndexerFaca
private boolean updateIndexOnStartup = true;
private int maximumIndexersPerMachine = 1000;
private String[] repositories = {
"http://repo.fusesource.com/nexus/content/repositories/releases@id=fusesource.release.repo",
// TODO seems there is no maven index any more here :(
// "http://repo.fusesource.com/nexus/content/repositories/releases@id=fusesource.release.repo",
"http://repo1.maven.org/maven2@central"
};
private String cacheDirName;
Expand Down

0 comments on commit 93effd2

Please sign in to comment.