aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-configuration/src
Commit message (Collapse)AuthorAgeFilesLines
* More directory movesJoakim Erdfelt2007-03-2214-2033/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521470 13f79535-47bb-0310-9956-ffa450edef68
* Overhaul of configuration schemaJoakim Erdfelt2007-03-227-580/+891
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521414 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-288] line up configuration so that it always works, regardless of the ↵Brett Porter2007-03-083-9/+111
| | | | | | existence of files. Add tests, and document the behaviour. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@515991 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-300] add test and update to latest modello to fix the saving of proxied ↵Brett Porter2007-03-074-1/+123
| | | | | | repositories git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@515833 13f79535-47bb-0310-9956-ffa450edef68
* Merge from archiva-MRM-239 branch to trunk. r506385:HEADJoakim Erdfelt2007-02-232-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511053 13f79535-47bb-0310-9956-ffa450edef68
* Use released versionsEmmanuel Venisse2007-02-222-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@510578 13f79535-47bb-0310-9956-ffa450edef68
* update registry dependenciesBrett Porter2007-02-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507880 13f79535-47bb-0310-9956-ffa450edef68
* don't assume we are being sent back the same config objectBrett Porter2007-02-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506438 13f79535-47bb-0310-9956-ffa450edef68
* fix back-to-front expressionsBrett Porter2007-02-121-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506313 13f79535-47bb-0310-9956-ffa450edef68
* fix NPEBrett Porter2007-02-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506300 13f79535-47bb-0310-9956-ffa450edef68
* fix NPEBrett Porter2007-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506295 13f79535-47bb-0310-9956-ffa450edef68
* more practical use of configuration change listenersBrett Porter2007-02-122-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506292 13f79535-47bb-0310-9956-ffa450edef68
* move to a registry based configurationBrett Porter2007-02-0910-413/+255
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@505329 13f79535-47bb-0310-9956-ffa450edef68
* move sanitize to configuration classBrett Porter2007-02-072-23/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504728 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when file is a root fileEmmanuel Venisse2007-01-191-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497811 13f79535-47bb-0310-9956-ffa450edef68
* Update license, reformatBrett Porter2006-12-2314-147/+205
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489860 13f79535-47bb-0310-9956-ffa450edef68
* PR: MRM-248Edwin L. Punzalan2006-12-112-499/+499
| | | | | | incresed the default indexing interval to twice every hour git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485660 13f79535-47bb-0310-9956-ffa450edef68
* Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes ↵Henri Yandell2006-12-021-3/+3
| | | | | | closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
* Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and ↵Henri Yandell2006-12-012-2/+2
| | | | | | join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481446 13f79535-47bb-0310-9956-ffa450edef68
* set native propertyBrett Porter2006-10-311-103/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469650 13f79535-47bb-0310-9956-ffa450edef68
* * Adding distinction between repo.id and repo.urlName.Joakim Erdfelt2006-10-262-0/+46
| | | | | | | | | | * Adding copy-paste block for repositories. * Adding copy-paste block for dependency. * Adding webdav url link in repository config. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468167 13f79535-47bb-0310-9956-ffa450edef68
* - verified copyright headersEdwin L. Punzalan2006-10-265-115/+116
| | | | | | | - optimized imports - ran code formatting git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467926 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] remove scheduled execution, as it will be synchronised with the ↵Brett Porter2006-09-061-7/+0
| | | | | | indexing git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440607 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-161] add the reporter scheduled taskBrett Porter2006-09-051-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440244 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-144] various minor improvements to codeBrett Porter2006-09-011-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439134 13f79535-47bb-0310-9956-ffa450edef68
* rename configuration fileBrett Porter2006-08-261-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437111 13f79535-47bb-0310-9956-ffa450edef68
* rename java packages to archivaBrett Porter2006-08-2612-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437105 13f79535-47bb-0310-9956-ffa450edef68
* rename archiva artifactsBrett Porter2006-08-2615-0/+1510
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437088 13f79535-47bb-0310-9956-ffa450edef68