diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-04-07 15:50:57 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-04-07 15:50:57 +0000 |
commit | d346a91845de094c333c60cda17592038c44729d (patch) | |
tree | dd852e8605190c68e75a567f3e62bd40d03d3fef /archiva-modules/archiva-base/archiva-repository-layer/pom.xml | |
parent | 5e407428a1f64899fbac16608356485cf8b02759 (diff) | |
download | archiva-d346a91845de094c333c60cda17592038c44729d.tar.gz archiva-d346a91845de094c333c60cda17592038c44729d.zip |
[MRM-123]
-generate/update rss feeds after repository scan
-add rss feed icon in repositories (for new artifacts in repo feed) and in browse artifact (for new versions of artifact feed)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-repository-layer/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-layer/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index 02744b179..f23658bfe 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -49,6 +49,14 @@ <artifactId>archiva-configuration</artifactId> </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-rss</artifactId> + </dependency> + <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-xml-tools</artifactId> + </dependency> + <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <scope>test</scope> |