diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-10-01 10:27:16 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-10-01 10:27:16 +0000 |
commit | 5cdf0b8fa4251ef40c94e9416ccb4843214bf2e2 (patch) | |
tree | 8c9e2c03db5c903456e1c7d02dfbad5724f88e50 /archiva-modules/archiva-reporting/archiva-report-manager/pom.xml | |
parent | 3a14379327bd67fd63ac28c0157701b02a4610ce (diff) | |
download | archiva-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-x | archiva-modules/archiva-reporting/archiva-report-manager/pom.xml | 5 |
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> |