assertThat("Line /abbot is missing?", hasAbbot);
assertThat("Line /com/apple is missing?", hasComApple);
assertThat("Line /org/sonatype is missing?", hasOrgSonatype);
// count lines
lnr.skip(Long.MAX_VALUE);
// 2013. 02. 08. Today, Nexus scraped prefix file with 5517 lines (depth=2)
// So, safely assuming the prefix file MUST HAVE more than 5k lines
// Naturally, if depth changes, making it lesser, this might fail.
// 2012. 02. 14. Today the prefix file is deployed to Central, no more scraping
// The prefix file has around 1600 entries.