summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2011-06-15 09:36:05 +0000
committerMaria Odea B. Ching <oching@apache.org>2011-06-15 09:36:05 +0000
commitdab1e929905186a20423260d0f1ce275eef4add2 (patch)
treec5d077042334c5db89c6492d22f68908ae534579 /pom.xml
parent90df2242acd0eb69d7fcc31e0513cef0e42b1a25 (diff)
downloadarchiva-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 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9413fdd92..bddfbe50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,7 @@
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-plexus-bridge</artifactId>
- <version>${project.version}</version>
+ <version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -293,6 +293,11 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
+ <artifactId>archiva-proxy-common</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.archiva</groupId>
<artifactId>archiva-repository-layer</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>