summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-scheduler
Commit message (Expand)AuthorAgeFilesLines
* ensure we correctly delete temporary download directoryOlivier Lamy2011-10-011-3/+6
* add some logs informations for download remote index timeOlivier Lamy2011-10-012-111/+114
* change configuration base to org.apache.archiva instead of org.apache.maven.a...Brett Porter2011-10-012-2/+2
* make RAT report passBrett Porter2011-10-012-0/+32
* fix properties to avoid putting test data in JAR and remove derby.log from rootBrett Porter2011-10-011-6/+3
* [MRM-1526] configure http connection pool values for wagon http.Olivier Lamy2011-09-301-0/+13
* use isNotBlank to avoid warning in logOlivier Lamy2011-09-271-1/+1
* fix 1.5 compilationOlivier Lamy2011-09-271-2/+2
* [MRM-1516] missing dependency on velocity - ClassNotFoundException org.apache...Olivier Lamy2011-09-261-1/+1
* fix unit testsOlivier Lamy2011-09-261-19/+19
* [MRM-1524] downloading (optionnaly) remote index to display remote artifacts ...Olivier Lamy2011-09-261-0/+18
* better output of the transferListener for remote index downloadOlivier Lamy2011-09-261-3/+13
* in s so *1000 :-)Olivier Lamy2011-09-261-1/+1
* [MRM-1524] downloading (optionnaly) remote index to display remote artifacts ...Olivier Lamy2011-09-262-1/+22
* [MRM-1524] downloading (optionnaly) remote index to display remote artifacts ...Olivier Lamy2011-09-261-20/+6
* [MRM-1524] downloading (optionnaly) remote index to display remote artifacts ...Olivier Lamy2011-09-261-0/+1
* commented code cleanupOlivier Lamy2011-09-261-88/+1
* [MRM-1524] downloading (optionnaly) remote index to display remote artifacts ...Olivier Lamy2011-09-2617-23/+1440
* no need to create all of those objects if index already exisstOlivier Lamy2011-09-261-8/+10
* format codeOlivier Lamy2011-09-231-45/+59
* fix assertion in unQueueTask !Olivier Lamy2011-09-231-1/+1
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.ar...Olivier Lamy2011-09-166-11/+11
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.ar...Olivier Lamy2011-09-162-2/+2
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.ar...Olivier Lamy2011-09-161-3/+3
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.ar...Olivier Lamy2011-09-162-5/+5
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to org.apache.ar...Olivier Lamy2011-09-162-5/+2
* [MRM-1520] remove duplicate beans : fix for ManagedRepositoryAdminOlivier Lamy2011-09-151-1/+1
* [MRM-1520] remove duplicate beans : move model beans to a single packageOlivier Lamy2011-09-158-15/+10
* fix index optimize default index locationOlivier Lamy2011-09-152-8/+8
* -fix unit : lucene sometimes has pain to flush...Olivier Lamy2011-09-141-2/+0
* [MRM-1504] Add a new module for repository administration managementOlivier Lamy2011-09-1311-115/+499
* get RID of plexus.requirement annotationOlivier Lamy2011-09-064-13/+11
* get RID of plexus.component annotationOlivier Lamy2011-09-064-8/+1
* fix typoBrett Porter2011-09-021-2/+2
* align/magnify names :-)Olivier Lamy2011-09-014-4/+4
* update licenses and send in RATBrett Porter2011-08-253-0/+70
* fix webapp unit tests with commenting a spring which is not used and override...Olivier Lamy2011-08-194-92/+7
* [MRM-1490] expose services tru restOlivier Lamy2011-08-191-0/+16
* fix unit test, ArtifactIndexingTask has now a new field onlyUpdate to prevent...Olivier Lamy2011-08-183-13/+46
* upgrade to last versions of quartz and ehcacheOlivier Lamy2011-08-162-6/+6
* doh ensure we scan repository to index datas for the first scan, ensure we ar...Olivier Lamy2011-08-162-11/+25
* oups fix compilationOlivier Lamy2011-08-161-2/+3
* a little hackhish but fix use with tomcat maven plugin, sisu need a URLClassL...Olivier Lamy2011-08-163-6/+12
* cleanup creation of IndexCreator with using the container rather than using d...Olivier Lamy2011-08-153-8/+16
* context close already done in tearDownOlivier Lamy2011-06-271-7/+1
* fix unit tests by using NexusIndexer facade to manipulate index datas : addin...Olivier Lamy2011-06-275-160/+100
* take of already existing context to prevent lucene locksOlivier Lamy2011-06-271-14/+18
* retrieve IndexSearcher from NexusIndexer instead of manual creation to preven...Olivier Lamy2011-06-271-8/+4
* only pass tru NexusIndexer to create IndexingContext, this entry point take c...Olivier Lamy2011-06-273-11/+48
* [MRM-1345] update use of Nexus indexer to use Maven indexer, fix archiva-sche...Olivier Lamy2011-06-263-58/+75