diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-29 15:58:14 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-29 15:58:14 +0000 |
commit | 34c07e6f6163334f726a92fbe6b4448554207be3 (patch) | |
tree | 6c3236ab10ceb33167dbfbce273cb26e0cc39ccf /pom.xml | |
parent | fcd3318e9159d3899141a82cef4e7d1d4b7461d8 (diff) | |
download | archiva-34c07e6f6163334f726a92fbe6b4448554207be3.tar.gz archiva-34c07e6f6163334f726a92fbe6b4448554207be3.zip |
this relativePath can be false
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1225581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> <version>8</version> - <relativePath>../parent/pom.xml</relativePath> + <!--relativePath>../parent/pom.xml</relativePath--> </parent> <artifactId>archiva</artifactId> |