aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins
Commit message (Collapse)AuthorAgeFilesLines
* artifact content view: display snapshot versionsOlivier Lamy2012-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343416 13f79535-47bb-0310-9956-ffa450edef68
* take care of metadata files with id as maven-metadata-archiva-vm-all-public.xmlOlivier Lamy2012-05-281-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343415 13f79535-47bb-0310-9956-ffa450edef68
* extract comparator to an external classOlivier Lamy2012-05-191-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1340478 13f79535-47bb-0310-9956-ffa450edef68
* use private static inner classOlivier Lamy2012-05-141-23/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1338244 13f79535-47bb-0310-9956-ffa450edef68
* avoid too much log when an artifact is not available in a remote repositoryOlivier Lamy2012-04-121-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325498 13f79535-47bb-0310-9956-ffa450edef68
* fix repackaging of spring-registry to a new packageOlivier Lamy2012-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325313 13f79535-47bb-0310-9956-ffa450edef68
* use o.a.a package namespace for spring-registry-api componentOlivier Lamy2012-04-123-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325311 13f79535-47bb-0310-9956-ffa450edef68
* avoid creating temp directory in repository directoryOlivier Lamy2012-04-022-11/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1308376 13f79535-47bb-0310-9956-ffa450edef68
* add debug logOlivier Lamy2012-03-161-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1301788 13f79535-47bb-0310-9956-ffa450edef68
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-123-34/+65
| | | | | | Take about correctly close jackrabbit session in case of exception and open session when it's closed. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299735 13f79535-47bb-0310-9956-ffa450edef68
* code commentOlivier Lamy2012-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299624 13f79535-47bb-0310-9956-ffa450edef68
* fix junitOlivier Lamy2012-03-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299623 13f79535-47bb-0310-9956-ffa450edef68
* osgi import fix again :-)Olivier Lamy2012-03-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299585 13f79535-47bb-0310-9956-ffa450edef68
* extract code to an internal methodOlivier Lamy2012-03-121-27/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299577 13f79535-47bb-0310-9956-ffa450edef68
* cleanup duplicated classes used classes from modelOlivier Lamy2012-03-125-356/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299575 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated classOlivier Lamy2012-03-121-12/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299574 13f79535-47bb-0310-9956-ffa450edef68
* add missing osgi importOlivier Lamy2012-03-111-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299492 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1567] Artifact data incomplete.Olivier Lamy2012-03-115-12/+52
| | | | | | move MavenMetadataReader to a new module to avoid cyclic dependency. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299489 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1607] maven model build failed when model have jdk profile activation.Olivier Lamy2012-02-262-3/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293788 13f79535-47bb-0310-9956-ffa450edef68
* compilation failureOlivier Lamy2012-02-261-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293774 13f79535-47bb-0310-9956-ffa450edef68
* revert twoPhaseBuilding model building as it breaks maven inheritance ↵Olivier Lamy2012-02-261-1/+1
| | | | | | resolution (for dependencies version) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293768 13f79535-47bb-0310-9956-ffa450edef68
* revert some changes to use a RuntimeExceptionOlivier Lamy2012-02-251-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293719 13f79535-47bb-0310-9956-ffa450edef68
* avoid failing on java profile or other profiles by using a TwoPhaseBuiling ↵Olivier Lamy2012-02-251-7/+16
| | | | | | maven build model request git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293680 13f79535-47bb-0310-9956-ffa450edef68
* fix wagon 2.2 upgradeOlivier Lamy2012-02-171-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245590 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1606] Upgrade to wagon 2.2.Olivier Lamy2012-02-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245404 13f79535-47bb-0310-9956-ffa450edef68
* add wagon-http-lightweight as dependency to prevent CNFE in testsOlivier Lamy2012-02-041-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240629 13f79535-47bb-0310-9956-ffa450edef68
* fix osgi metadataOlivier Lamy2012-02-041-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240628 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1599] NTLM proxy no longer worksOlivier Lamy2012-02-044-258/+572
| | | | | | | change for metadata resolver too using ntlm proxy take the opportunity to use repo admin api rather than archivaconfiguration directly/ git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240625 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1599] NTLM proxy no longer worksOlivier Lamy2012-02-043-114/+166
| | | | | | use a new wagon with spring bean http-ntlm if proxy use ntlm git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240623 13f79535-47bb-0310-9956-ffa450edef68
* fix stage-repository-merge unit testsOlivier Lamy2012-01-251-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235683 13f79535-47bb-0310-9956-ffa450edef68
* avoid using plexus-sisu bridge to get wagon instances: use now springOlivier Lamy2012-01-242-37/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235559 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1562] Update to Archiva as OSGi compliant applicationOlivier Lamy2011-12-311-1/+1
| | | | | | | | | Patch on features descriptor cleanup. Submitted by Jean-Baptiste Onofre. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1226052 13f79535-47bb-0310-9956-ffa450edef68
* try to fix again windauze issueOlivier Lamy2011-12-151-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214954 13f79535-47bb-0310-9956-ffa450edef68
* restore @Test annotation which was not hereOlivier Lamy2011-12-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214953 13f79535-47bb-0310-9956-ffa450edef68
* use the same path separator as RepositoryPathTranslator to prevent windauze ↵Olivier Lamy2011-12-152-3/+2
| | | | | | issue git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214868 13f79535-47bb-0310-9956-ffa450edef68
* add some debug to see what happened on the windauze jenkins nodeOlivier Lamy2011-12-153-1/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214823 13f79535-47bb-0310-9956-ffa450edef68
* should fix unit tests on windauzeOlivier Lamy2011-12-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214693 13f79535-47bb-0310-9956-ffa450edef68
* bump to 1.4-M3-SNAPSHOT versionOlivier Lamy2011-12-1311-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1213816 13f79535-47bb-0310-9956-ffa450edef68
* try a better fix for unit failure on windauzeOlivier Lamy2011-12-123-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1213120 13f79535-47bb-0310-9956-ffa450edef68
* try to fix unit test on windauzeOlivier Lamy2011-12-101-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1212821 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1562]Update to Archiva as OSGi compliant applicationOlivier Lamy2011-11-295-0/+127
| | | | | | | turn xmlrpc, some plugins as OSGi bundles. Submitted by Jean Baptiste Onofre. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1207904 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1562] Update to Archiva as OSGi compliant application.Olivier Lamy2011-11-224-0/+130
| | | | | | Submitted by Jean-Baptiste Onofre. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205009 13f79535-47bb-0310-9956-ffa450edef68
* fix consumer archetypeOlivier Lamy2011-11-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1197792 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2011-10-1811-11/+11
| | | | 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-1811-36/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
* fix list of consumersOlivier Lamy2011-10-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179624 13f79535-47bb-0310-9956-ffa450edef68
* add snippet for use it in documentationOlivier Lamy2011-10-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179621 13f79535-47bb-0310-9956-ffa450edef68
* move jcr related classes to store-jcr moduleOlivier Lamy2011-10-054-1/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179311 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1327] implement alternative or improve repository metadata storage: jcr ↵Olivier Lamy2011-10-051-1/+1
| | | | | | is now default storage mode. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179142 13f79535-47bb-0310-9956-ffa450edef68
* update version to 1.4-M1-SNAPSHOTBrett Porter2011-10-0111-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178021 13f79535-47bb-0310-9956-ffa450edef68