summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-plexus-bridge
Commit message (Collapse)AuthorAgeFilesLines
* change version to 2.0.0-RC1-SNAPSHOTOlivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565974 13f79535-47bb-0310-9956-ffa450edef68
* use index for faster startupOlivier Lamy2013-09-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1522750 13f79535-47bb-0310-9956-ffa450edef68
* use guice no_aop which is faster for our usageOlivier Lamy2013-09-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1519361 13f79535-47bb-0310-9956-ffa450edef68
* use guice from googleOlivier Lamy2013-08-101-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1512683 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 2.0.0Olivier Lamy2013-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1508017 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 1.4.0Olivier Lamy2013-06-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1488666 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2013-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1486549 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.4-M4Olivier Lamy2013-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1486547 13f79535-47bb-0310-9956-ffa450edef68
* use inject plexus from eclipseOlivier Lamy2013-04-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1475752 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2012-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393506 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.4-M3Olivier Lamy2012-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1393504 13f79535-47bb-0310-9956-ffa450edef68
* use spring-utils from apache namespaceOlivier Lamy2012-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325918 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1562] Update to Archiva as OSGi compliant applicationOlivier Lamy2011-12-281-1/+1
| | | | | | Submitted by Jean-Baptiste Onofré git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1225147 13f79535-47bb-0310-9956-ffa450edef68
* bump to 1.4-M3-SNAPSHOT versionOlivier Lamy2011-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1213816 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1562] Update to Archiva as OSGi compliant application.Olivier Lamy2011-11-221-0/+31
| | | | | | Submitted by Jean-Baptiste Onofre. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205009 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2011-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185622 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.4-M1Olivier Lamy2011-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
* fix @since 1.4 with @since 1.4-M1Olivier Lamy2011-10-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178731 13f79535-47bb-0310-9956-ffa450edef68
* update version to 1.4-M1-SNAPSHOTBrett Porter2011-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178021 13f79535-47bb-0310-9956-ffa450edef68
* update changed name in maven indexerOlivier Lamy2011-08-221-2/+2
| | | | | | add more rest service to update managed repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160252 13f79535-47bb-0310-9956-ffa450edef68
* fix typo and use lookup rather than empty constructor for components coming ↵Olivier Lamy2011-08-162-6/+18
| | | | | | from maven-indexer git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158274 13f79535-47bb-0310-9956-ffa450edef68
* add an other hack when using tomcat maven plugin and issue with TCCL not ↵Olivier Lamy2011-08-162-0/+84
| | | | | | URLClassLoader with sisu git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158273 13f79535-47bb-0310-9956-ffa450edef68
* a little hackhish but fix use with tomcat maven plugin, sisu need a ↵Olivier Lamy2011-08-163-0/+90
| | | | | | URLClassLoader as TCL to be able to use lookupList git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158272 13f79535-47bb-0310-9956-ffa450edef68
* fix 1.5 build with reintroducing javax.annotation:jsr250-api dependencyOlivier Lamy2011-06-141-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135428 13f79535-47bb-0310-9956-ffa450edef68
* use sisu container classloader as tccl during lookupOlivier Lamy2011-06-101-5/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134376 13f79535-47bb-0310-9956-ffa450edef68
* correctly set tccl during sisu initOlivier Lamy2011-06-101-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134351 13f79535-47bb-0310-9956-ffa450edef68
* align maven api to use maven 3 versionOlivier Lamy2011-06-101-3/+3
| | | | | | temporary comment failing dependency tree git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134349 13f79535-47bb-0310-9956-ffa450edef68
* I think I'm back to figth again with classLoader and this sisuOlivier Lamy2011-06-091-4/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133962 13f79535-47bb-0310-9956-ffa450edef68
* remove use of plexus-spring all struts actions are spring beans now. Note ↵Olivier Lamy2011-06-091-1/+10
| | | | | | still have issues with tomcat plugin and sisu bridge which need an urlclassloader git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133928 13f79535-47bb-0310-9956-ffa450edef68
* fix spring configuration for junit and force default-lazy-init="true"Olivier Lamy2011-06-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133165 13f79535-47bb-0310-9956-ffa450edef68
* don't use directly exception class from plexus bridgeOlivier Lamy2011-05-262-9/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128082 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-263-0/+175
ok for archiva-artifact-converter introduce a new bridge tru sisu-guice to be able to use maven apis components git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128078 13f79535-47bb-0310-9956-ffa450edef68