diff options
author | Maria Odea B. Ching <oching@apache.org> | 2011-06-15 09:36:05 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2011-06-15 09:36:05 +0000 |
commit | dab1e929905186a20423260d0f1ce275eef4add2 (patch) | |
tree | c5d077042334c5db89c6492d22f68908ae534579 /archiva-modules/archiva-base/pom.xml | |
parent | 90df2242acd0eb69d7fcc31e0513cef0e42b1a25 (diff) | |
download | archiva-dab1e929905186a20423260d0f1ce275eef4add2.tar.gz archiva-dab1e929905186a20423260d0f1ce275eef4add2.zip |
[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
Diffstat (limited to 'archiva-modules/archiva-base/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-base/pom.xml b/archiva-modules/archiva-base/pom.xml index 1a599ad77..53805ead0 100644 --- a/archiva-modules/archiva-base/pom.xml +++ b/archiva-modules/archiva-base/pom.xml @@ -17,7 +17,6 @@ ~ specific language governing permissions and limitations ~ under the License. --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -46,5 +45,6 @@ <module>archiva-artifact-converter</module> <module>archiva-converter</module> <module>archiva-repository-scanner</module> + <module>archiva-proxy-common</module> </modules> -</project> +</project>
\ No newline at end of file |