Commit Graph

1204 Commits

Author SHA1 Message Date
Brett Porter fafb8d284f split out audit facet and listener to match others
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
2014-07-31 15:10:37 +10:00
Brett Porter b0550f3fcf ensure works from clean repository 2014-07-30 17:27:20 +10:00
Brett Porter 6e1b60e430 update archetype for repository metadata
use mocks instead of full implementations for testing, cut down dependencies
2014-07-30 16:33:41 +10:00
Brett Porter fcf2e3e27c make optional for Spring
in case of tests that don't add any repository listeners to the classpath
2014-07-30 16:07:38 +10:00
Brett Porter 54f97d54cb fix merge of converters
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
2014-07-30 14:34:42 +10:00
Brett Porter c329113c52 simplify required namespaces 2014-07-30 13:42:36 +10:00
Brett Porter 30db1698ea ensure spring context is added to archetype 2014-07-30 13:33:12 +10:00
Brett Porter c1e27fbd05 remove unused dependencies and imports 2014-07-30 13:22:57 +10:00
Brett Porter 339650b1a7 add generics 2014-07-30 13:22:50 +10:00
Brett Porter 2882d9b199 add missing dependency 2014-07-30 12:05:02 +10:00
Brett Porter 732531ebef ensure archiva-cli is able to run
clean up the dependencies used and add some missing configuration form shade
2014-07-30 12:05:02 +10:00
Brett Porter 54e9209fed fix scan location 2014-07-30 11:52:10 +10:00
Brett Porter b9920ed0ff fix package declarations
avoid duplicating classes in the produced bundle
2014-07-30 11:46:31 +10:00
Brett Porter 8007a47a3a merge artifact-converter into converter
Large amount of duplicated information and an unnecessary split package
caused duplicates in the produced bundle
2014-07-30 11:46:30 +10:00
Brett Porter 909ad7500b ensure archetype builds on a clean repository
Need to line up several dependencies that got managed differently, and trim
out things no longer needed. This could use a diet in general - there should
not be very much of Archiva's API or dependencies needed to build and test a
consumer.
2014-07-29 18:16:23 +10:00
Brett Porter 9e0abd75f3 remove antrun only used for echo 2014-07-29 16:24:29 +10:00
Brett Porter 482c368d0d trim POM to required resources 2014-07-29 15:54:42 +10:00
Brett Porter 50e30fef3b must also populate variables 2014-07-29 15:27:55 +10:00
Olivier Lamy e92a96880e line ending 2014-07-17 17:54:44 +10:00
Olivier Lamy f051ac2796 [maven-release-plugin] prepare for next development iteration 2014-07-16 10:51:34 +10:00
Olivier Lamy 93eafa089c [maven-release-plugin] prepare release archiva-2.1.0 2014-07-16 10:51:21 +10:00
Olivier Lamy 85047d3bb6 [MRM-1843] provide mechanism to obtain the latest version of an artifact
start download api currently redirect
2014-05-20 15:04:47 +10:00
Olivier Lamy 011e7b0ee8 [MRM-1837] so as it's only prototype we can assume configuration will not change during the use of the bean 2014-05-13 17:08:26 +10:00
Olivier Lamy 10a0761768 [MRM-1837] DefaultArchivaConfiguration holds references to classes 2014-05-01 14:29:28 +10:00
Olivier Lamy 7808ee5faf [MRM-1837] cleanup registry listeners from Archiva Configuration 2014-04-30 17:22:41 +10:00
Olivier Lamy 9bb8edc5c8 use a better name 2014-04-30 16:38:19 +10:00
Olivier Lamy 4d88a4663e modified file 2014-04-25 21:03:35 +10:00
Olivier Lamy 0c07ad8d5c complete .gitattributes file 2014-04-24 11:54:01 +10:00
Olivier Lamy 30d380e6b0 make no limit working back 2014-04-24 11:52:24 +10:00
Olivier Lamy 641e04909f fix unit test for pagination 2014-04-24 11:52:24 +10:00
Sascha Vogt c52eb2c042 [MRM-1834] Add limit to index search query to prevent unnecessary
calculations
2014-04-24 11:52:24 +10:00
Eric Barboni a106ffd8fe display warning on test failure 2014-04-24 02:53:19 +02:00
Olivier Lamy 79cf366b83 more details 2014-04-22 23:02:35 +10:00
Olivier Lamy 6611fc497b more log for MRM-1832 2014-04-22 22:52:25 +10:00
Olivier Lamy 9a09994c8c simply use File implementation as we are now 1.7 required 2014-04-22 12:02:32 +10:00
Eric Barboni 1d929b31fb jdk7 (multicatch diamond) 2014-04-17 22:13:54 +02:00
Eric Barboni 145c89e731 assert from org.junit 2014-04-17 21:56:19 +02:00
Olivier Lamy 2132965397 more code simplification with 1.7 features 2014-04-17 10:46:06 +10:00
Olivier Lamy 0a21a1167f use same versions 2014-04-17 10:10:15 +10:00
Olivier Lamy bb30140719 using more java.nio.file 2014-04-17 09:57:30 +10:00
Olivier Lamy 65bcbc9d45 do the same as FileUtils.copyFile do 2014-04-16 19:48:53 +10:00
Olivier Lamy ec1e655c9d use Files.copy from java.nio.file 2014-04-16 18:11:38 +10:00
Olivier Lamy 767e00c182 use Files from java.nio 2014-04-16 17:36:01 +10:00
Olivier Lamy afd02f3a13 Revert "[MRM-1828] upgrade to jetty 9.x"
This reverts commit a7a2c9130e.
2014-04-14 15:56:30 +10:00
Olivier Lamy a7a2c9130e [MRM-1828] upgrade to jetty 9.x 2014-04-14 14:08:55 +10:00
Eric Barboni 99117364be one move for all remaining override annotation 2014-04-11 23:46:35 +02:00
Eric Barboni d44d957734 Multicatch and override 2014-04-11 23:29:44 +02:00
Eric Barboni 4444ed0e1d simplify varargs calls 2014-04-11 23:16:01 +02:00
Eric Barboni f23b74ade7 @Override + Diamond 2014-04-11 02:58:29 +02:00
Olivier Lamy d6c28781b0 more diamond 2014-04-10 23:11:38 +10:00