aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/metadata/metadata-repository-api/src
Commit message (Expand)AuthorAgeFilesLines
* ease debuggingOlivier Lamy2013-05-301-3/+5
* ease debuggingOlivier Lamy2013-05-301-2/+4
* prevent NPE with testing firstOlivier Lamy2013-05-291-2/+3
* to ease debugOlivier Lamy2013-05-271-25/+48
* complete javadocOlivier Lamy2013-05-221-0/+8
* complete javadocOlivier Lamy2013-05-221-0/+8
* fix javadocOlivier Lamy2013-05-221-1/+2
* use genericsOlivier Lamy2013-05-191-1/+1
* remove redundant version elementOlivier Lamy2013-05-091-0/+6
* fix imports and minors warning sonar.skygo2013-03-141-1/+1
* add javadocOlivier Lamy2013-02-171-1/+5
* add closeQuietly method for repository session when only reading we can ignor...Olivier Lamy2013-02-172-0/+20
* [MRM-1729] add MetadataRepository#hasMetadataFacet to prevent slow startup time.Olivier Lamy2012-12-192-2/+108
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-0/+6
* use a better naming conventionOlivier Lamy2012-10-233-5/+5
* use a better naming conventionOlivier Lamy2012-10-231-10/+10
* use a new bean rather than a lot of params to ease futur enhancements better ...Olivier Lamy2012-10-231-0/+138
* use a new bean rather than a lot of params to ease futur enhancementsOlivier Lamy2012-10-232-10/+19
* [MRM-1703] Cannot delete project add unit test for metadata repository.Olivier Lamy2012-10-221-0/+19
* [MRM-1703] Cannot delete project with the ui.Olivier Lamy2012-10-221-2/+13
* add unit test for new method in MetadataRepository and fix compilation for so...Olivier Lamy2012-10-111-1/+19
* do some cleanup if metadatarepository still contains versions when deletingOlivier Lamy2012-10-111-3/+14
* fix parameter nameOlivier Lamy2012-09-061-2/+2
* use fest assert: more human readable :-)Olivier Lamy2012-09-061-11/+17
* add unit test for removeNamespace methodOlivier Lamy2012-09-061-0/+5
* add a method to remove namespace(groupId) in MetadataRepositoryOlivier Lamy2012-09-061-0/+11
* use fest assert 2.0Olivier Lamy2012-07-031-1/+1
* change package for those test utilsOlivier Lamy2012-07-021-1/+1
* [MRM-1638] Improve unit test for archiva buildOlivier Lamy2012-07-021-2/+2
* add javadocOlivier Lamy2012-06-261-0/+7
* add unit for deletion of timestamped snapshotOlivier Lamy2012-06-261-1/+43
* fix junit correctly delete timestamped snapshotOlivier Lamy2012-06-251-0/+3
* fix unit test if metadataFacet not available on updateOlivier Lamy2012-06-121-34/+36
* improve MetadataRepository api to be able to remove an artifact with Metadata...Olivier Lamy2012-06-051-0/+13
* fix an issue with not removing project version when removing an artifact from...Olivier Lamy2012-06-012-0/+47
* take care of metadata files with id as maven-metadata-archiva-vm-all-public.xmlOlivier Lamy2012-05-281-8/+7
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-122-3/+13
* revert some changes to use a RuntimeExceptionOlivier Lamy2012-02-252-11/+2
* fix compilation issueOlivier Lamy2012-02-251-2/+1
* correctlt close jcr session in case of exceptionOlivier Lamy2012-02-251-23/+24
* [MRM-1599] NTLM proxy no longer worksOlivier Lamy2012-02-043-141/+215
* [MRM-1599] NTLM proxy no longer worksOlivier Lamy2012-02-042-15/+26
* use the same path separator as RepositoryPathTranslator to prevent windauze i...Olivier Lamy2011-12-151-0/+2
* [MRM-1542] missing classifier field in the delete artifact web pageOlivier Lamy2011-10-241-2/+2
* remove unused private methodsOlivier Lamy2011-10-041-6/+0
* get RID of plexus.requirement annotationOlivier Lamy2011-09-061-8/+3
* get RID of plexus.component annotationOlivier Lamy2011-09-061-1/+0
* simplify inject of bean listOlivier Lamy2011-08-221-4/+5
* fix jdk1.5 unit test : HashMap doesn't guarantee orderOlivier Lamy2011-06-191-70/+67
* fix 1.5 build with reintroducing javax.annotation:jsr250-api dependencyOlivier Lamy2011-06-141-1/+1