summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* exclude netbeans ide from rat checkEric Barboni2014-10-101-0/+1
|
* not neededOlivier Lamy2014-10-102-31/+0
|
* [MRM-1864] use SSL by default for centralBrett Porter2014-10-092-2/+2
| | | | This matches the default configuration used in the latest version of Maven.
* MRM-1810 remove group filterJonathan Sharp2014-10-071-1/+0
|
* MRM-1810 removed properties filter, added i18n help contentJonathan Sharp2014-10-072-2/+2
|
* update doap to apache archiva 1.3.9 and 2.1.1Eric Barboni2014-10-071-16/+20
| | | git coordinate
* MRM-1767 changerepository location missing slashEric Barboni2014-10-061-0/+7
|
* MRM-770 Related. Display classifier (use table because of messy alignment ↵Eric Barboni2014-10-032-28/+46
| | | | with lot of information)
* ignore netbeans ide fileEric Barboni2014-10-021-0/+3
|
* fix error text for MRM-1851Eric Barboni2014-10-011-2/+2
|
* synchro parent version for it test + bump versionEric Barboni2014-10-011-3/+3
|
* add a profile for coverage (jacoco-coverage) Eric Barboni2014-09-304-5/+40
|
* create a testrule to get a temp folder with a predictible nameEric Barboni2014-09-303-48/+128
|
* MRM-1311: Added Loggers to core consumersJonathan Sharp2014-09-295-0/+38
|
* REST: BrowseServiceTest: Mitigate Stale Item Errorforjsharp2014-09-211-0/+2
|
* use redback registry snapshot to converge on spring 4.1.0Eric Barboni2014-09-201-1/+1
|
* [MRM-1846] Regression in 2.0.1 : uniqueVersion false not supportedOlivier Lamy2014-09-152-7/+14
|
* use last redback snapshot fix non valid tld filesOlivier Lamy2014-09-111-1/+1
|
* spring 4.1.0Olivier Lamy2014-09-104-3/+23
|
* small improvement :-)Olivier Lamy2014-09-051-2/+2
|
* release note for 2.1.1Olivier Lamy2014-09-011-41/+5
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-09-0170-71/+71
|
* [maven-release-plugin] prepare release archiva-2.1.1archiva-2.1.1Olivier Lamy2014-09-0170-71/+71
|
* using staged released versionOlivier Lamy2014-09-011-1/+1
|
* [MRM-1854] Last modified date is epoch on directory listing for a groupOlivier Lamy2014-09-011-4/+13
|
* formatOlivier Lamy2014-09-011-25/+29
|
* last guice 4.0-beta4 versionOlivier Lamy2014-08-271-1/+1
|
* log4j 2.0.2Olivier Lamy2014-08-251-1/+1
|
* upgrade httpclient to 4.3.5 and httpcore to 4.3.2Olivier Lamy2014-08-181-2/+2
|
* log4j 2.0.1Olivier Lamy2014-08-071-1/+1
|
* turn down logging on cacheBrett Porter2014-08-051-0/+1
|
* change immediateFlush to true as users looks to be confused :-)Olivier Lamy2014-08-041-1/+1
|
* use final part of the repository directory as the IDBrett Porter2014-08-011-1/+1
|
* re-order testBrett Porter2014-08-011-1/+6
|
* additional exclusionBrett Porter2014-08-011-0/+4
|
* remove duplicate JTA libraryBrett Porter2014-08-011-1/+7
|
* refactor service testsBrett Porter2014-08-015-462/+181
| | | | | | | | | Split out scan call to be explicit to make it easier to refactor duplicate sections, then move repeated configuration to before/after methods. Make sure scanning has finished before operations that might concurrently try to modify the metadata. This also means we can now verify the deletion of the repository is successful
* take advantage of generic typeBrett Porter2014-08-011-11/+9
|
* only close session if openBrett Porter2014-07-311-10/+2
| | | | | | getJcrSession will open one if needed, which close does not need to do. This also caused some timing issues in the REST tests as it concurrently operated on the same session
* log archiva stuff at info levelBrett Porter2014-07-311-1/+3
|
* unused importBrett Porter2014-07-311-1/+0
|
* fix location of beansBrett Porter2014-07-311-16/+5
|
* split out audit facet and listener to match othersBrett Porter2014-07-3134-34/+52
| | | | | | | by placing these in the metadata model / API they can be used more broadly, while the storage-dependant implementation can be in a plugin. This means the plugins can be removed from the admin implementation, which can then be used (as required) in the CLI
* more autowiringBrett Porter2014-07-302-1/+3
|
* ensure works from clean repositoryBrett Porter2014-07-303-1/+21
|
* update archetype for repository metadataBrett Porter2014-07-309-159/+151
| | | | use mocks instead of full implementations for testing, cut down dependencies
* make optional for SpringBrett Porter2014-07-302-0/+4
| | | | in case of tests that don't add any repository listeners to the classpath
* fix merge of convertersBrett Porter2014-07-308-11/+25
| | | | | | The test files in artifact converter had been adjusted, and need to merge the spring context. Also make the artifactConverter injection more specific to avoid picking up those defined for tests
* simplify required namespacesBrett Porter2014-07-301-6/+1
|
* ensure spring context is added to archetypeBrett Porter2014-07-303-2/+3
|