summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base
Commit message (Collapse)AuthorAgeFilesLines
* -update to PlexusInSpringTestCaseMaria Odea B. Ching2008-04-142-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647649 13f79535-47bb-0310-9956-ffa450edef68
* Moving archiva-checksum into place in trunk. (will enable it into the build ↵Joakim Erdfelt2008-04-1415-0/+1096
| | | | | | in a future commit) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647648 13f79535-47bb-0310-9956-ffa450edef68
* remove plexus test caseBrett Porter2008-04-144-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647646 13f79535-47bb-0310-9956-ffa450edef68
* remove use of plexus containerBrett Porter2008-04-102-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646650 13f79535-47bb-0310-9956-ffa450edef68
* remove plexus container dependenciesBrett Porter2008-04-103-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646630 13f79535-47bb-0310-9956-ffa450edef68
* clean up dependenciesBrett Porter2008-04-0911-1/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68
* use the correct maven2 type for a maven2 plugin request to fix testBrett Porter2008-04-092-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646431 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary component definitionsBrett Porter2008-04-0927-129/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646403 13f79535-47bb-0310-9956-ffa450edef68
* MRM-768 : use a distinct "type" for maven1 and maven2 plugins to avoid ↵Nicolas De Loof2008-04-085-10/+30
| | | | | | conflicts when M2 plugins are stored in M1 repo git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645955 13f79535-47bb-0310-9956-ffa450edef68
* additional tests and add classifierBrett Porter2008-04-085-2/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645780 13f79535-47bb-0310-9956-ffa450edef68
* guard against incorrect generationBrett Porter2008-04-081-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645761 13f79535-47bb-0310-9956-ffa450edef68
* a couple of workarounds to force "offline" behaviourBrett Porter2008-04-081-13/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645751 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-123]Maria Odea B. Ching2008-04-073-3/+77
| | | | | | | | -generate/update rss feeds after repository scan -add rss feed icon in repositories (for new artifacts in repo feed) and in browse artifact (for new versions of artifact feed) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645576 13f79535-47bb-0310-9956-ffa450edef68
* fix overzealous dependency trimBrett Porter2008-04-072-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645559 13f79535-47bb-0310-9956-ffa450edef68
* some POM cleanupBrett Porter2008-04-075-144/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645487 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded dependenciesBrett Porter2008-04-071-49/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645406 13f79535-47bb-0310-9956-ffa450edef68
* add a consumer (not enabled by default) that can generate a dependency tree ↵Brett Porter2008-04-078-2/+773
| | | | | | as XML git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645394 13f79535-47bb-0310-9956-ffa450edef68
* fix missing importBrett Porter2008-04-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644567 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-746] also need to make sure the metadata is not scanned in getVersionsBrett Porter2008-04-037-21/+92
| | | | | | | Merged from: r644317 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644324 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-763] correct incorrect cron expressionsBrett Porter2008-04-0310-27/+27
| | | | | | | Merged from: r644279 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644282 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-159] should not respond with a 404 if proxying a file results in a ↵Brett Porter2008-04-0319-108/+1317
| | | | | | | | | remote error Merged from: r644205, 644275 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644276 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-123]Maria Odea B. Ching2008-04-034-354/+0
| | | | | | | -move the rss classes to it's own module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644151 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-123]Maria Odea B. Ching2008-04-024-0/+354
| | | | | | | | -use rome for the rss feeds -added the rss feed generator git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@643826 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-758] cron expressions with a comma are not being scheduled after ↵Brett Porter2008-03-313-27/+40
| | | | | | | | | configuration save Merged from: r642886 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642890 13f79535-47bb-0310-9956-ffa450edef68
* restructure according to discussion on the dev listBrett Porter2008-03-291344-0/+112499
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68