aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-jcr
Commit message (Expand)AuthorAgeFilesLines
* add some StopWatch to get time on what happened hereOlivier Lamy2012-12-192-1/+15
* [MRM-1703] Cannot delete project with the ui.Olivier Lamy2012-10-221-0/+30
* do some cleanup if metadatarepository still contains versions when deletingOlivier Lamy2012-10-111-0/+27
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2012-10-031-1/+1
* [maven-release-plugin] prepare release archiva-1.4-M3Olivier Lamy2012-10-031-1/+1
* log4j 2.0-beta1Olivier Lamy2012-09-211-1/+1
* [MRM-1660] use log4j2Olivier Lamy2012-09-091-4/+4
* [MRM-1660] use log4j 2.x done for testing webapp jsOlivier Lamy2012-09-091-0/+4
* add a method to remove namespace(groupId) in MetadataRepositoryOlivier Lamy2012-09-061-0/+22
* use fest assert 2.0Olivier Lamy2012-07-031-1/+1
* use a different artifactIdOlivier Lamy2012-07-021-1/+1
* [MRM-1638] Improve unit test for archiva buildOlivier Lamy2012-07-021-3/+4
* remove commented codeOlivier Lamy2012-06-261-18/+0
* fix junit correctly delete timestamped snapshotOlivier Lamy2012-06-252-5/+43
* fix unit test if metadataFacet not available on updateOlivier Lamy2012-06-121-0/+4
* improve MetadataRepository api to be able to remove an artifact with Metadata...Olivier Lamy2012-06-051-0/+56
* fix an issue with not removing project version when removing an artifact from...Olivier Lamy2012-06-013-18/+41
* prevent NPEOlivier Lamy2012-06-011-0/+5
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-122-34/+64
* revert some changes to use a RuntimeExceptionOlivier Lamy2012-02-251-4/+2
* [MRM-1562] Update to Archiva as OSGi compliant applicationOlivier Lamy2011-12-311-1/+1
* bump to 1.4-M3-SNAPSHOT versionOlivier Lamy2011-12-131-1/+1
* [MRM-1562]Update to Archiva as OSGi compliant applicationOlivier Lamy2011-11-291-0/+30
* fix consumer archetypeOlivier Lamy2011-11-041-1/+0
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2011-10-181-1/+1
* [maven-release-plugin] prepare release archiva-1.4-M1Olivier Lamy2011-10-181-4/+2
* add snippet for use it in documentationOlivier Lamy2011-10-061-0/+2
* move jcr related classes to store-jcr moduleOlivier Lamy2011-10-054-1/+107
* update version to 1.4-M1-SNAPSHOTBrett Porter2011-10-011-1/+1
* get RID of plexus.requirement annotationOlivier Lamy2011-09-061-3/+3
* get RID of plexus.component annotationOlivier Lamy2011-09-061-1/+1
* align/magnify names :-)Olivier Lamy2011-09-011-1/+1
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-06-012-4/+22
* fix use of applicationContext.getBeansOfType instead of the old lookupMap.Olivier Lamy2011-06-013-13/+31
* fix packageOlivier Lamy2011-05-291-3/+1
* remove use of plexus api (Initializable phase)Olivier Lamy2011-05-292-10/+56
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-261-4/+0
* update plexus-spring groupIdOlivier Lamy2011-05-161-1/+1
* [MRM-1111] upgrade to Struts 2.1.8.1Brett Porter2011-04-121-1/+1
* [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen...Brett Porter2011-03-291-24/+0
* [MRM-1327] fix 'used by' to work under JCR store. This will still have proble...Brett Porter2011-03-261-28/+23
* [MRM-1327] use nodes for dependencies, make several notes about fixes require...Brett Porter2011-03-261-31/+69
* [MRM-1327] choose a better default for loginBrett Porter2011-01-201-1/+1
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-302-4/+15
* [MRM-1327] assign node types to each different node so that they can be easil...Brett Porter2010-12-301-12/+36
* [MRM-1327] don't auto-save artifact updates - this was only there for testing...Brett Porter2010-12-301-2/+0
* [MRM-1327] make sure getArtifactsByDateRange and getArtifactsByChecksum query...Brett Porter2010-12-301-10/+11
* [MRM-1327] make sure getArtifacts query is restricted to the right repositoryBrett Porter2010-12-301-2/+3
* [MRM-1327] prevent facets being returned as artifact versionsBrett Porter2010-12-291-2/+8
* [MRM-1327] hook save()/close()/revert() methods to the repository implementationBrett Porter2010-12-295-56/+158