diff options
author | Brett Porter <brett@apache.org> | 2010-12-17 06:26:09 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-12-17 06:26:09 +0000 |
commit | 4423d46b4f7f8f747513052d5d0a7a01eb9440c7 (patch) | |
tree | 1d46b667e7f29cdf4a70d1d3281785385ad0ad32 /archiva-modules/plugins/pom.xml | |
parent | f2579ffce2c8d02e53c058f7d006ddf95788490f (diff) | |
download | archiva-4423d46b4f7f8f747513052d5d0a7a01eb9440c7.tar.gz archiva-4423d46b4f7f8f747513052d5d0a7a01eb9440c7.zip |
[MRM-1327] very rough prototype of a JCR based storage mechanism. Passes tests, but needs to be cleaned up and properly integrated, then tested for performance
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1050283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/pom.xml')
-rw-r--r-- | archiva-modules/plugins/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/plugins/pom.xml b/archiva-modules/plugins/pom.xml index 60064b8f0..bb7e2b157 100644 --- a/archiva-modules/plugins/pom.xml +++ b/archiva-modules/plugins/pom.xml @@ -37,5 +37,6 @@ <module>maven1-repository</module> <module>stage-repository-merge</module> <module>generic-metadata-support</module> + <module>metadata-store-jcr</module> </modules> </project> |