aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-04-07 15:50:57 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-04-07 15:50:57 +0000
commitd346a91845de094c333c60cda17592038c44729d (patch)
treedd852e8605190c68e75a567f3e62bd40d03d3fef /pom.xml
parent5e407428a1f64899fbac16608356485cf8b02759 (diff)
downloadarchiva-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 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b50255131..dc002f5b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,11 @@
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>archiva-rss</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-spring</artifactId>
<version>1.0-SNAPSHOT</version>