From dab1e929905186a20423260d0f1ce275eef4add2 Mon Sep 17 00:00:00 2001 From: "Maria Odea B. Ching" Date: Wed, 15 Jun 2011 09:36:05 +0000 Subject: [MRM-1411] project information is missing if a POM could not be read correctly o proxy parent POM if not found in the repo when building the effective POM when creating metadata (also applied the same in dependency tree builder) o added unit tests o moved out wagonfactory classes into separate module so it can be used by maven2-repository w/o depending on archiva-proxy module (as it inroduces cyclic dependency) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135978 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/missing-parent/1.1/missing-parent-1.1.pom | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 archiva-modules/metadata/test-repository/src/main/resources/com/example/test/missing-parent/1.1/missing-parent-1.1.pom (limited to 'archiva-modules/metadata') diff --git a/archiva-modules/metadata/test-repository/src/main/resources/com/example/test/missing-parent/1.1/missing-parent-1.1.pom b/archiva-modules/metadata/test-repository/src/main/resources/com/example/test/missing-parent/1.1/missing-parent-1.1.pom new file mode 100644 index 000000000..a2f1ecf24 --- /dev/null +++ b/archiva-modules/metadata/test-repository/src/main/resources/com/example/test/missing-parent/1.1/missing-parent-1.1.pom @@ -0,0 +1,20 @@ + + 4.0.0 + + com.example.test + missing-parent-pom + 1 + + missing-parent + jar + 1.1 + Test Artifact :: Missing Parent POM + + + junit + junit + test + + + -- cgit v1.2.3