summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-reporting/archiva-report-manager/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-10-01 10:27:16 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-10-01 10:27:16 +0000
commit5cdf0b8fa4251ef40c94e9416ccb4843214bf2e2 (patch)
tree8c9e2c03db5c903456e1c7d02dfbad5724f88e50 /archiva-modules/archiva-reporting/archiva-report-manager/pom.xml
parent3a14379327bd67fd63ac28c0157701b02a4610ce (diff)
downloadarchiva-5cdf0b8fa4251ef40c94e9416ccb4843214bf2e2.tar.gz
archiva-5cdf0b8fa4251ef40c94e9416ccb4843214bf2e2.zip
[MRM-84]
-added statistics report in reports UI -added statistics report generator with tests -added new fields (totalProjectCount, totalGroupCount, totalArtifactCount and totalSize) to RepositoryContentStatistics table git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@700729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-reporting/archiva-report-manager/pom.xml')
-rwxr-xr-xarchiva-modules/archiva-reporting/archiva-report-manager/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-reporting/archiva-report-manager/pom.xml b/archiva-modules/archiva-reporting/archiva-report-manager/pom.xml
index 2220a81f1..cf94e84b8 100755
--- a/archiva-modules/archiva-reporting/archiva-report-manager/pom.xml
+++ b/archiva-modules/archiva-reporting/archiva-report-manager/pom.xml
@@ -48,6 +48,11 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-spring</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
</build>