├── indexer-core ├── src │ └── test │ │ ├── nexus-4149 │ │ ├── repo4 │ │ │ └── .placeholder │ │ ├── repo2 │ │ │ └── com │ │ │ │ └── adobe │ │ │ │ └── flexunit │ │ │ │ └── flexunit │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── 0.90 │ │ │ │ ├── flexunit-0.90.pom.md5 │ │ │ │ ├── flexunit-0.90.swc.md5 │ │ │ │ ├── flexunit-0.90.pom.sha1 │ │ │ │ ├── flexunit-0.90.swc.sha1 │ │ │ │ └── flexunit-0.90.swc │ │ │ │ └── maven-metadata.xml.sha1 │ │ ├── repo3 │ │ │ └── org │ │ │ │ └── slf4j │ │ │ │ ├── slf4j-api │ │ │ │ ├── 1.4.1 │ │ │ │ │ ├── slf4j-api-1.4.1.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1.pom.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1-sources.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1.jar │ │ │ │ │ └── slf4j-api-1.4.1-sources.jar │ │ │ │ └── 1.4.2 │ │ │ │ │ ├── slf4j-api-1.4.2.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2.pom.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2-sources.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2.jar │ │ │ │ │ └── slf4j-api-1.4.2-sources.jar │ │ │ │ ├── slf4j-log4j12 │ │ │ │ └── 1.4.1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.pom.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1-sources.jar.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.zip │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.tar.gz │ │ │ │ │ └── slf4j-log4j12-1.4.1-sources.jar │ │ │ │ └── jcl104-over-slf4j │ │ │ │ └── 1.4.2 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.pom.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2-sources.jar.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar │ │ │ │ └── jcl104-over-slf4j-1.4.2-sources.jar │ │ └── repo1 │ │ │ └── ch │ │ │ └── marcus-schulte │ │ │ └── maven │ │ │ └── hivedoc-plugin │ │ │ └── 1.0.0 │ │ │ └── hivedoc-plugin-1.0.0.jar │ │ ├── repo │ │ ├── brokenjar │ │ │ └── brokenjar │ │ │ │ └── 1.0 │ │ │ │ ├── brokenjar-1.0.jar │ │ │ │ └── brokenjar-1.0.pom │ │ ├── qdox │ │ │ ├── qdox │ │ │ │ ├── 1.5 │ │ │ │ │ ├── qdox-1.5.jar.md5 │ │ │ │ │ ├── qdox-1.5.jar.sha1 │ │ │ │ │ ├── qdox-1.5.pom.md5 │ │ │ │ │ ├── qdox-1.5.pom.sha1 │ │ │ │ │ ├── qdox-1.5.jar │ │ │ │ │ └── qdox-1.5.pom │ │ │ │ └── 1.6.1 │ │ │ │ │ ├── qdox-1.6.1.jar.sha1 │ │ │ │ │ ├── qdox-1.6.1.pom.sha1 │ │ │ │ │ └── qdox-1.6.1.jar │ │ │ └── maven-metadata.xml.md5 │ │ ├── junit │ │ │ ├── junit-4.4.jar.md5 │ │ │ ├── junit-4.4.pom.md5 │ │ │ ├── junit-4.4.jar.sha1 │ │ │ ├── junit-4.4.pom.sha1 │ │ │ ├── junit │ │ │ │ └── 4.4 │ │ │ │ │ ├── junit-4.4.jar.md5 │ │ │ │ │ ├── junit-4.4.pom.md5 │ │ │ │ │ ├── junit-4.4.jar.sha1 │ │ │ │ │ ├── junit-4.4.pom.sha1 │ │ │ │ │ ├── junit-4.4-javadoc.jar.md5 │ │ │ │ │ ├── junit-4.4-sources.jar.md5 │ │ │ │ │ ├── junit-4.4-javadoc.jar.sha1 │ │ │ │ │ ├── junit-4.4-sources.jar.sha1 │ │ │ │ │ ├── junit-4.4.jar │ │ │ │ │ ├── junit-4.4-javadoc.jar │ │ │ │ │ └── junit-4.4-sources.jar │ │ │ ├── junit-4.4-javadoc.jar.md5 │ │ │ ├── junit-4.4-sources.jar.md5 │ │ │ ├── junit-4.4-javadoc.jar.sha1 │ │ │ ├── junit-4.4-sources.jar.sha1 │ │ │ ├── junit-4.4.jar │ │ │ ├── junit-4.4-javadoc.jar │ │ │ └── junit-4.4-sources.jar │ │ ├── org │ │ │ ├── testng │ │ │ │ └── testng │ │ │ │ │ └── 5.5 │ │ │ │ │ ├── testng-5.5.jar.md5 │ │ │ │ │ ├── testng-5.5.jar.sha1 │ │ │ │ │ ├── testng-5.5.pom.md5 │ │ │ │ │ ├── testng-5.5-jdk14.jar.md5 │ │ │ │ │ ├── testng-5.5-jdk15.jar.md5 │ │ │ │ │ ├── testng-5.5.pom.sha1 │ │ │ │ │ ├── testng-5.5-sources.jar.md5 │ │ │ │ │ ├── testng-5.5-jdk14.jar.sha1 │ │ │ │ │ ├── testng-5.5-jdk15.jar.sha1 │ │ │ │ │ ├── testng-5.5-sources.jar.sha1 │ │ │ │ │ ├── testng-5.5.jar │ │ │ │ │ ├── testng-5.5-jdk14.jar │ │ │ │ │ ├── testng-5.5-jdk15.jar │ │ │ │ │ ├── testng-5.5-sources.jar │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ └── maven-metadata.xml │ │ │ ├── slf4j │ │ │ │ ├── slf4j-api │ │ │ │ │ ├── 1.4.1 │ │ │ │ │ │ ├── slf4j-api-1.4.1.jar.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.1.pom.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.1-sources.jar.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.1.jar │ │ │ │ │ │ └── slf4j-api-1.4.1-sources.jar │ │ │ │ │ └── 1.4.2 │ │ │ │ │ │ ├── slf4j-api-1.4.2.jar.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.2.pom.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.2-sources.jar.sha1 │ │ │ │ │ │ ├── slf4j-api-1.4.2.jar │ │ │ │ │ │ └── slf4j-api-1.4.2-sources.jar │ │ │ │ ├── slf4j-log4j12 │ │ │ │ │ └── 1.4.1 │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar.sha1 │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1.pom.sha1 │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1-sources.jar.sha1 │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.zip │ │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.tar.gz │ │ │ │ │ │ └── slf4j-log4j12-1.4.1-sources.jar │ │ │ │ └── jcl104-over-slf4j │ │ │ │ │ └── 1.4.2 │ │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar.sha1 │ │ │ │ │ ├── jcl104-over-slf4j-1.4.2.pom.sha1 │ │ │ │ │ ├── jcl104-over-slf4j-1.4.2-sources.jar.sha1 │ │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar │ │ │ │ │ └── jcl104-over-slf4j-1.4.2-sources.jar │ │ │ ├── apache │ │ │ │ ├── maven │ │ │ │ │ └── plugins │ │ │ │ │ │ └── maven-core-it-plugin │ │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ │ ├── 1.0 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0.jar.md5 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0.pom.md5 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar.md5 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0-sources.jar.md5 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0.jar.sha1 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0.pom.sha1 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar.sha1 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0-sources.jar.sha1 │ │ │ │ │ │ ├── maven-core-it-plugin-1.0.jar │ │ │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar │ │ │ │ │ │ └── maven-core-it-plugin-1.0-sources.jar │ │ │ │ │ │ └── maven-metadata.xml.md5 │ │ │ │ ├── servicemix │ │ │ │ │ └── tooling │ │ │ │ │ │ └── servicemix-service-engine │ │ │ │ │ │ └── 3.1 │ │ │ │ │ │ └── servicemix-service-engine-3.1.jar │ │ │ │ └── directory │ │ │ │ │ └── server │ │ │ │ │ └── apacheds-schema-archetype │ │ │ │ │ └── 1.0.2 │ │ │ │ │ └── apacheds-schema-archetype-1.0.2.jar │ │ │ └── terracotta │ │ │ │ ├── forge │ │ │ │ ├── forge-parent │ │ │ │ │ └── 1.0.5 │ │ │ │ │ │ └── forge-parent-1.0.5.pom.sha1 │ │ │ │ └── archetype-parent │ │ │ │ │ └── 1.0.1 │ │ │ │ │ └── archetype-parent-1.0.1.pom.sha1 │ │ │ │ └── maven │ │ │ │ └── archetypes │ │ │ │ └── pojo-archetype │ │ │ │ └── 1.0.3 │ │ │ │ ├── pojo-archetype-1.0.3.jar.sha1 │ │ │ │ ├── pojo-archetype-1.0.3.pom.sha1 │ │ │ │ └── pojo-archetype-1.0.3.jar │ │ ├── regexp │ │ │ └── regexp │ │ │ │ └── 1.3 │ │ │ │ ├── regexp-1.3.jar.sha1 │ │ │ │ ├── regexp-1.3.jar │ │ │ │ ├── regexp-1.3.pom.sha1 │ │ │ │ └── regexp-1.3.pom │ │ ├── com │ │ │ └── adobe │ │ │ │ └── flexunit │ │ │ │ └── flexunit │ │ │ │ ├── 0.90 │ │ │ │ ├── flexunit-0.90.pom.md5 │ │ │ │ ├── flexunit-0.90.swc.md5 │ │ │ │ ├── flexunit-0.90.pom.sha1 │ │ │ │ ├── flexunit-0.90.swc.sha1 │ │ │ │ └── flexunit-0.90.swc │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ └── maven-metadata.xml.sha1 │ │ ├── commons-cli │ │ │ └── commons-cli │ │ │ │ └── 1.0 │ │ │ │ ├── commons-cli-1.0.jar.sha1 │ │ │ │ ├── commons-cli-1.0-sources.jar.sha1 │ │ │ │ ├── commons-cli-1.0.jar │ │ │ │ ├── commons-cli-1.0-sources.jar │ │ │ │ └── commons-cli-1.0.pom.sha1 │ │ ├── commons-logging │ │ │ ├── commons-logging │ │ │ │ ├── 1.0 │ │ │ │ │ ├── commons-logging-1.0.jar.md5 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── commons-logging-1.0.jar │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.pom.md5 │ │ │ │ │ ├── commons-logging-1.0.pom.sha1 │ │ │ │ │ └── commons-logging-1.0.pom │ │ │ │ ├── 1.0.1 │ │ │ │ │ ├── commons-logging-1.0.1.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.1.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.0.1.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.1.pom.md5 │ │ │ │ │ └── commons-logging-1.0.1.pom.sha1 │ │ │ │ ├── 1.0.2 │ │ │ │ │ ├── commons-logging-1.0.2.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.2.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.0.2.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.2.pom.md5 │ │ │ │ │ └── commons-logging-1.0.2.pom.sha1 │ │ │ │ ├── 1.0.3 │ │ │ │ │ ├── commons-logging-1.0.3.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.3.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.0.3.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.3.pom.md5 │ │ │ │ │ └── commons-logging-1.0.3.pom.sha1 │ │ │ │ ├── 1.0.4 │ │ │ │ │ ├── commons-logging-1.0.4.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.0.4.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar │ │ │ │ │ ├── commons-logging-1.0.4.pom.md5 │ │ │ │ │ └── commons-logging-1.0.4.pom.sha1 │ │ │ │ └── 1.1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── commons-logging-1.1.jar │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.1.jar.md5 │ │ │ │ │ ├── commons-logging-1.1.pom.md5 │ │ │ │ │ ├── commons-logging-1.1-sources.jar │ │ │ │ │ ├── commons-logging-1.1.jar.sha1 │ │ │ │ │ ├── commons-logging-1.1.pom.sha1 │ │ │ │ │ ├── commons-logging-1.1-sources.jar.md5 │ │ │ │ │ └── commons-logging-1.1-sources.jar.sha1 │ │ │ ├── maven-metadata.xml.md5 │ │ │ └── maven-metadata.xml.sha1 │ │ ├── jakarta-regexp │ │ │ └── jakarta-regexp │ │ │ │ └── 1.4 │ │ │ │ ├── jakarta-regexp-1.4.jar.sha1 │ │ │ │ ├── jakarta-regexp-1.4.pom.sha1 │ │ │ │ ├── jakarta-regexp-1.4.jar │ │ │ │ └── jakarta-regexp-1.4.pom │ │ ├── missingpom │ │ │ └── missingpom │ │ │ │ └── 1.0 │ │ │ │ └── missingpom-1.0.jar │ │ ├── proptest │ │ │ └── proptest-archetype │ │ │ │ └── 1.0 │ │ │ │ └── proptest-archetype-1.0.jar │ │ └── ch │ │ │ └── marcus-schulte │ │ │ └── maven │ │ │ └── hivedoc-plugin │ │ │ └── 1.0.0 │ │ │ └── hivedoc-plugin-1.0.0.jar │ │ ├── nexus-13 │ │ └── cisco │ │ │ └── infra │ │ │ └── dft │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ ├── parent.pom │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1.pom.md5 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1-site.xml.md5 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1.pom.sha1 │ │ │ │ └── parent.pom-1.0-20080409.034219-1-site.xml.sha1 │ │ │ ├── archetype.sdf │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── archetype.sdf-1.0-20080409.041015-1.jar.md5 │ │ │ │ ├── archetype.sdf-1.0-20080409.041015-1.pom.md5 │ │ │ │ ├── archetype.sdf-1.0-20080409.041015-1.jar.sha1 │ │ │ │ ├── archetype.sdf-1.0-20080409.041015-1.pom.sha1 │ │ │ │ └── archetype.sdf-1.0-20080409.041015-1.jar │ │ │ └── maven-metadata.xml.sha1 │ │ │ ├── dma.plugin.utils │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.021413-1.jar.md5 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.021413-1.pom.md5 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.022326-2.jar.md5 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.022326-2.pom.md5 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.021413-1.jar.sha1 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.021413-1.pom.sha1 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.022326-2.jar.sha1 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.022326-2.pom.sha1 │ │ │ │ ├── dma.plugin.utils-1.0-20080409.021413-1.jar │ │ │ │ └── dma.plugin.utils-1.0-20080409.022326-2.jar │ │ │ ├── dma.pom.enforcer │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.021413-1.jar.md5 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.021413-1.pom.md5 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.022326-2.jar.md5 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.022326-2.pom.md5 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.021413-1.jar.sha1 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.021413-1.pom.sha1 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.022326-2.jar.sha1 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.022326-2.pom.sha1 │ │ │ │ ├── dma.pom.enforcer-1.0-20080409.021413-1.jar │ │ │ │ └── dma.pom.enforcer-1.0-20080409.022326-2.jar │ │ │ ├── maven-dma-plugin │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.021413-1.jar.md5 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.021413-1.pom.md5 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.022326-2.jar.md5 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.022326-2.pom.md5 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.021413-1.jar.sha1 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.021413-1.pom.sha1 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.022326-2.jar.sha1 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.022326-2.pom.sha1 │ │ │ │ ├── maven-dma-plugin-1.0-20080409.021413-1.jar │ │ │ │ └── maven-dma-plugin-1.0-20080409.022326-2.jar │ │ │ ├── dma.integration.tests │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── dma.integration.tests-1.0-20080409.022326-1.jar.md5 │ │ │ │ ├── dma.integration.tests-1.0-20080409.022326-1.pom.md5 │ │ │ │ ├── dma.integration.tests-1.0-20080409.022326-1.jar.sha1 │ │ │ │ ├── dma.integration.tests-1.0-20080409.022326-1.pom.sha1 │ │ │ │ └── dma.integration.tests-1.0-20080409.022326-1.jar │ │ │ ├── dma.maven.plugins │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1.pom.md5 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2.pom.md5 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1-site.xml.md5 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2-site.xml.md5 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1.pom.sha1 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2.pom.sha1 │ │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1-site.xml.sha1 │ │ │ │ └── dma.maven.plugins-1.0-20080409.022326-2-site.xml.sha1 │ │ │ └── maven-dma-mgmt-plugin │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar.md5 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.021413-1.pom.md5 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar.md5 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.022326-2.pom.md5 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar.sha1 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.021413-1.pom.sha1 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar.sha1 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.022326-2.pom.sha1 │ │ │ ├── maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar │ │ │ └── maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar │ │ ├── nexus-3233 │ │ └── cisco │ │ │ └── infra │ │ │ └── dft │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ ├── parent.pom │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1.pom.md5 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1-site.xml.md5 │ │ │ │ ├── parent.pom-1.0-20080409.034219-1.pom.sha1 │ │ │ │ └── parent.pom-1.0-20080409.034219-1-site.xml.sha1 │ │ │ └── dma.maven.plugins │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ └── 1.0-SNAPSHOT │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── maven-metadata.xml.sha1 │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1.pom.md5 │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2.pom.md5 │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1-site.xml.md5 │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1.pom.sha1 │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2-site.xml.md5 │ │ │ ├── dma.maven.plugins-1.0-20080409.022326-2.pom.sha1 │ │ │ ├── dma.maven.plugins-1.0-20080409.021413-1-site.xml.sha1 │ │ │ └── dma.maven.plugins-1.0-20080409.022326-2-site.xml.sha1 │ │ ├── nexus-687 │ │ └── xstream │ │ │ └── xstream │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── 1.2.2 │ │ │ ├── xstream-1.2.2.pom.md5 │ │ │ └── xstream-1.2.2.pom.sha1 │ │ │ └── maven-metadata.xml.sha1 │ │ ├── nexus-2318 │ │ └── aopalliance │ │ │ └── aopalliance │ │ │ └── 1.0 │ │ │ ├── aopalliance-1.0.jar.sha1 │ │ │ ├── aopalliance-1.0.pom.sha1 │ │ │ ├── aopalliance-1.0-sources.jar.sha1 │ │ │ ├── aopalliance-1.0.jar │ │ │ ├── aopalliance-1.0.zip │ │ │ ├── aopalliance-1.0-sources.jar │ │ │ └── aopalliance-1.0-sources.zip │ │ ├── nexus-1911 │ │ ├── repo-inc-4 │ │ │ └── junit │ │ │ │ └── junit │ │ │ │ └── 4.4 │ │ │ │ ├── junit-4.4.jar.md5 │ │ │ │ ├── junit-4.4.pom.md5 │ │ │ │ ├── junit-4.4.jar.sha1 │ │ │ │ ├── junit-4.4.pom.sha1 │ │ │ │ ├── junit-4.4-javadoc.jar.md5 │ │ │ │ ├── junit-4.4-sources.jar.md5 │ │ │ │ ├── junit-4.4-javadoc.jar.sha1 │ │ │ │ ├── junit-4.4-sources.jar.sha1 │ │ │ │ ├── junit-4.4.jar │ │ │ │ ├── junit-4.4-javadoc.jar │ │ │ │ └── junit-4.4-sources.jar │ │ ├── repo-inc-1 │ │ │ └── commons-cli │ │ │ │ └── commons-cli │ │ │ │ └── 1.0 │ │ │ │ ├── commons-cli-1.0.jar.sha1 │ │ │ │ ├── commons-cli-1.0-sources.jar.sha1 │ │ │ │ ├── commons-cli-1.0.jar │ │ │ │ ├── commons-cli-1.0.pom.sha1 │ │ │ │ └── commons-cli-1.0-sources.jar │ │ ├── repo-inc-2 │ │ │ └── commons-logging │ │ │ │ └── commons-logging │ │ │ │ └── 1.0 │ │ │ │ ├── commons-logging-1.0.jar.md5 │ │ │ │ ├── commons-logging-1.0-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.jar.sha1 │ │ │ │ ├── commons-logging-1.0-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0.jar │ │ │ │ ├── commons-logging-1.0.pom.md5 │ │ │ │ ├── commons-logging-1.0.pom.sha1 │ │ │ │ ├── commons-logging-1.0-javadoc.jar │ │ │ │ └── commons-logging-1.0.pom │ │ ├── repo-inc-3 │ │ │ └── jakarta-regexp │ │ │ │ └── jakarta-regexp │ │ │ │ └── 1.4 │ │ │ │ ├── jakarta-regexp-1.4.jar.sha1 │ │ │ │ ├── jakarta-regexp-1.4.pom.sha1 │ │ │ │ ├── jakarta-regexp-1.4.jar │ │ │ │ └── jakarta-regexp-1.4.pom │ │ └── repo │ │ │ └── ch │ │ │ └── marcus-schulte │ │ │ └── maven │ │ │ └── hivedoc-plugin │ │ │ └── 1.0.0 │ │ │ └── hivedoc-plugin-1.0.0.jar │ │ ├── repo-with-osgi │ │ ├── commons-cli │ │ │ └── commons-cli │ │ │ │ └── 1.0 │ │ │ │ ├── commons-cli-1.0.jar.sha1 │ │ │ │ ├── commons-cli-1.0-sources.jar.sha1 │ │ │ │ ├── commons-cli-1.0.jar │ │ │ │ ├── commons-cli-1.0-sources.jar │ │ │ │ └── commons-cli-1.0.pom.sha1 │ │ ├── commons-logging │ │ │ ├── commons-logging │ │ │ │ ├── 1.0 │ │ │ │ │ ├── commons-logging-1.0.jar.md5 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.0.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.pom.md5 │ │ │ │ │ ├── commons-logging-1.0-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.pom.sha1 │ │ │ │ │ └── commons-logging-1.0.pom │ │ │ │ ├── 1.0.1 │ │ │ │ │ ├── commons-logging-1.0.1.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.1.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.1.jar │ │ │ │ │ ├── commons-logging-1.0.1.pom.md5 │ │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar │ │ │ │ │ └── commons-logging-1.0.1.pom.sha1 │ │ │ │ ├── 1.0.2 │ │ │ │ │ ├── commons-logging-1.0.2.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.2.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.2.jar │ │ │ │ │ ├── commons-logging-1.0.2.pom.md5 │ │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar │ │ │ │ │ └── commons-logging-1.0.2.pom.sha1 │ │ │ │ ├── 1.0.3 │ │ │ │ │ ├── commons-logging-1.0.3.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.3.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.3.jar │ │ │ │ │ ├── commons-logging-1.0.3.pom.md5 │ │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar │ │ │ │ │ └── commons-logging-1.0.3.pom.sha1 │ │ │ │ ├── 1.0.4 │ │ │ │ │ ├── commons-logging-1.0.4.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4.jar.sha1 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar.md5 │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar.sha1 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.0.4.jar │ │ │ │ │ ├── commons-logging-1.0.4.pom.md5 │ │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar │ │ │ │ │ ├── commons-logging-1.0.4-sources.jar │ │ │ │ │ └── commons-logging-1.0.4.pom.sha1 │ │ │ │ └── 1.1 │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── commons-logging-1.1.jar │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── commons-logging-1.1.jar.md5 │ │ │ │ │ ├── commons-logging-1.1.pom.md5 │ │ │ │ │ ├── commons-logging-1.1.jar.sha1 │ │ │ │ │ ├── commons-logging-1.1.pom.sha1 │ │ │ │ │ ├── commons-logging-1.1-sources.jar │ │ │ │ │ ├── commons-logging-1.1-sources.jar.md5 │ │ │ │ │ └── commons-logging-1.1-sources.jar.sha1 │ │ │ ├── maven-metadata.xml.md5 │ │ │ └── maven-metadata.xml.sha1 │ │ └── org │ │ │ └── slf4j │ │ │ └── slf4j-simple │ │ │ └── 1.7.7 │ │ │ └── slf4j-simple-1.7.7.jar │ │ ├── nexus-658 │ │ └── org │ │ │ └── sonatype │ │ │ └── nexus │ │ │ └── nexus-webapp │ │ │ └── 1.0.0-SNAPSHOT │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.zip │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274.jar.md5 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274.pom.md5 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz.md5 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.zip.md5 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-sources.jar.md5 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274.jar.sha1 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274.pom.sha1 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.zip.sha1 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz.sha1 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274-sources.jar.sha1 │ │ │ ├── nexus-webapp-1.0.0-20080821.222727-274.jar │ │ │ └── nexus-webapp-1.0.0-20080821.222727-274-sources.jar │ │ ├── nexus-645 │ │ └── org │ │ │ └── codehaus │ │ │ └── tycho │ │ │ └── tycho-distribution │ │ │ └── 0.3.0-SNAPSHOT │ │ │ ├── tycho-distribution-0.3.0-20080821.160846-58-bin.zip │ │ │ ├── tycho-distribution-0.3.0-20080821.160846-58-bin.tar.gz │ │ │ ├── tycho-distribution-0.3.0-20080821.160846-58.pom.md5 │ │ │ ├── file.to.be.skipped.from.indexing.since.it.will.not.evaluate.to.gav.coz.of.wrong.filename │ │ │ ├── tycho-distribution-0.3.0-20080821.160846-58-bin.zip.md5 │ │ │ ├── tycho-distribution-0.3.0-20080821.160846-58.pom.sha1 │ │ │ └── tycho-distribution-0.3.0-20080821.160846-58-bin.zip.sha1 │ │ ├── nexus-1179 │ │ └── ant │ │ │ └── ant │ │ │ ├── 1.6.5 │ │ │ └── ant-1.6.5.jar │ │ │ └── 1.5.1 │ │ │ └── ant-1.5.1.pom │ │ ├── resources │ │ ├── index-updater │ │ │ └── server-root │ │ │ │ ├── nexus-maven-repository-index.properties │ │ │ │ ├── legacy │ │ │ │ ├── nexus-maven-repository-index.properties │ │ │ │ └── nexus-maven-repository-index.zip │ │ │ │ ├── slow │ │ │ │ ├── nexus-maven-repository-index.properties │ │ │ │ └── nexus-maven-repository-index.gz │ │ │ │ ├── protected │ │ │ │ ├── nexus-maven-repository-index.properties │ │ │ │ └── nexus-maven-repository-index.gz │ │ │ │ └── nexus-maven-repository-index.gz │ │ └── repo-index │ │ │ ├── index │ │ │ ├── nexus-maven-repository-index.gz │ │ │ └── nexus-maven-repository-index.zip │ │ │ └── index2 │ │ │ ├── nexus-maven-repository-index.gz │ │ │ └── nexus-maven-repository-index.zip │ │ ├── nexus-3293 │ │ └── aopalliance │ │ │ └── aopalliance │ │ │ ├── 1.0 │ │ │ └── aopalliance-1.0.jar │ │ │ └── 1.0-SNAPSHOT │ │ │ └── aopalliance-1.0-20100517.210215-13.jar │ │ ├── mindexer-35 │ │ └── org │ │ │ └── apache │ │ │ └── maven │ │ │ └── indexer │ │ │ └── test │ │ │ └── sample-war │ │ │ └── 1.0-SNAPSHOT │ │ │ └── sample-war-1.0-SNAPSHOT.war │ │ ├── repo-creator │ │ └── org │ │ │ └── apache │ │ │ └── maven │ │ │ └── plugins │ │ │ └── maven-dependency-plugin │ │ │ └── 2.0 │ │ │ └── maven-dependency-plugin-2.0.jar │ │ ├── nexus-3881 │ │ └── com │ │ │ ├── solution │ │ │ └── one │ │ │ │ └── this │ │ │ │ └── 1.0 │ │ │ │ └── this-1.0.pom │ │ │ ├── one │ │ │ ├── solution.this │ │ │ │ └── 1.0 │ │ │ │ │ └── solution.this-1.0.pom │ │ │ └── this_solution │ │ │ │ └── 1.0 │ │ │ │ └── this_solution-1.0.pom │ │ │ └── one.solution.this │ │ │ └── 1.0 │ │ │ └── one.solution.this-1.0.pom │ │ └── nexus-2046 │ │ └── org │ │ └── maven │ │ └── ide │ │ └── eclipse │ │ └── org.maven.ide.eclipse.feature │ │ └── 0.9.7 │ │ └── org.maven.ide.eclipse.feature-0.9.7.jar └── NOTICE ├── indexer-cli ├── src │ └── test │ │ └── repo │ │ ├── brokenjar │ │ └── brokenjar │ │ │ └── 1.0 │ │ │ ├── brokenjar-1.0.jar │ │ │ └── brokenjar-1.0.pom │ │ ├── qdox │ │ ├── qdox │ │ │ ├── 1.5 │ │ │ │ ├── qdox-1.5.jar.md5 │ │ │ │ ├── qdox-1.5.pom.md5 │ │ │ │ ├── qdox-1.5.jar.sha1 │ │ │ │ ├── qdox-1.5.pom.sha1 │ │ │ │ ├── qdox-1.5.jar │ │ │ │ └── qdox-1.5.pom │ │ │ └── 1.6.1 │ │ │ │ ├── qdox-1.6.1.jar.sha1 │ │ │ │ ├── qdox-1.6.1.pom.sha1 │ │ │ │ └── qdox-1.6.1.jar │ │ └── maven-metadata.xml.md5 │ │ ├── org │ │ ├── testng │ │ │ └── testng │ │ │ │ └── 5.5 │ │ │ │ ├── testng-5.5.jar.md5 │ │ │ │ ├── testng-5.5.jar.sha1 │ │ │ │ ├── testng-5.5.pom.md5 │ │ │ │ ├── testng-5.5.pom.sha1 │ │ │ │ ├── testng-5.5-jdk14.jar.md5 │ │ │ │ ├── testng-5.5-jdk15.jar.md5 │ │ │ │ ├── testng-5.5-sources.jar.md5 │ │ │ │ ├── testng-5.5-jdk14.jar.sha1 │ │ │ │ ├── testng-5.5-jdk15.jar.sha1 │ │ │ │ ├── testng-5.5-sources.jar.sha1 │ │ │ │ ├── testng-5.5.jar │ │ │ │ ├── testng-5.5-jdk14.jar │ │ │ │ ├── testng-5.5-jdk15.jar │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── testng-5.5-sources.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ └── maven-metadata.xml │ │ ├── slf4j │ │ │ ├── slf4j-api │ │ │ │ ├── 1.4.1 │ │ │ │ │ ├── slf4j-api-1.4.1.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1.pom.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1-sources.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.1.jar │ │ │ │ │ └── slf4j-api-1.4.1-sources.jar │ │ │ │ └── 1.4.2 │ │ │ │ │ ├── slf4j-api-1.4.2.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2.pom.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2-sources.jar.sha1 │ │ │ │ │ ├── slf4j-api-1.4.2.jar │ │ │ │ │ └── slf4j-api-1.4.2-sources.jar │ │ │ ├── slf4j-log4j12 │ │ │ │ └── 1.4.1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.pom.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1-sources.jar.sha1 │ │ │ │ │ ├── slf4j-log4j12-1.4.1.jar │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.zip │ │ │ │ │ ├── slf4j-log4j12-1.4.1-bin.tar.gz │ │ │ │ │ └── slf4j-log4j12-1.4.1-sources.jar │ │ │ └── jcl104-over-slf4j │ │ │ │ └── 1.4.2 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.pom.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2-sources.jar.sha1 │ │ │ │ ├── jcl104-over-slf4j-1.4.2.jar │ │ │ │ └── jcl104-over-slf4j-1.4.2-sources.jar │ │ ├── terracotta │ │ │ ├── forge │ │ │ │ ├── forge-parent │ │ │ │ │ └── 1.0.5 │ │ │ │ │ │ └── forge-parent-1.0.5.pom.sha1 │ │ │ │ └── archetype-parent │ │ │ │ │ └── 1.0.1 │ │ │ │ │ └── archetype-parent-1.0.1.pom.sha1 │ │ │ └── maven │ │ │ │ └── archetypes │ │ │ │ └── pojo-archetype │ │ │ │ └── 1.0.3 │ │ │ │ ├── pojo-archetype-1.0.3.jar.sha1 │ │ │ │ ├── pojo-archetype-1.0.3.pom.sha1 │ │ │ │ └── pojo-archetype-1.0.3.jar │ │ └── apache │ │ │ ├── maven │ │ │ └── plugins │ │ │ │ └── maven-core-it-plugin │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── 1.0 │ │ │ │ ├── maven-core-it-plugin-1.0.jar.md5 │ │ │ │ ├── maven-core-it-plugin-1.0.pom.md5 │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar.md5 │ │ │ │ ├── maven-core-it-plugin-1.0-sources.jar.md5 │ │ │ │ ├── maven-core-it-plugin-1.0.jar.sha1 │ │ │ │ ├── maven-core-it-plugin-1.0.pom.sha1 │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar.sha1 │ │ │ │ ├── maven-core-it-plugin-1.0-sources.jar.sha1 │ │ │ │ ├── maven-core-it-plugin-1.0.jar │ │ │ │ ├── maven-core-it-plugin-1.0-javadoc.jar │ │ │ │ ├── maven-core-it-plugin-1.0-sources.jar │ │ │ │ ├── maven-core-it-plugin-1.0.jar.asc │ │ │ │ └── maven-core-it-plugin-1.0.pom.asc │ │ │ │ └── maven-metadata.xml.md5 │ │ │ ├── directory │ │ │ └── server │ │ │ │ └── apacheds-schema-archetype │ │ │ │ └── 1.0.2 │ │ │ │ └── apacheds-schema-archetype-1.0.2.jar │ │ │ └── servicemix │ │ │ └── tooling │ │ │ └── servicemix-service-engine │ │ │ └── 3.1 │ │ │ └── servicemix-service-engine-3.1.jar │ │ ├── junit │ │ ├── junit-4.4.jar.md5 │ │ ├── junit-4.4.pom.md5 │ │ ├── junit-4.4.jar.sha1 │ │ ├── junit-4.4.pom.sha1 │ │ ├── junit │ │ │ └── 4.4 │ │ │ │ ├── junit-4.4.jar.md5 │ │ │ │ ├── junit-4.4.pom.md5 │ │ │ │ ├── junit-4.4.jar.sha1 │ │ │ │ ├── junit-4.4.pom.sha1 │ │ │ │ ├── junit-4.4-javadoc.jar.md5 │ │ │ │ ├── junit-4.4-sources.jar.md5 │ │ │ │ ├── junit-4.4-javadoc.jar.sha1 │ │ │ │ ├── junit-4.4-sources.jar.sha1 │ │ │ │ ├── junit-4.4.jar │ │ │ │ ├── junit-4.4-javadoc.jar │ │ │ │ └── junit-4.4-sources.jar │ │ ├── junit-4.4-javadoc.jar.md5 │ │ ├── junit-4.4-sources.jar.md5 │ │ ├── junit-4.4-javadoc.jar.sha1 │ │ ├── junit-4.4-sources.jar.sha1 │ │ ├── junit-4.4.jar │ │ ├── junit-4.4-javadoc.jar │ │ └── junit-4.4-sources.jar │ │ ├── regexp │ │ └── regexp │ │ │ └── 1.3 │ │ │ ├── regexp-1.3.jar.sha1 │ │ │ ├── regexp-1.3.jar │ │ │ ├── regexp-1.3.pom.sha1 │ │ │ └── regexp-1.3.pom │ │ ├── com │ │ └── adobe │ │ │ └── flexunit │ │ │ └── flexunit │ │ │ ├── maven-metadata.xml.md5 │ │ │ ├── 0.90 │ │ │ ├── flexunit-0.90.pom.md5 │ │ │ ├── flexunit-0.90.swc.md5 │ │ │ ├── flexunit-0.90.pom.sha1 │ │ │ ├── flexunit-0.90.swc.sha1 │ │ │ ├── flexunit-0.90.swc │ │ │ └── flexunit-0.90.pom │ │ │ └── maven-metadata.xml.sha1 │ │ ├── commons-cli │ │ └── commons-cli │ │ │ └── 1.0 │ │ │ ├── commons-cli-1.0.jar.sha1 │ │ │ ├── commons-cli-1.0-sources.jar.sha1 │ │ │ ├── commons-cli-1.0.jar │ │ │ ├── commons-cli-1.0-sources.jar │ │ │ └── commons-cli-1.0.pom.sha1 │ │ ├── commons-logging │ │ ├── commons-logging │ │ │ ├── 1.0 │ │ │ │ ├── commons-logging-1.0.jar.md5 │ │ │ │ ├── commons-logging-1.0-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.jar.sha1 │ │ │ │ ├── commons-logging-1.0-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.0.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0-javadoc.jar │ │ │ │ ├── commons-logging-1.0.pom.md5 │ │ │ │ ├── commons-logging-1.0.pom.sha1 │ │ │ │ └── commons-logging-1.0.pom │ │ │ ├── 1.0.1 │ │ │ │ ├── commons-logging-1.0.1.jar.md5 │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.1.jar.sha1 │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.0.1.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0.1-javadoc.jar │ │ │ │ ├── commons-logging-1.0.1.pom.md5 │ │ │ │ └── commons-logging-1.0.1.pom.sha1 │ │ │ ├── 1.0.2 │ │ │ │ ├── commons-logging-1.0.2.jar.md5 │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.2.jar.sha1 │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.0.2.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0.2-javadoc.jar │ │ │ │ ├── commons-logging-1.0.2.pom.md5 │ │ │ │ └── commons-logging-1.0.2.pom.sha1 │ │ │ ├── 1.0.3 │ │ │ │ ├── commons-logging-1.0.3.jar.md5 │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.3.jar.sha1 │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.0.3.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0.3-javadoc.jar │ │ │ │ ├── commons-logging-1.0.3.pom.md5 │ │ │ │ └── commons-logging-1.0.3.pom.sha1 │ │ │ ├── 1.0.4 │ │ │ │ ├── commons-logging-1.0.4.jar.md5 │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.md5 │ │ │ │ ├── commons-logging-1.0.4.jar.sha1 │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar.sha1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── commons-logging-1.0.4-sources.jar.md5 │ │ │ │ ├── commons-logging-1.0.4-sources.jar.sha1 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.0.4.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.0.4-javadoc.jar │ │ │ │ ├── commons-logging-1.0.4-sources.jar │ │ │ │ ├── commons-logging-1.0.4.pom.md5 │ │ │ │ └── commons-logging-1.0.4.pom.sha1 │ │ │ └── 1.1 │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ ├── maven-metadata.xml │ │ │ │ ├── commons-logging-1.1.jar │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ ├── commons-logging-1.1-sources.jar │ │ │ │ ├── commons-logging-1.1.jar.md5 │ │ │ │ ├── commons-logging-1.1.pom.md5 │ │ │ │ ├── commons-logging-1.1.jar.sha1 │ │ │ │ ├── commons-logging-1.1.pom.sha1 │ │ │ │ ├── commons-logging-1.1-sources.jar.md5 │ │ │ │ └── commons-logging-1.1-sources.jar.sha1 │ │ ├── maven-metadata.xml.md5 │ │ └── maven-metadata.xml.sha1 │ │ ├── jakarta-regexp │ │ └── jakarta-regexp │ │ │ └── 1.4 │ │ │ ├── jakarta-regexp-1.4.jar.sha1 │ │ │ ├── jakarta-regexp-1.4.pom.sha1 │ │ │ ├── jakarta-regexp-1.4.jar │ │ │ └── jakarta-regexp-1.4.pom │ │ ├── missingpom │ │ └── missingpom │ │ │ └── 1.0 │ │ │ └── missingpom-1.0.jar │ │ ├── proptest │ │ └── proptest-archetype │ │ │ └── 1.0 │ │ │ └── proptest-archetype-1.0.jar │ │ └── ch │ │ └── marcus-schulte │ │ └── maven │ │ └── hivedoc-plugin │ │ └── 1.0.0 │ │ └── hivedoc-plugin-1.0.0.jar └── NOTICE ├── indexer-reader └── src │ ├── main │ └── java │ │ └── org │ │ └── apache │ │ └── maven │ │ └── index │ │ └── reader │ │ └── packageinfo │ └── test │ └── resources │ └── simple │ └── nexus-maven-repository-index.gz └── NOTICE /indexer-core/src/test/nexus-4149/repo4/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/brokenjar/brokenjar/1.0/brokenjar-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/brokenjar/brokenjar/1.0/brokenjar-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /indexer-reader/src/main/java/org/apache/maven/index/reader/packageinfo: -------------------------------------------------------------------------------- 1 | version 6.0 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar.md5: -------------------------------------------------------------------------------- 1 | 24ab89444f393e31bccb24ac53c04bdc 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom.md5: -------------------------------------------------------------------------------- 1 | fb78caedaa0ce1f87cb0e5fa6c4a4430 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.jar.md5: -------------------------------------------------------------------------------- 1 | 50f749feef514c28751aa07dc8470413 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar.sha1: -------------------------------------------------------------------------------- 1 | 4d2db265eddf1576cb9d896abc90c7ba46b48d87 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom.sha1: -------------------------------------------------------------------------------- 1 | f7b4c50a4c9d7f9f4a1cf9e2096e6b8efe11344b -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar.md5: -------------------------------------------------------------------------------- 1 | 24ab89444f393e31bccb24ac53c04bdc 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar.sha1: -------------------------------------------------------------------------------- 1 | 4d2db265eddf1576cb9d896abc90c7ba46b48d87 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom.md5: -------------------------------------------------------------------------------- 1 | fb78caedaa0ce1f87cb0e5fa6c4a4430 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom.sha1: -------------------------------------------------------------------------------- 1 | f7b4c50a4c9d7f9f4a1cf9e2096e6b8efe11344b -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4.jar.md5: -------------------------------------------------------------------------------- 1 | f852bbb2bbe0471cef8e5b833cb36078 junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4.pom.md5: -------------------------------------------------------------------------------- 1 | 6fa305be5e263a60279df7c529a0710d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar.sha1: -------------------------------------------------------------------------------- 1 | a82a7f6542902fe4a6cd255f31d6fff62ab7bd42 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 973df2b78b67bcd3144c3dbbb88da691065a3f8d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 313a2cc462133be15d495fe43fa4ec0e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 313a2cc462133be15d495fe43fa4ec0e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-687/xstream/xstream/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3e863d27d56d6f55d3e186879017f1a7 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4.jar.md5: -------------------------------------------------------------------------------- 1 | f852bbb2bbe0471cef8e5b833cb36078 junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4.pom.md5: -------------------------------------------------------------------------------- 1 | 6fa305be5e263a60279df7c529a0710d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.jar.md5: -------------------------------------------------------------------------------- 1 | 50f749feef514c28751aa07dc8470413 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar.sha1: -------------------------------------------------------------------------------- 1 | a82a7f6542902fe4a6cd255f31d6fff62ab7bd42 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | ac20be877085a19287a60db9b0217ab4 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.jar.sha1: -------------------------------------------------------------------------------- 1 | e9e326d52459e2862c35641cddf1cab9ca4c42a8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-687/xstream/xstream/1.2.2/xstream-1.2.2.pom.md5: -------------------------------------------------------------------------------- 1 | 01da15f8eb93bec4ddafad40df2192f9 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.jar.sha1: -------------------------------------------------------------------------------- 1 | e9e326d52459e2862c35641cddf1cab9ca4c42a8 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 973df2b78b67bcd3144c3dbbb88da691065a3f8d -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.md5: -------------------------------------------------------------------------------- 1 | 4e5aab0af8856fc8edf1190df83a6273 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.md5: -------------------------------------------------------------------------------- 1 | abb63f3b7ff38c488796eb919b923815 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f35ee1f35d2dadbb5029991449ee90c1bab4d4a junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4.pom.sha1: -------------------------------------------------------------------------------- 1 | e8c01c806baca44a6d3bf44fef189e725fec3e0d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.jar.md5: -------------------------------------------------------------------------------- 1 | f852bbb2bbe0471cef8e5b833cb36078 junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.pom.md5: -------------------------------------------------------------------------------- 1 | 6fa305be5e263a60279df7c529a0710d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.pom.sha1: -------------------------------------------------------------------------------- 1 | e68226a95ffb965af1428aef83e655926c3193e9 - 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | cbfdc2e27a486024883ee7274684bc75fe12a33c -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | e166dd0a2e0293bda726c8bab014141f -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | cbfdc2e27a486024883ee7274684bc75fe12a33c -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-687/xstream/xstream/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 0d143d22b95ba0383605add60893fbd148d82d0c -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.md5: -------------------------------------------------------------------------------- 1 | 4e5aab0af8856fc8edf1190df83a6273 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.md5: -------------------------------------------------------------------------------- 1 | abb63f3b7ff38c488796eb919b923815 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | ac20be877085a19287a60db9b0217ab4 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f35ee1f35d2dadbb5029991449ee90c1bab4d4a junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4.pom.sha1: -------------------------------------------------------------------------------- 1 | e8c01c806baca44a6d3bf44fef189e725fec3e0d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.jar.md5: -------------------------------------------------------------------------------- 1 | f852bbb2bbe0471cef8e5b833cb36078 junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.pom.md5: -------------------------------------------------------------------------------- 1 | 6fa305be5e263a60279df7c529a0710d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.pom.sha1: -------------------------------------------------------------------------------- 1 | e68226a95ffb965af1428aef83e655926c3193e9 - 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 431a312079e641fdd674363873a5c7c07efe6c31 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 6dac9733315224fc562f6268df58e92d65fd0137 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 7394f61fe553be67401f2df42b7be5f5 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 4126a0974473f7cb7df7fd5cd109505d junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | f2df3bbb14d0fc7da34f15c3ce4343f0e830179e -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | c78c42a9e487eb3b9100fbea49a26c5a2fe17311 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 61fce919969d134a4fa2ba4fd5bf151ea63fce13 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 680faf813c83ff65cf6c18ac6e2392d835933cad -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3e08522ef53236c27633f5951cc4586a -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | a2b4443a7202f37159cf659d6da221a3 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 95886b3e7569e689d7bf26f041d50667 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 689f75139a47b252c1caf621c8f1f403 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | e166dd0a2e0293bda726c8bab014141f -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-687/xstream/xstream/1.2.2/xstream-1.2.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 3c15045c924565e1eba1eb5e299a4adec38e55fd -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 431a312079e641fdd674363873a5c7c07efe6c31 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | f2df3bbb14d0fc7da34f15c3ce4343f0e830179e -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | c78c42a9e487eb3b9100fbea49a26c5a2fe17311 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 61fce919969d134a4fa2ba4fd5bf151ea63fce13 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 680faf813c83ff65cf6c18ac6e2392d835933cad -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.sha1: -------------------------------------------------------------------------------- 1 | 2d724d52026a3c2a2d56f859fac2c87989ea35f6 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.sha1: -------------------------------------------------------------------------------- 1 | 4b8ad0c679b9a13e4c813a5736f5ab2be19bac15 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | 240b26992977c9ad119efb91cb21f8f8 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f35ee1f35d2dadbb5029991449ee90c1bab4d4a junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.pom.sha1: -------------------------------------------------------------------------------- 1 | e8c01c806baca44a6d3bf44fef189e725fec3e0d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.pom.md5: -------------------------------------------------------------------------------- 1 | 6f3df2c1121db8bcc0f885a5c0fe5b19 testng-5.5.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | c3b1f391e82b9fc8d7abc4406923625f ./qdox/qdox/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 612213ad54e3c1a7c54ad6d149913151 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 61c0a47a0a0f0ccb296e328f8c7c0878 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 05e557546178cf4c007507bbe395cfc8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 17ab928a7c537eeac4740bbf23dbeaa639032310 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 61c0a47a0a0f0ccb296e328f8c7c0878 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 17ab928a7c537eeac4740bbf23dbeaa639032310 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | ac20be877085a19287a60db9b0217ab4 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.sha1: -------------------------------------------------------------------------------- 1 | 2d724d52026a3c2a2d56f859fac2c87989ea35f6 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.sha1: -------------------------------------------------------------------------------- 1 | 4b8ad0c679b9a13e4c813a5736f5ab2be19bac15 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 6dac9733315224fc562f6268df58e92d65fd0137 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | 240b26992977c9ad119efb91cb21f8f8 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 7394f61fe553be67401f2df42b7be5f5 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 4126a0974473f7cb7df7fd5cd109505d junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f35ee1f35d2dadbb5029991449ee90c1bab4d4a junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.pom.sha1: -------------------------------------------------------------------------------- 1 | e8c01c806baca44a6d3bf44fef189e725fec3e0d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.pom.md5: -------------------------------------------------------------------------------- 1 | 6f3df2c1121db8bcc0f885a5c0fe5b19 testng-5.5.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | fc9b2f6fb941aadf5ea34f68c983b0e6bfbf2ca7 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.md5: -------------------------------------------------------------------------------- 1 | e1b1720a761ca36eaa47e1c7d802e676 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.md5: -------------------------------------------------------------------------------- 1 | bdb6d37e652f164451ebd0cb10b7f645 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.md5: -------------------------------------------------------------------------------- 1 | 5bc8bdd15b18018e84fd862993aaca42 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.md5: -------------------------------------------------------------------------------- 1 | 8a507817b28077e0478add944c64586a -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 0ea514a179ac1dd7e81c7e6594468b9b9910d298 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 2ca414123f279c0ca026c4deb2a0b016e5bd1fbc -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | fcb4ce35b9733ae0476339d232086eb792370c96 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | c6fcccd240bf9a32bb6f16917a70a416b0d249a8 junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 7394f61fe553be67401f2df42b7be5f5 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 4126a0974473f7cb7df7fd5cd109505d junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 86e19b388494b178654d7d82fc847ada256fc745 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | f47b9e7a737ec8f94a55807f06ad61befae61f0d -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | c2b24d22eca02cce1eaed7905946b6773e213630 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 12976523f5ce41cc76bfc838c46f7e503bf035fd -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.pom.sha1: -------------------------------------------------------------------------------- 1 | 69cadaa4de6bd6af0b2ae759a84392b876dbb76d testng-5.5.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | c65421bd6b95093884dd5ac968f4787e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e423d30a63649c0f4dd27d5bfe1fc2baeefb9f98 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | bdc3e4cbce5ad024e777db7c469e9a33a9a66365 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 57bdc76c772051982cd65b8cc9f71a65a51a55aa -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 3f23ca2961ac79bd95b5e4b83e1a8ab35d96ba48 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 459b05d7d4f26a9332495dc98540a9dd0fae8f1e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 19ef6172fa75b369f7933325b1d05588 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 0235ba8b489512805ac13a8f9ea77a1ca5ebe3e8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 19ef6172fa75b369f7933325b1d05588 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.md5: -------------------------------------------------------------------------------- 1 | 4e5aab0af8856fc8edf1190df83a6273 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.md5: -------------------------------------------------------------------------------- 1 | abb63f3b7ff38c488796eb919b923815 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | fc9b2f6fb941aadf5ea34f68c983b0e6bfbf2ca7 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.md5: -------------------------------------------------------------------------------- 1 | e1b1720a761ca36eaa47e1c7d802e676 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.md5: -------------------------------------------------------------------------------- 1 | bdb6d37e652f164451ebd0cb10b7f645 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.md5: -------------------------------------------------------------------------------- 1 | 5bc8bdd15b18018e84fd862993aaca42 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.md5: -------------------------------------------------------------------------------- 1 | 8a507817b28077e0478add944c64586a -------------------------------------------------------------------------------- /indexer-core/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 0ea514a179ac1dd7e81c7e6594468b9b9910d298 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 2ca414123f279c0ca026c4deb2a0b016e5bd1fbc -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | fcb4ce35b9733ae0476339d232086eb792370c96 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | c6fcccd240bf9a32bb6f16917a70a416b0d249a8 junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 86e19b388494b178654d7d82fc847ada256fc745 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | f47b9e7a737ec8f94a55807f06ad61befae61f0d -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | c2b24d22eca02cce1eaed7905946b6773e213630 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 12976523f5ce41cc76bfc838c46f7e503bf035fd -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | c3b1f391e82b9fc8d7abc4406923625f ./qdox/qdox/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | c40f1b459fdf90848bfeef8b5856eba6 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 23bc0c53b59b1689d3cbd97de42e0a74 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 852ef679e9998498e7d4ac6121c45316 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | f0626403d6ba70cd8758d74a4d557a86 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | cd31f6e132e9076168247b5b62e7d4f2 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | f10838aa1add95b8cd26b8c9c07b2278c21e64b4 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f6013b9044969a5bae50e1d5de18b130651939b -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 96d4655acca21c75e6ba24ec04896e75a4d149d5 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | d2758bbab3d21b553e25f4af5e97601d54d36796 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/terracotta/forge/forge-parent/1.0.5/forge-parent-1.0.5.pom.sha1: -------------------------------------------------------------------------------- 1 | cec33965dbc2ff64284457cae8fe6dd2f0380c46 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar.md5: -------------------------------------------------------------------------------- 1 | 50f749feef514c28751aa07dc8470413 testng-5.5-jdk14.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar.md5: -------------------------------------------------------------------------------- 1 | bee425b2de4c1a2fa9f74821148092da testng-5.5-jdk15.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 2cc76e32d4f64c276ada700f2451c7d9ff10a4b4 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d9dbb03682f3fba99fa1ff8b7a389df3 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | c0be36d0d84dc0641254422a47a7d6c6 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3ab35d48541e6d2177329f078fd375d7 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | ad18c48d7cfe7fa9f87f27c21b3e2050a6317965 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 1fffbe572ea1609c9a52ae9824bd0f51 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.jar.md5: -------------------------------------------------------------------------------- 1 | f852bbb2bbe0471cef8e5b833cb36078 junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.pom.md5: -------------------------------------------------------------------------------- 1 | 6fa305be5e263a60279df7c529a0710d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | bdc3e4cbce5ad024e777db7c469e9a33a9a66365 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 431a312079e641fdd674363873a5c7c07efe6c31 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | f2df3bbb14d0fc7da34f15c3ce4343f0e830179e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | c78c42a9e487eb3b9100fbea49a26c5a2fe17311 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 61fce919969d134a4fa2ba4fd5bf151ea63fce13 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 680faf813c83ff65cf6c18ac6e2392d835933cad -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 6dac9733315224fc562f6268df58e92d65fd0137 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | 240b26992977c9ad119efb91cb21f8f8 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | cd31f6e132e9076168247b5b62e7d4f2 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | f10838aa1add95b8cd26b8c9c07b2278c21e64b4 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 7394f61fe553be67401f2df42b7be5f5 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 4126a0974473f7cb7df7fd5cd109505d junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f6013b9044969a5bae50e1d5de18b130651939b -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 96d4655acca21c75e6ba24ec04896e75a4d149d5 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | d2758bbab3d21b553e25f4af5e97601d54d36796 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar.md5: -------------------------------------------------------------------------------- 1 | 50f749feef514c28751aa07dc8470413 testng-5.5-jdk14.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar.md5: -------------------------------------------------------------------------------- 1 | bee425b2de4c1a2fa9f74821148092da testng-5.5-jdk15.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.pom.sha1: -------------------------------------------------------------------------------- 1 | 69cadaa4de6bd6af0b2ae759a84392b876dbb76d testng-5.5.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.sha1: -------------------------------------------------------------------------------- 1 | 2e8405d4a28a0b359fbfb8855bde0fdeb0099858 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 37c659e57293656ebef1a247fc6ceb738ebdfc74 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 760c711c71588bc273d3e56d196d720a7678cd93 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.sha1: -------------------------------------------------------------------------------- 1 | f029a2aefe2b3e1517573c580f948caac31b1056 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e3f9527e9e04311a8d411b93bc06930574070839 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | fcb4ce35b9733ae0476339d232086eb792370c96 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | c6fcccd240bf9a32bb6f16917a70a416b0d249a8 junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 8cdaf397ebe5b24d486f3f17c3cec1a7d8bba386 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 5511b5ee3e6d2a0ed46dde7df3276001 testng-5.5-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | d5618635f196bf7816aa63be9d24f803bbff0855 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 8d6e8c11251b295d9563edc370663352 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | ac529d98209c979a0e5bf48f603a8c90 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5b167abaaaa99b1b7c254ca0016d8d15284e7089 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 6dac9733315224fc562f6268df58e92d65fd0137 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d9dbb03682f3fba99fa1ff8b7a389df3 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5b167abaaaa99b1b7c254ca0016d8d15284e7089 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom.sha1: -------------------------------------------------------------------------------- 1 | 2d724d52026a3c2a2d56f859fac2c87989ea35f6 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc.sha1: -------------------------------------------------------------------------------- 1 | 4b8ad0c679b9a13e4c813a5736f5ab2be19bac15 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 86e19b388494b178654d7d82fc847ada256fc745 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | f47b9e7a737ec8f94a55807f06ad61befae61f0d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar.sha1: -------------------------------------------------------------------------------- 1 | c2b24d22eca02cce1eaed7905946b6773e213630 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 12976523f5ce41cc76bfc838c46f7e503bf035fd -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | fc9b2f6fb941aadf5ea34f68c983b0e6bfbf2ca7 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.md5: -------------------------------------------------------------------------------- 1 | e1b1720a761ca36eaa47e1c7d802e676 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.md5: -------------------------------------------------------------------------------- 1 | bdb6d37e652f164451ebd0cb10b7f645 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.md5: -------------------------------------------------------------------------------- 1 | 5bc8bdd15b18018e84fd862993aaca42 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.md5: -------------------------------------------------------------------------------- 1 | 8a507817b28077e0478add944c64586a -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | c40f1b459fdf90848bfeef8b5856eba6 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.sha1: -------------------------------------------------------------------------------- 1 | 2e8405d4a28a0b359fbfb8855bde0fdeb0099858 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 23bc0c53b59b1689d3cbd97de42e0a74 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 37c659e57293656ebef1a247fc6ceb738ebdfc74 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 852ef679e9998498e7d4ac6121c45316 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 760c711c71588bc273d3e56d196d720a7678cd93 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | f0626403d6ba70cd8758d74a4d557a86 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.sha1: -------------------------------------------------------------------------------- 1 | f029a2aefe2b3e1517573c580f948caac31b1056 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | fcb4ce35b9733ae0476339d232086eb792370c96 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | c6fcccd240bf9a32bb6f16917a70a416b0d249a8 junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 8cdaf397ebe5b24d486f3f17c3cec1a7d8bba386 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/terracotta/forge/forge-parent/1.0.5/forge-parent-1.0.5.pom.sha1: -------------------------------------------------------------------------------- 1 | cec33965dbc2ff64284457cae8fe6dd2f0380c46 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 5511b5ee3e6d2a0ed46dde7df3276001 testng-5.5-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 098d85a82cd48a746e1304825ba70b8df25f4131 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 635c2d062a007ffc71a956d45a149f0896ffed8d -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | d0773fcb73e98a977b54c70c289fe06e60d57643 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e6ab582bb54e0eba076f314d98272457261501ee -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | a8b00d7829e09dd7832aabb7b2e02faa -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | 6eace98735dc3271545268d6ec012d16 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 097d44b7f65e394b33b6134c6d9fbc74bbd18144 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/terracotta/forge/archetype-parent/1.0.1/archetype-parent-1.0.1.pom.sha1: -------------------------------------------------------------------------------- 1 | c209aa73b857e2fbfde7d928a7b91d85a707ca45 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar.sha1: -------------------------------------------------------------------------------- 1 | e9e326d52459e2862c35641cddf1cab9ca4c42a8 testng-5.5-jdk14.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar.sha1: -------------------------------------------------------------------------------- 1 | 20b3288a702054c3c66425734a0b875b14670e19 testng-5.5-jdk15.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | c5bfd37da0d2f8e11cdb95da1c9151bfaa597a13 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 9d67d5578b283f82ddc24ba0ebfbb7b666e140f2 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | bafbb95ecd7e807713f9304b1c0545874c2c12ea -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 1b5505272ba1e7a72576b5f190b38223fceb75cc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1.pom.md5: -------------------------------------------------------------------------------- 1 | a4c705bb623c5df27a1283546ccd54ed -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | 240b26992977c9ad119efb91cb21f8f8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f35ee1f35d2dadbb5029991449ee90c1bab4d4a junit-4.4.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.pom.sha1: -------------------------------------------------------------------------------- 1 | e8c01c806baca44a6d3bf44fef189e725fec3e0d junit-4.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | c5bfd37da0d2f8e11cdb95da1c9151bfaa597a13 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.zip: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | cd31f6e132e9076168247b5b62e7d4f2 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | f10838aa1add95b8cd26b8c9c07b2278c21e64b4 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 098d85a82cd48a746e1304825ba70b8df25f4131 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 635c2d062a007ffc71a956d45a149f0896ffed8d -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | d0773fcb73e98a977b54c70c289fe06e60d57643 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e6ab582bb54e0eba076f314d98272457261501ee -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e3f9527e9e04311a8d411b93bc06930574070839 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | a8b00d7829e09dd7832aabb7b2e02faa -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | 6eace98735dc3271545268d6ec012d16 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 097d44b7f65e394b33b6134c6d9fbc74bbd18144 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/terracotta/forge/archetype-parent/1.0.1/archetype-parent-1.0.1.pom.sha1: -------------------------------------------------------------------------------- 1 | c209aa73b857e2fbfde7d928a7b91d85a707ca45 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar.sha1: -------------------------------------------------------------------------------- 1 | e9e326d52459e2862c35641cddf1cab9ca4c42a8 testng-5.5-jdk14.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar.sha1: -------------------------------------------------------------------------------- 1 | 20b3288a702054c3c66425734a0b875b14670e19 testng-5.5-jdk15.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit-4.4.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | e3982520e0e2cec47b4809646a5b6e66 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 1ada0791d823c2cd39844e7304411b44 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 0e85865f6a6a86d91cfce1b3e2c1c21fe0b28b3b -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.pom.sha1: -------------------------------------------------------------------------------- 1 | 102e97b1ddbc31b152965c1a14633e63fac08a64 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 900218f537aa969a0a61914929125569d930b02b testng-5.5-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e3c5343d53cec880e270a3ec97401dc8eef47cfd -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 6dbe5acd377532a3c7cd86846752da2b40de175f -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1-site.xml.md5: -------------------------------------------------------------------------------- 1 | 1833a42d8a2a50dcc48c1e5e38f5af0f -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | fc9b2f6fb941aadf5ea34f68c983b0e6bfbf2ca7 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | cd31f6e132e9076168247b5b62e7d4f2 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | f10838aa1add95b8cd26b8c9c07b2278c21e64b4 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-3/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar.sha1: -------------------------------------------------------------------------------- 1 | 0ea514a179ac1dd7e81c7e6594468b9b9910d298 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-3/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 2ca414123f279c0ca026c4deb2a0b016e5bd1fbc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 7394f61fe553be67401f2df42b7be5f5 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 4126a0974473f7cb7df7fd5cd109505d junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1.pom.md5: -------------------------------------------------------------------------------- 1 | a4c705bb623c5df27a1283546ccd54ed -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 8f6013b9044969a5bae50e1d5de18b130651939b -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 96d4655acca21c75e6ba24ec04896e75a4d149d5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | d2758bbab3d21b553e25f4af5e97601d54d36796 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58-bin.zip: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | c40f1b459fdf90848bfeef8b5856eba6 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar.sha1: -------------------------------------------------------------------------------- 1 | 2e8405d4a28a0b359fbfb8855bde0fdeb0099858 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 23bc0c53b59b1689d3cbd97de42e0a74 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar.sha1: -------------------------------------------------------------------------------- 1 | 37c659e57293656ebef1a247fc6ceb738ebdfc74 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | 852ef679e9998498e7d4ac6121c45316 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 760c711c71588bc273d3e56d196d720a7678cd93 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | f0626403d6ba70cd8758d74a4d557a86 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar.sha1: -------------------------------------------------------------------------------- 1 | f029a2aefe2b3e1517573c580f948caac31b1056 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit-4.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 900218f537aa969a0a61914929125569d930b02b testng-5.5-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 7c189d55318f53a02a63fb1c0a01d1822819a71f -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | e09c498df8a5c320da1138145f21d231c01dd90b -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.jar.md5: -------------------------------------------------------------------------------- 1 | 3680d8e0294e2b43add6a28008268033 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.pom.md5: -------------------------------------------------------------------------------- 1 | 581d3d6555a6843c2c4cc888f46b9cce -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1.pom.sha1: -------------------------------------------------------------------------------- 1 | efb52d4ef65452b4e575fc2e7709595915775857 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | 5128a2b0efbba460a1178d07773618e0986ea152 aopalliance-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1-site.xml.md5: -------------------------------------------------------------------------------- 1 | 1833a42d8a2a50dcc48c1e5e38f5af0f -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 097d44b7f65e394b33b6134c6d9fbc74bbd18144 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58-bin.tar.gz: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 098d85a82cd48a746e1304825ba70b8df25f4131 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 635c2d062a007ffc71a956d45a149f0896ffed8d -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | d0773fcb73e98a977b54c70c289fe06e60d57643 -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e6ab582bb54e0eba076f314d98272457261501ee -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e3f9527e9e04311a8d411b93bc06930574070839 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar.md5: -------------------------------------------------------------------------------- 1 | e3982520e0e2cec47b4809646a5b6e66 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 1ada0791d823c2cd39844e7304411b44 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 7c189d55318f53a02a63fb1c0a01d1822819a71f -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | e09c498df8a5c320da1138145f21d231c01dd90b -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar.sha1: -------------------------------------------------------------------------------- 1 | 0e85865f6a6a86d91cfce1b3e2c1c21fe0b28b3b -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.pom.sha1: -------------------------------------------------------------------------------- 1 | 102e97b1ddbc31b152965c1a14633e63fac08a64 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 268fd41a4f93bfc444b2ef60b725e18a88e272f7 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 983af56da9c7355f80108f19bc74ba02bbd2c008 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.jar.sha1: -------------------------------------------------------------------------------- 1 | 8fb6d8742806bf63a0bca2958aeb17079f11674d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.pom.sha1: -------------------------------------------------------------------------------- 1 | dbcf6581ba6db4baf0a53cc5bfd54754a41bd611 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | e81d205adbf1d35260ab69cdc09080f5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | e81d205adbf1d35260ab69cdc09080f5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.jar.md5: -------------------------------------------------------------------------------- 1 | 06ebe0b2852df50f05fd249a38a27054 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | 7655f484095c6bafd88fcde30791a69d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.jar.md5: -------------------------------------------------------------------------------- 1 | 06ebe0b2852df50f05fd249a38a27054 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | 7655f484095c6bafd88fcde30791a69d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.jar.md5: -------------------------------------------------------------------------------- 1 | 158dcca744b4980aaa6103657b734a8d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | 966f06a143250a917b7d691177e9a181 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.jar.md5: -------------------------------------------------------------------------------- 1 | 158dcca744b4980aaa6103657b734a8d -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | 966f06a143250a917b7d691177e9a181 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.jar.md5: -------------------------------------------------------------------------------- 1 | a494cbff64a1ee462687c99091d6f141 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | 8515ba318d1e9db27a3af5e2b1bf6b0a -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.jar.md5: -------------------------------------------------------------------------------- 1 | 80beb404871fb95f4893da0ecc698ad0 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | 8515ba318d1e9db27a3af5e2b1bf6b0a -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 0ba041574258ceb6be3e1af51d2b988fb3f6e788 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | e3f9527e9e04311a8d411b93bc06930574070839 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | fcb4ce35b9733ae0476339d232086eb792370c96 junit-4.4-javadoc.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | c6fcccd240bf9a32bb6f16917a70a416b0d249a8 junit-4.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1.pom.sha1: -------------------------------------------------------------------------------- 1 | efb52d4ef65452b4e575fc2e7709595915775857 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.jar.md5: -------------------------------------------------------------------------------- 1 | 5b43f35a8a8ae0202bf519d6009c971a -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.pom.md5: -------------------------------------------------------------------------------- 1 | f3b7317e0b8a3980417dcd5b3382707a -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar.sha1: -------------------------------------------------------------------------------- 1 | 268fd41a4f93bfc444b2ef60b725e18a88e272f7 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 983af56da9c7355f80108f19bc74ba02bbd2c008 -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit-4.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit-4.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit-4.4-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1-site.xml.md5: -------------------------------------------------------------------------------- 1 | 06b1ad32f551d4263554056eefd39b1e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2-site.xml.md5: -------------------------------------------------------------------------------- 1 | 06b1ad32f551d4263554056eefd39b1e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | e81d205adbf1d35260ab69cdc09080f5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | e81d205adbf1d35260ab69cdc09080f5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/parent.pom/1.0-SNAPSHOT/parent.pom-1.0-20080409.034219-1-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 0ba041574258ceb6be3e1af51d2b988fb3f6e788 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.jar.md5: -------------------------------------------------------------------------------- 1 | c1d5698fd6d12525e8d37aa4b19a1fb5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.pom.md5: -------------------------------------------------------------------------------- 1 | 784e9b2fdeb9269652896c4ba7e14d01 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 741ea3998e6db3ce202d8b88aa53889543f050cc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | 741ea3998e6db3ce202d8b88aa53889543f050cc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.jar.sha1: -------------------------------------------------------------------------------- 1 | c8a2ef9d92a4b857eae0f36c2e01481787c5cbf8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 24d62e77733449fb433603606bf5add78c072aac -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.jar.sha1: -------------------------------------------------------------------------------- 1 | c8a2ef9d92a4b857eae0f36c2e01481787c5cbf8 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | 24d62e77733449fb433603606bf5add78c072aac -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.jar.sha1: -------------------------------------------------------------------------------- 1 | 6712563b99f1c1d0940aade5439552bd4574ee33 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 22cca26393a426599f1ee763e946e8cba2369293 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.jar.sha1: -------------------------------------------------------------------------------- 1 | 6712563b99f1c1d0940aade5439552bd4574ee33 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | 22cca26393a426599f1ee763e946e8cba2369293 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar.md5: -------------------------------------------------------------------------------- 1 | 15ffa43295c111082f543ae311bf44c4 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.pom.md5: -------------------------------------------------------------------------------- 1 | 2030ce1a71ee7536af84fd4bb6ab5a74 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar.md5: -------------------------------------------------------------------------------- 1 | edf12234e9cd317d976a709d4160abcc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.pom.md5: -------------------------------------------------------------------------------- 1 | 2030ce1a71ee7536af84fd4bb6ab5a74 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.jar.sha1: -------------------------------------------------------------------------------- 1 | b79eb9eb44f9f91916c277c827b61651319d8574 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | de96a2517dc0dbe60d68a85f52b659afd6b286c5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.jar.sha1: -------------------------------------------------------------------------------- 1 | 9a4241f8d5aaa180dd42574b51cf141349cbd648 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | de96a2517dc0dbe60d68a85f52b659afd6b286c5 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1-site.xml.md5: -------------------------------------------------------------------------------- 1 | 06b1ad32f551d4263554056eefd39b1e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 741ea3998e6db3ce202d8b88aa53889543f050cc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2-site.xml.md5: -------------------------------------------------------------------------------- 1 | 06b1ad32f551d4263554056eefd39b1e -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | 741ea3998e6db3ce202d8b88aa53889543f050cc -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58.pom.md5: -------------------------------------------------------------------------------- 1 | b176d013fc91ed91fe04a8483aa7a1d6 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz.md5: -------------------------------------------------------------------------------- 1 | b942456bd402264984e5a85ebf403204 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.zip.md5: -------------------------------------------------------------------------------- 1 | ead8134d2d9b854671a85b8748b27393 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-sources.jar.md5: -------------------------------------------------------------------------------- 1 | b934b665d91a230d3c0d0fdf634d78e4 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.jar.sha1: -------------------------------------------------------------------------------- 1 | b2cc0cd0893cf1fec357ec2f3d4f9bdbce1fbd7b -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.pom.sha1: -------------------------------------------------------------------------------- 1 | b420b459da30d733cfd53bdd71673a051f86a048 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit-4.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit-4.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit-4.4-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit/4.4/junit-4.4.jar -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | This product contains software developed by Sonatype, Inc and Licensed to the Apache Software Foundation via a Software Grant. 2 | Copyright 2007-2010 Sonatype, Inc. -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 45ab0da750f0f500d9e182fbf83420ca2dedc553 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 45ab0da750f0f500d9e182fbf83420ca2dedc553 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.021413-1-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 45ab0da750f0f500d9e182fbf83420ca2dedc553 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3233/cisco/infra/dft/dma.maven.plugins/1.0-SNAPSHOT/dma.maven.plugins-1.0-20080409.022326-2-site.xml.sha1: -------------------------------------------------------------------------------- 1 | 45ab0da750f0f500d9e182fbf83420ca2dedc553 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/file.to.be.skipped.from.indexing.since.it.will.not.evaluate.to.gav.coz.of.wrong.filename: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58-bin.zip.md5: -------------------------------------------------------------------------------- 1 | 5ef55c9e9d99beaa9e137d82ab961dcb -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.zip.sha1: -------------------------------------------------------------------------------- 1 | a7180e0c1fa6afc1717229b4029c0fcea26a1a8b -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/qdox/qdox/1.6.1/qdox-1.6.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1179/ant/ant/1.6.5/ant-1.6.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1179/ant/ant/1.6.5/ant-1.6.5.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.jar.sha1: -------------------------------------------------------------------------------- 1 | b5e9d009320d11b9859c15d3ad3603b455fa1c85 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 8ac112d916503315a5f1e14192b29eef6e3bb060 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar.sha1: -------------------------------------------------------------------------------- 1 | cf2dc6bd64fcd8e083e12dbb70773e052387cb18 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.pom.sha1: -------------------------------------------------------------------------------- 1 | 7dc1c2097fd5d40e29c73bc23ae50ca9f394fb72 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar.sha1: -------------------------------------------------------------------------------- 1 | 2c6b05ae3423a960eeb92e3ecc6e260b3b9d7157 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.pom.sha1: -------------------------------------------------------------------------------- 1 | 7dc1c2097fd5d40e29c73bc23ae50ca9f394fb72 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58.pom.sha1: -------------------------------------------------------------------------------- 1 | 3be944052369522cf9bd01c777384b9cd4331da9 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-bundle.tar.gz.sha1: -------------------------------------------------------------------------------- 1 | 31ec5e9a25f9aaa6d1d6b7fd177e2392eac86792 -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 09729c596c18726b4493b0504bcede974cd72396 -------------------------------------------------------------------------------- /indexer-core/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/regexp/regexp/1.3/regexp-1.3.jar -------------------------------------------------------------------------------- /indexer-cli/NOTICE: -------------------------------------------------------------------------------- 1 | This product contains software developed by Sonatype, Inc and Licensed to the Apache Software Foundation via a Software Grant. 2 | Copyright 2007-2010 Sonatype, Inc. -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 629e92df42c9735e1794689ea6e2f1e5 ./commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 32d0d002721d3669f8d01970fb7d556c ./commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 15cae318f3bfbde23028f26c8ba153aa ./commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 182e4358962671c46ee4242d9dad4013 ./commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3da6bff52079500a1deb0b50b592f6cc ./commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-645/org/codehaus/tycho/tycho-distribution/0.3.0-SNAPSHOT/tycho-distribution-0.3.0-20080821.160846-58-bin.zip.sha1: -------------------------------------------------------------------------------- 1 | f010a7ddc49136d30fe6d6f21be72ad29070143f -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3da6bff52079500a1deb0b50b592f6cc ./commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5.jar -------------------------------------------------------------------------------- /indexer-core/NOTICE: -------------------------------------------------------------------------------- 1 | This product contains software developed by Sonatype, Inc and Licensed to the Apache Software Foundation via a Software Grant. 2 | Copyright 2007-2010 Sonatype, Inc. -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 629e92df42c9735e1794689ea6e2f1e5 ./commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 32d0d002721d3669f8d01970fb7d556c ./commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 15cae318f3bfbde23028f26c8ba153aa ./commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 182e4358962671c46ee4242d9dad4013 ./commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/junit/junit/4.4/junit-4.4-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3da6bff52079500a1deb0b50b592f6cc ./commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/missingpom/missingpom/1.0/missingpom-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/missingpom/missingpom/1.0/missingpom-1.0.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 762cbca251e62fecb0c12fe033c954a3 /home/maven/repository-staging/to-ibiblio/maven2/org/testng/testng/5.5/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 4a4b6d692e17846a9f3da036438a7ac491d3c814 aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 629e92df42c9735e1794689ea6e2f1e5 ./commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 32d0d002721d3669f8d01970fb7d556c ./commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 15cae318f3bfbde23028f26c8ba153aa ./commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 182e4358962671c46ee4242d9dad4013 ./commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/missingpom/missingpom/1.0/missingpom-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/missingpom/missingpom/1.0/missingpom-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk14.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-jdk15.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/testng/testng/5.5/testng-5.5-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 57ae0a2f19db170eb6a012e255dfe329 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 644042aa877da7d04d29adb99402a614 ./org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/regexp/regexp/1.3/regexp-1.3.pom.sha1: -------------------------------------------------------------------------------- 1 | aefe9b573584341d6c271e43b95ba64179c98b31 /home/projects/maven/repository-staging/to-ibiblio/maven2/regexp/regexp/1.3/regexp-1.3.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 644042aa877da7d04d29adb99402a614 ./org/apache/maven/plugins/maven-core-it-plugin/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 762cbca251e62fecb0c12fe033c954a3 /home/maven/repository-staging/to-ibiblio/maven2/org/testng/testng/5.5/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/regexp/regexp/1.3/regexp-1.3.pom.sha1: -------------------------------------------------------------------------------- 1 | aefe9b573584341d6c271e43b95ba64179c98b31 /home/projects/maven/repository-staging/to-ibiblio/maven2/regexp/regexp/1.3/regexp-1.3.pom 2 | -------------------------------------------------------------------------------- /indexer-reader/src/test/resources/simple/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-reader/src/test/resources/simple/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 7a724cb810d5963509bc16efb96db6ffaa46bd62 /home/maven/repository-staging/to-ibiblio/maven2/org/testng/testng/5.5/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 57ae0a2f19db170eb6a012e255dfe329 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/nexus-maven-repository-index.properties: -------------------------------------------------------------------------------- 1 | nexus.index.id=test 2 | 3 | # yyyyMMddHHmmss.SSS Z 4 | nexus.index.timestamp=20090831023300.000 +0000 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 0a95b57dbd6ac8fc8da869de59709477 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | fa606c3906d034dd7b98ebbf0a0655479a9dc956 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | qdox 4 | qdox 5 | 1.5 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 0a95b57dbd6ac8fc8da869de59709477 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | fa606c3906d034dd7b98ebbf0a0655479a9dc956 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 7a724cb810d5963509bc16efb96db6ffaa46bd62 /home/maven/repository-staging/to-ibiblio/maven2/org/testng/testng/5.5/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/qdox/qdox/1.5/qdox-1.5.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | qdox 4 | qdox 5 | 1.5 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/legacy/nexus-maven-repository-index.properties: -------------------------------------------------------------------------------- 1 | nexus.index.id=test 2 | 3 | # yyyyMMddHHmmss.SSS Z 4 | nexus.index.timestamp=20090831023300.000 +0000 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/slow/nexus-maven-repository-index.properties: -------------------------------------------------------------------------------- 1 | nexus.index.id=test 2 | 3 | # yyyyMMddHHmmss.SSS Z 4 | nexus.index.timestamp=20090831023300.000 +0000 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-4/junit/junit/4.4/junit-4.4-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0.zip -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3293/aopalliance/aopalliance/1.0/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-3293/aopalliance/aopalliance/1.0/aopalliance-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 57ae0a2f19db170eb6a012e255dfe329 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/protected/nexus-maven-repository-index.properties: -------------------------------------------------------------------------------- 1 | nexus.index.id=test 2 | 3 | # yyyyMMddHHmmss.SSS Z 4 | nexus.index.timestamp=20090831023300.000 +0000 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/repo-index/index/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/repo-index/index/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-core/src/test/resources/repo-index/index/nexus-maven-repository-index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/repo-index/index/nexus-maven-repository-index.zip -------------------------------------------------------------------------------- /indexer-core/src/test/resources/repo-index/index2/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/repo-index/index2/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 08d3424a318e818f88568dfb3b55c58583364ba9 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.1 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1179/ant/ant/1.5.1/ant-1.5.1.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | ant 4 | ant 5 | 1.5.1 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 0a95b57dbd6ac8fc8da869de59709477 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | fa606c3906d034dd7b98ebbf0a0655479a9dc956 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 08d3424a318e818f88568dfb3b55c58583364ba9 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/resources/repo-index/index2/nexus-maven-repository-index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/repo-index/index2/nexus-maven-repository-index.zip -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.1 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.2 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.3 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.4 5 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/proptest/proptest-archetype/1.0/proptest-archetype-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/proptest/proptest-archetype/1.0/proptest-archetype-1.0.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/regexp/regexp/1.3/regexp-1.3.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | regexp 4 | regexp 5 | 1.3 6 | 7 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.1 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.2 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.3 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.4 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.1 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip -------------------------------------------------------------------------------- /indexer-core/src/test/repo/proptest/proptest-archetype/1.0/proptest-archetype-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/proptest/proptest-archetype/1.0/proptest-archetype-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/regexp/regexp/1.3/regexp-1.3.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | regexp 4 | regexp 5 | 1.3 6 | 7 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-2318/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.zip -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 08d3424a318e818f88568dfb3b55c58583364ba9 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/org/slf4j/slf4j-simple/1.7.7/slf4j-simple-1.7.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/org/slf4j/slf4j-simple/1.7.7/slf4j-simple-1.7.7.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 0672ee0df7fb5db281603d0fd9328086b8b1a912 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo2/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.swc -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.1 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.2 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.3 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0.4 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.1 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 0672ee0df7fb5db281603d0fd9328086b8b1a912 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/index-updater/server-root/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e8e65fd3a18876a01e3f771015c3ad052ca01af5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | db4cb003a7eacd19b5eb9747a484f23209ea20fd /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 7f4047267ed6d4679ee568460c2abea4fe8146b6 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5bb716617b7904d05e5563801f72ebcce96a161a /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.md5: -------------------------------------------------------------------------------- 1 | 6b62417e77b000a87de66ee3935edbf5 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.md5: -------------------------------------------------------------------------------- 1 | 219b31dbb491c609210577941a27a390 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | commons-logging 3 | commons-logging 4 | 1.0 5 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.1/slf4j-api-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e8e65fd3a18876a01e3f771015c3ad052ca01af5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | db4cb003a7eacd19b5eb9747a484f23209ea20fd /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 7f4047267ed6d4679ee568460c2abea4fe8146b6 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5bb716617b7904d05e5563801f72ebcce96a161a /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.md5: -------------------------------------------------------------------------------- 1 | 6b62417e77b000a87de66ee3935edbf5 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.md5: -------------------------------------------------------------------------------- 1 | 219b31dbb491c609210577941a27a390 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.sha1: -------------------------------------------------------------------------------- 1 | ba24d5de831911b684c92cd289ed5ff826271824 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.sha1: -------------------------------------------------------------------------------- 1 | d80c5278c4f112aba0a6e987d7321676ce074a22 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.zip -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 0672ee0df7fb5db281603d0fd9328086b8b1a912 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/slow/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/index-updater/server-root/slow/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/brokenjar/brokenjar/1.0/brokenjar-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | brokenjar 5 | brokenjar 6 | 1.0 7 | 8 | 9 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.md5: -------------------------------------------------------------------------------- 1 | 17548178996d55e5f1561a6fd675616f /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.md5: -------------------------------------------------------------------------------- 1 | b7e001b135a56678ac81f21ac2469957 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.md5: -------------------------------------------------------------------------------- 1 | 881dca51df49b39efb7b81b05b31278d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.md5: -------------------------------------------------------------------------------- 1 | 2794b156c9725ac6382c22663ae42124 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e8e65fd3a18876a01e3f771015c3ad052ca01af5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | db4cb003a7eacd19b5eb9747a484f23209ea20fd /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 7f4047267ed6d4679ee568460c2abea4fe8146b6 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5bb716617b7904d05e5563801f72ebcce96a161a /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.md5: -------------------------------------------------------------------------------- 1 | 6b62417e77b000a87de66ee3935edbf5 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.md5: -------------------------------------------------------------------------------- 1 | 219b31dbb491c609210577941a27a390 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/brokenjar/brokenjar/1.0/brokenjar-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | brokenjar 5 | brokenjar 6 | 1.0 7 | 8 | 9 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.sha1: -------------------------------------------------------------------------------- 1 | ba24d5de831911b684c92cd289ed5ff826271824 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.sha1: -------------------------------------------------------------------------------- 1 | d80c5278c4f112aba0a6e987d7321676ce074a22 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/legacy/nexus-maven-repository-index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/index-updater/server-root/legacy/nexus-maven-repository-index.zip -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | 4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 6c6e00b54fdb9e3489554b49dface8ec /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/testng/testng/5.5/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | org.testng 3 | testng 4 | 5.5 5 | 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-1/commons-cli/commons-cli/1.0/commons-cli-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-3/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-3/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-bin.tar.gz -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/slf4j-log4j12/1.4.1/slf4j-log4j12-1.4.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.md5: -------------------------------------------------------------------------------- 1 | 17548178996d55e5f1561a6fd675616f /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.md5: -------------------------------------------------------------------------------- 1 | b7e001b135a56678ac81f21ac2469957 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.md5: -------------------------------------------------------------------------------- 1 | 881dca51df49b39efb7b81b05b31278d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.md5: -------------------------------------------------------------------------------- 1 | 2794b156c9725ac6382c22663ae42124 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | 4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 6c6e00b54fdb9e3489554b49dface8ec /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/testng/testng/5.5/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | org.testng 3 | testng 4 | 5.5 5 | 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/resources/index-updater/server-root/protected/nexus-maven-repository-index.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/resources/index-updater/server-root/protected/nexus-maven-repository-index.gz -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 665b8439aad27af8b87fd3fefa11d901d851c9d5 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 994768b3b18380239296871de3d732935d390c24 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.sha1: -------------------------------------------------------------------------------- 1 | b7de43bb310eb1dbfd00a34cec30500fa13cb577 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 7d32e7520b801cabc3dc704d2afe59d020d00c45 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | jakarta-regexp 4 | jakarta-regexp 5 | 1.4 6 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar.sha1: -------------------------------------------------------------------------------- 1 | ba24d5de831911b684c92cd289ed5ff826271824 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.sha1: -------------------------------------------------------------------------------- 1 | d80c5278c4f112aba0a6e987d7321676ce074a22 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | jakarta-regexp 4 | jakarta-regexp 5 | 1.4 6 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 5c2bd34c9a05067c72dcf08cd248630561a9c852 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.md5: -------------------------------------------------------------------------------- 1 | aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.md5: -------------------------------------------------------------------------------- 1 | 17548178996d55e5f1561a6fd675616f /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.md5: -------------------------------------------------------------------------------- 1 | b7e001b135a56678ac81f21ac2469957 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.md5: -------------------------------------------------------------------------------- 1 | 881dca51df49b39efb7b81b05b31278d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.md5: -------------------------------------------------------------------------------- 1 | 2794b156c9725ac6382c22663ae42124 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | 4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.md5: -------------------------------------------------------------------------------- 1 | 6c6e00b54fdb9e3489554b49dface8ec /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 665b8439aad27af8b87fd3fefa11d901d851c9d5 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 994768b3b18380239296871de3d732935d390c24 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.sha1: -------------------------------------------------------------------------------- 1 | b7de43bb310eb1dbfd00a34cec30500fa13cb577 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 7d32e7520b801cabc3dc704d2afe59d020d00c45 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 5c2bd34c9a05067c72dcf08cd248630561a9c852 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/terracotta/maven/archetypes/pojo-archetype/1.0.3/pojo-archetype-1.0.3.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | commons-logging 4 | commons-logging 5 | 1.0 6 | 7 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.sha1: -------------------------------------------------------------------------------- 1 | 4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3293/aopalliance/aopalliance/1.0-SNAPSHOT/aopalliance-1.0-20100517.210215-13.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-3293/aopalliance/aopalliance/1.0-SNAPSHOT/aopalliance-1.0-20100517.210215-13.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo1/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo1/ch/marcus-schulte/maven/hivedoc-plugin/1.0.0/hivedoc-plugin-1.0.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-4149/repo3/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | commons-logging 4 | commons-logging 5 | 1.0 6 | 7 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom.sha1: -------------------------------------------------------------------------------- 1 | 665b8439aad27af8b87fd3fefa11d901d851c9d5 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom.sha1: -------------------------------------------------------------------------------- 1 | 994768b3b18380239296871de3d732935d390c24 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.sha1: -------------------------------------------------------------------------------- 1 | b7de43bb310eb1dbfd00a34cec30500fa13cb577 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.sha1: -------------------------------------------------------------------------------- 1 | 7d32e7520b801cabc3dc704d2afe59d020d00c45 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 2 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar.sha1: -------------------------------------------------------------------------------- 1 | 5c2bd34c9a05067c72dcf08cd248630561a9c852 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar 2 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/archetype.sdf/1.0-SNAPSHOT/archetype.sdf-1.0-20080409.041015-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-3/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | jakarta-regexp 4 | jakarta-regexp 5 | 1.4 6 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo-with-osgi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | commons-logging 4 | commons-logging 5 | 1.0 6 | 7 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-javadoc.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0-sources.jar -------------------------------------------------------------------------------- /indexer-core/src/test/mindexer-35/org/apache/maven/indexer/test/sample-war/1.0-SNAPSHOT/sample-war-1.0-SNAPSHOT.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/mindexer-35/org/apache/maven/indexer/test/sample-war/1.0-SNAPSHOT/sample-war-1.0-SNAPSHOT.war -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-1911/repo-inc-2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | commons-logging 4 | commons-logging 5 | 1.0 6 | 7 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/directory/server/apacheds-schema-archetype/1.0.2/apacheds-schema-archetype-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/apache/directory/server/apacheds-schema-archetype/1.0.2/apacheds-schema-archetype-1.0.2.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/servicemix/tooling/servicemix-service-engine/3.1/servicemix-service-engine-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-cli/src/test/repo/org/apache/servicemix/tooling/servicemix-service-engine/3.1/servicemix-service-engine-3.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.021413-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/dma.plugin.utils/1.0-SNAPSHOT/dma.plugin.utils-1.0-20080409.022326-2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.021413-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/dma.pom.enforcer/1.0-SNAPSHOT/dma.pom.enforcer-1.0-20080409.022326-2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.021413-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-plugin/1.0-SNAPSHOT/maven-dma-plugin-1.0-20080409.022326-2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo-creator/org/apache/maven/plugins/maven-dependency-plugin/2.0/maven-dependency-plugin-2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo-creator/org/apache/maven/plugins/maven-dependency-plugin/2.0/maven-dependency-plugin-2.0.jar -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/servicemix/tooling/servicemix-service-engine/3.1/servicemix-service-engine-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/apache/servicemix/tooling/servicemix-service-engine/3.1/servicemix-service-engine-3.1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3881/com/solution/one/this/1.0/this-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | com.solution.one 5 | this 6 | 1.0 7 | pom 8 | 9 | 10 | -------------------------------------------------------------------------------- /indexer-core/src/test/repo/org/apache/directory/server/apacheds-schema-archetype/1.0.2/apacheds-schema-archetype-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/repo/org/apache/directory/server/apacheds-schema-archetype/1.0.2/apacheds-schema-archetype-1.0.2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3881/com/one/solution.this/1.0/solution.this-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | com.one 5 | solution.this 6 | 1.0 7 | pom 8 | 9 | 10 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3881/com/one/this_solution/1.0/this_solution-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | com.one 5 | this_solution 6 | 1.0 7 | pom 8 | 9 | 10 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/dma.integration.tests/1.0-SNAPSHOT/dma.integration.tests-1.0-20080409.022326-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.021413-1.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-13/cisco/infra/dft/maven-dma-mgmt-plugin/1.0-SNAPSHOT/maven-dma-mgmt-plugin-1.0-20080409.022326-2.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-2046/org/maven/ide/eclipse/org.maven.ide.eclipse.feature/0.9.7/org.maven.ide.eclipse.feature-0.9.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-2046/org/maven/ide/eclipse/org.maven.ide.eclipse.feature/0.9.7/org.maven.ide.eclipse.feature-0.9.7.jar -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-3881/com/one.solution.this/1.0/one.solution.this-1.0.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | 4 | com 5 | one.solution.this 6 | 1.0 7 | pom 8 | 9 | 10 | -------------------------------------------------------------------------------- /indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-sources.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/maven-indexer/HEAD/indexer-core/src/test/nexus-658/org/sonatype/nexus/nexus-webapp/1.0.0-SNAPSHOT/nexus-webapp-1.0.0-20080821.222727-274-sources.jar -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.jar.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.3 (FreeBSD) 3 | 4 | iD8DBQBEfMieOb5RoQhMkRMRAjKwAKCZYNrz7yMq2M790VB8+d4UkRtbsgCdE3Wb 5 | JgPcTwDo0USX4iCzsCE/ryk= 6 | =oMAv 7 | -----END PGP SIGNATURE----- 8 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/org/apache/maven/plugins/maven-core-it-plugin/1.0/maven-core-it-plugin-1.0.pom.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | Version: GnuPG v1.4.3 (FreeBSD) 3 | 4 | iD8DBQBEfMieOb5RoQhMkRMRAjvbAKCk9eJMUP9/iuNdio2iU5y9ll9XUACgwAMZ 5 | dZn3zuWJMlZv1R5yOv8mUTA= 6 | =mqfI 7 | -----END PGP SIGNATURE----- 8 | -------------------------------------------------------------------------------- /indexer-cli/src/test/repo/com/adobe/flexunit/flexunit/0.90/flexunit-0.90.pom: -------------------------------------------------------------------------------- 1 | 2 | 4.0.0 3 | com.adobe.flexunit 4 | flexunit 5 | swc 6 | 0.90 7 | --------------------------------------------------------------------------------