From af92579129943acac73542f4e05e1c7faeda0994 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 19 Nov 2012 18:04:49 +0100 Subject: o Adding logic to stop fetching pages when Gitorious returns non-XML response. o Adding support for self-signed certificates with https. o Moving client code to GitoriousClient. o Adding Nexus client and an importer that fetches all artifacts. o A nexus client that actually fetches the entire set of artifacts. --- .../esper/testing/nexus/TestXmlParsing.java | 47 + src/test/resources/nexus/search-1.xml | 2677 ++++++++++++++++++++ 2 files changed, 2724 insertions(+) create mode 100755 src/test/java/io/trygvis/esper/testing/nexus/TestXmlParsing.java create mode 100755 src/test/resources/nexus/search-1.xml (limited to 'src/test') diff --git a/src/test/java/io/trygvis/esper/testing/nexus/TestXmlParsing.java b/src/test/java/io/trygvis/esper/testing/nexus/TestXmlParsing.java new file mode 100755 index 0000000..c9aba8d --- /dev/null +++ b/src/test/java/io/trygvis/esper/testing/nexus/TestXmlParsing.java @@ -0,0 +1,47 @@ +package io.trygvis.esper.testing.nexus; + +import static com.google.common.collect.Iterables.*; +import static com.google.common.collect.Lists.*; +import static io.trygvis.esper.testing.nexus.ArtifactXml.repositoryFilter; +import junit.framework.*; + +import java.io.*; +import java.util.*; + +public class TestXmlParsing extends TestCase { + public void testProjectParsing() throws Exception { + try (InputStream stream = getClass().getResourceAsStream("/nexus/search-1.xml")) { + ArtifactSearchResult result = NexusParser.parseDocument(stream); + + List list = result.artifacts; + + assertNotNull(list); + assertEquals(132, list.size()); + + ArtifactXml artifact = list.get(0); + assertEquals("org.codehaus.mojo.hibernate3", artifact.groupId); + assertEquals("maven-hibernate3-jdk15", artifact.artifactId); + assertEquals("2.0-alpha-1", artifact.version); + + artifact = list.get(4); + assertEquals("org.codehaus.mojo.hibernate3", artifact.groupId); + assertEquals("maven-hibernate3", artifact.artifactId); + assertEquals("2.0-alpha-1", artifact.version); + assertEquals(2, artifact.hits.size()); + assertEquals("appfuse-releases", artifact.hits.get(0).repositoryId); + assertEquals(1, artifact.hits.get(0).files.size()); + assertTrue(artifact.hits.get(0).files.get(0).classifier.isNone()); + assertEquals("pom", artifact.hits.get(0).files.get(0).extension); + + assertEquals(2, artifact.hits.size()); + ArrayList filtered = newArrayList(filter(list, repositoryFilter("appfuse-releases"))); + assertEquals(5, filtered.size()); + + FlatArtifact flatArtifact = filtered.get(0).flatten("appfuse-releases"); + assertEquals("org.codehaus.mojo.hibernate3", flatArtifact.groupId); + assertEquals("maven-hibernate3-jdk15", flatArtifact.artifactId); + assertEquals("2.0-alpha-1", flatArtifact.version); + assertEquals(2, flatArtifact.files.size()); + } + } +} diff --git a/src/test/resources/nexus/search-1.xml b/src/test/resources/nexus/search-1.xml new file mode 100755 index 0000000..b501491 --- /dev/null +++ b/src/test/resources/nexus/search-1.xml @@ -0,0 +1,2677 @@ + + 150 + -1 + 200 + false + false + + + appfuse-releases + AppFuse Releases + maven2 + hosted + RELEASE + https://oss.sonatype.org/service/local/repositories/appfuse-releases + + + central + Maven Central + maven2 + proxy + RELEASE + https://oss.sonatype.org/service/local/repositories/central + + + Codehaus + Codehaus Proxy + maven2 + proxy + RELEASE + https://oss.sonatype.org/service/local/repositories/Codehaus + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk15 + 2.0-alpha-1 + 2.2 + central + + + appfuse-releases + + + pom + + + jar + + + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk14 + 2.0-alpha-1 + 2.2 + central + + + appfuse-releases + + + pom + + + jar + + + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-components + 2.0-alpha-1 + 2.2 + central + + + appfuse-releases + + + pom + + + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-api + 2.0-alpha-1 + 2.2 + central + + + appfuse-releases + + + pom + + + jar + + + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3 + 2.0-alpha-1 + 2.2 + central + + + appfuse-releases + + + pom + + + + + central + + + pom + + + + + + + org.codehaus.mojo.webstart-maven-plugin + pack200-anttasks + 1.0 + 1.0 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-pack200-jdk15 + 1.0-beta-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-pack200-jdk15 + 1.0-beta-1 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-pack200-jdk15 + 1.0-alpha-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-pack200-anttasks + 1.2 + 1.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-pack200-anttasks + 1.1 + 1.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-maven-plugin + 1.0-beta-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-maven-plugin + 1.0-beta-1 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-maven-plugin + 1.0-alpha-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-jnlp-servlet + 1.0-6.0.02_ea_b02.1 + 1.0-6.0.02_ea_b02.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-jnlp-servlet + 1.0-6.0-02_ea_b02 + 1.0-6.0.02_ea_b02.1 + central + + + central + + + pom + + + jar + + + sources + jar + + + javadoc + jar + + + + + + + org.codehaus.mojo.webstart + webstart-jarsigner-api + 1.0-beta-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-jarsigner-api + 1.0-beta-1 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart-jarsigner-api + 1.0-alpha-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.webstart + webstart + 1.0-beta-2 + 1.0-beta-2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.webstart + webstart + 1.0-beta-1 + 1.0-beta-2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.webstart + webstart + 1.0-alpha-2 + 1.0-beta-2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.signature + java15 + 1.0 + 1.0 + central + + + central + + + pom + + + signature + + + + + + + org.codehaus.mojo.natives + maven-native-msvc + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-msvc + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-msvc + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-manager + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-manager + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-manager + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-javah + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-javah + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-javah + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-generic-c + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-generic-c + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-generic-c + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-components + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native-components + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native-components + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native-bcc + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-bcc + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-bcc + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-api + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-api + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native-api + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.natives + maven-native + 1.0-alpha-7 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native + 1.0-alpha-5 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native + 1.0-alpha-4 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.natives + maven-native + 1.0-alpha-2 + 1.0-alpha-7 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.jspc + jspc-maven-plugin + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc-compilers + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.jspc + jspc-compilers + 2.0-alpha-1 + 2.0-alpha-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.jspc + jspc-compiler-tomcat6 + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc-compiler-tomcat6 + 2.0-alpha-1 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc-compiler-tomcat5 + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc-compiler-api + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc-compiler-api + 2.0-alpha-1 + 2.0-alpha-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.jspc + jspc + 2.0-alpha-3 + 2.0-alpha-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.jspc + jspc + 2.0-alpha-1 + 2.0-alpha-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk15 + 2.2 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk15 + 2.1 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + javadoc + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk15 + 2.0-alpha-2 + 2.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk14 + 2.2 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk14 + 2.1 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + javadoc + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk14 + 2.0-alpha-2 + 2.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-components + 2.2 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-components + 2.1 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-components + 2.0-alpha-2 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-api + 2.2 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-api + 2.1 + 2.2 + central + + + central + + + pom + + + jar + + + sources + jar + + + javadoc + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-api + 2.0-alpha-2 + 2.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3 + 2.2 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3 + 2.1 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3 + 2.0-alpha-2 + 2.2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3 + 2.0 + 2.2 + central + + + central + + + pom + + + + + Codehaus + + + pom + + + + + + + org.codehaus.mojo.groovy.support + support + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.groovy.support + slf4j-gossip + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.support + ant-1.7.0 + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime-support + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime-loader + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime-default + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime-api + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime-1.1 + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.runtime + groovy-runtime + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.groovy + groovy-plexus-factory + 1.0-beta-2 + 1.0-beta-2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-support + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-support + 1.0-beta-2 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-support + 1.0-beta-1 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-common + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-common + 1.0-beta-2 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + Codehaus + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-mojo-common + 1.0-beta-1 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-maven-plugin + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-maven-plugin + 1.0-beta-2 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy-maven-archetype + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy + groovy + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.groovy + groovy + 1.0-beta-2 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.groovy + groovy + 1.0-beta-1 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.groovy.feature + groovy-feature-support + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.feature + groovy-feature-api + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.groovy.feature + groovy-feature + 1.0-beta-3 + 1.0-beta-3 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.archetypes + webapp-jee5 + 1.2 + 1.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-jee5 + 1.1 + 1.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-jee5 + 1.0.1 + 1.2 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-javaee6 + 1.4 + 1.4 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-javaee6 + 1.3 + 1.4 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-javaee6 + 1.0.2 + 1.4 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-javaee6 + 1.0 + 1.4 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-j2ee14 + 1.0.1 + 1.0.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + webapp-j2ee14 + 1.0 + 1.0.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + pom-root + 1.1 + 1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + pom-root + 1.0.1 + 1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + osgi-archetype + 1.0 + 1.0 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + nbm-suite-root + 1.1 + 1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + nbm-archetype + 1.4 + 1.4 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + mojo-archetypes + 2 + 2 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.archetypes + ejb-jee5 + 1.0.1 + 1.0.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + ejb-javaee6 + 1.3 + 1.3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + ejb-javaee6 + 1.0.2 + 1.3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + ejb-j2ee14 + 1.0.1 + 1.0.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + ear-javaee6 + 1.3 + 1.3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + ear-javaee6 + 1.0 + 1.3 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.archetypes + appframework + 1.0 + 1.0 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.appassembler + appassembler-model + 1.1.1 + 1.1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.appassembler + appassembler-model + 1.1 + 1.1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.appassembler + appassembler-model + 1.0 + 1.1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.appassembler + appassembler-booter + 1.1 + 1.1 + central + + + central + + + pom + + + jar + + + + + + + org.codehaus.mojo.appassembler + appassembler + 1.1.1 + 1.1.1 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.appassembler + appassembler + 1.1 + 1.1.1 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.appassembler + appassembler + 1.0 + 1.1.1 + central + + + central + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk15 + 2.0 + 2.2 + central + + + Codehaus + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-jdk14 + 2.0 + 2.2 + central + + + Codehaus + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-components + 2.0 + 2.2 + central + + + Codehaus + + + pom + + + + + + + org.codehaus.mojo.hibernate3 + maven-hibernate3-api + 2.0 + 2.2 + central + + + Codehaus + + + pom + + + + + + + +- -- cgit v1.2.3