aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
Commit message (Collapse)AuthorAgeFilesLines
* Reformat codeMRM-1958Martin Stockhammer2017-08-2712-247/+241
|
* Remove unused importsMartin Stockhammer2017-08-2715-57/+49
|
* Fixing metadata removal. Adding mocks for verification.Martin Stockhammer2017-08-2711-200/+705
| | | | | | - Prevent redundant removals for same artifacts - Adding metadata removal for each file removal - Adding mock verifications for metadata removal in unit tests
* upgrade to wagon 3.0.0olivier lamy2017-08-212-13/+8
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* get rid of some System.outolivier lamy2017-08-213-42/+49
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Adding different guava dependency for webtestsMartin Stockhammer2017-08-201-0/+13
| | | | | | Workaround to get the selenium tests running. Better would be a solution that allows the new guava version for the complete project.
* Removing indexer directory from sourceMartin Stockhammer2017-08-205-0/+0
| | | | This directory seems to be accidentally in the source
* Merge branch 'feature/jcr_oak'olivier lamy2017-08-1999-1117/+1126
|\
| * helping consumer archetype to build with an empty repoolivier lamy2017-08-181-0/+4
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * inherit version from parentolivier lamy2017-08-181-4/+0
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * helping consumer archetype to build with an empty repoolivier lamy2017-08-181-0/+5
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * helping consumer archetype to build with an empty repoolivier lamy2017-08-181-0/+5
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * helping consumer archetype to build with an empty repoolivier lamy2017-08-181-0/+5
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * helping consumer archetype to build with an empty repoolivier lamy2017-08-171-0/+5
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * fixing some directoriesolivier lamy2017-08-1510-9/+6
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * take care of too old repositoryolivier lamy2017-08-152-26/+48
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * format only to trigger a Jenkins buildolivier lamy2017-08-151-3/+0
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * fix testolivier lamy2017-08-143-3/+9
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * fixing test for rest services, correctly close jcr repoolivier lamy2017-08-1410-16/+43
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * increase memory for testolivier lamy2017-08-011-1/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * shutdown executor service on closeolivier lamy2017-07-312-6/+17
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * trying more memory too see what happen on Jenkinsolivier lamy2017-07-293-150/+207
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * shaded package changedolivier lamy2017-07-287-27/+15
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * no need of this fileolivier lamy2017-07-241-42/+0
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * more progress on oak lucene shadedolivier lamy2017-07-2417-240/+83
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * more progress on new maven indexer versionolivier lamy2017-07-2436-417/+147
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * some progressolivier lamy2017-07-174-6/+11
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * push work started with shaded luceneolivier lamy2017-07-0725-206/+193
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * force jcr saveolivier lamy2017-06-243-6/+9
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * some progress on new indexerolivier lamy2017-06-246-59/+12
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * cosmetic change :-)olivier lamy2017-06-242-9/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * indexer is not using plexus bridge anymoreolivier lamy2017-06-243-14/+32
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * Fixing tests and path for jcr oakMartin Stockhammer2017-06-245-34/+59
| |
| * Adding jcr oak implementationMartin Stockhammer2017-06-2419-184/+531
| |
* | Adding custom properties to project metadata.Martin Stockhammer2017-08-121-1/+79
| | | | | | | | | | Extending the project metadata to add custom properties. This may be used by storage implementations later.
* | Merge branch 'pr-30'Martin Stockhammer2017-08-0124-56/+55
|\ \
| * | Fix two incorrect SLF4J logger callsDaniel Trebbien2017-07-302-2/+2
| | | | | | | | | | | | | | | These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
| * | Utilize parameterized logging and remove toString() callsDaniel Trebbien2017-07-3023-54/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. toString() is called automatically: https://www.slf4j.org/faq.html#string_contents These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* | | Removing osgi dependenciesMartin Stockhammer2017-07-191-3/+0
|/ /
* / [MRM-1957] Spliting statistics plugin moduleMartin Stockhammer2017-07-1632-337/+870
|/ | | | | | | | | | Adding new API module (metadata-statistics-api) for statistics and move the jcr specific tasks to the metadata store module. Providing interfaces for the statistics API. Removing dependencies to store specific libraries (like JCR) from the statistic modules.
* revert previous changes for this test as it fail on jenkins but not ↵olivier lamy2017-06-211-7/+16
| | | | | | locally... It Works On My Machine is back :-) Signed-off-by: olivier lamy <olamy@apache.org>
* [MRM-1956] Replace tomcat-jdbc pool with HikariCPolivier lamy2017-06-205-32/+61
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* get rid of tomcat pluginolivier lamy2017-06-171-3/+0
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* start work using jetty maven pluginolivier lamy2017-06-163-97/+23
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* remove all references to sironaolivier lamy2017-06-166-104/+0
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Adding version for jacoco plugin configMartin Stockhammer2017-06-141-0/+1
|
* [MRM-1954] Adding validatehierarchy property for JCRMartin Stockhammer2017-06-144-0/+15
|
* Fixing DTD of jcr config fileMartin Stockhammer2017-06-131-2/+3
|
* [MRM-1953] Upgrading and fixing jacoco configurationMartin Stockhammer2017-06-133-3/+14
|
* Updating config for new site pluginMartin Stockhammer2017-06-131-27/+3
|