aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-scheduler/archiva-scheduler-indexing/src
Commit message (Expand)AuthorAgeFilesLines
* Add a AbstractMetadataRepository to remove duplicated codeCarlos Sanchez2014-11-061-267/+2
* more code simplification with 1.7 featuresOlivier Lamy2014-04-171-6/+1
* using more java.nio.fileOlivier Lamy2014-04-172-30/+34
* Revert "[MRM-1828] upgrade to jetty 9.x"Olivier Lamy2014-04-141-7/+6
* [MRM-1828] upgrade to jetty 9.xOlivier Lamy2014-04-141-6/+7
* one move for all remaining override annotationEric Barboni2014-04-117-0/+55
* move the factory bean to the apiOlivier Lamy2014-03-281-1/+1
* use assertj as fest-assert is not maintained anymoreOlivier Lamy2014-03-251-2/+2
* fix javadoc. Generation possible on jdk8 skygo2014-02-252-2/+2
* cleanup use jsoup to parse html resultOlivier Lamy2014-01-061-1/+1
* [MRM-1750] Add remote repository health checkOlivier Lamy2013-12-221-5/+4
* use fest assertOlivier Lamy2013-12-181-4/+2
* cleanup logging on shutdownOlivier Lamy2013-12-101-3/+0
* fix logging warn levelOlivier Lamy2013-12-023-4/+4
* back to use wagon for remote download index to prevent unit test failureOlivier Lamy2013-11-141-246/+100
* add a service to know repositories ids running a remote downloadOlivier Lamy2013-11-143-5/+17
* fix timeoutOlivier Lamy2013-11-081-1/+2
* cleanup and fix loggingOlivier Lamy2013-11-071-54/+1
* add listener for downloadingOlivier Lamy2013-11-071-32/+123
* code cleanupOlivier Lamy2013-11-071-104/+3
* use zero copy transfer for huge maven indexOlivier Lamy2013-11-072-11/+217
* [MRM-1779] pom artifacts cannot be searched on Archiva 1.4-M4Olivier Lamy2013-09-241-0/+8
* use wagon 2.5Olivier Lamy2013-09-171-3/+3
* use genericsOlivier Lamy2013-05-191-1/+1
* fix imports and minors warning sonar.skygo2013-03-143-4/+0
* improve logging and no need to pack local index of remote repositoriesOlivier Lamy2013-02-072-10/+12
* code simplificationOlivier Lamy2013-02-061-7/+3
* no need to create etc.. if the index already existsOlivier Lamy2013-02-061-1/+1
* force use of preemptive with last wagon snapshotOlivier Lamy2013-01-291-0/+13
* mark internal class as finalOlivier Lamy2012-12-311-3/+3
* preserve stack traceOlivier Lamy2012-12-311-3/+5
* fix all RepositoryManager implementationsOlivier Lamy2012-12-191-0/+6
* fix some unit tests due to the missing aliasOlivier Lamy2012-12-061-1/+1
* use varargs from slf4j rather than creating an array for debugOlivier Lamy2012-11-141-6/+3
* move ntlm wagon trick in wagonFactory to avoid duplicate codeOlivier Lamy2012-10-311-4/+3
* [MRM-1705] Feature to add custom parameters and/or headers when requesting an...Olivier Lamy2012-10-241-3/+35
* [MRM-1705] Feature to add custom parameters and/or headers when requesting an...Olivier Lamy2012-10-241-2/+2
* transform this interface to use a bean request will ease future enhancementsOlivier Lamy2012-10-241-1/+3
* fix mocks compilationOlivier Lamy2012-10-221-0/+7
* [MRM-1693] exposing index downloaded from remote repositoriesOlivier Lamy2012-10-153-3/+35
* add unit test for new method in MetadataRepository and fix compilation for so...Olivier Lamy2012-10-111-0/+7
* ensure file are cleaned before test for folks who do not use clean and break ...Olivier Lamy2012-09-131-3/+16
* improve unit test with testing packed index files are really createdOlivier Lamy2012-09-131-1/+9
* fix unit testOlivier Lamy2012-09-131-52/+56
* [MRM-1263] creating an m2eclipse compatible index should be an optional compo...Olivier Lamy2012-09-121-11/+17
* test last maven indexer versionOlivier Lamy2012-09-122-24/+33
* [MRM-1660] use log4j2Olivier Lamy2012-09-091-18/+14
* fix mocks compilationOlivier Lamy2012-09-061-0/+6
* fix typo in the field nameOlivier Lamy2012-08-081-5/+5
* correctly use slf4j for loggingOlivier Lamy2012-08-081-2/+2