summaryrefslogtreecommitdiffstats
path: root/archiva-cli
Commit message (Collapse)AuthorAgeFilesLines
* remove all tab characters and fix some formattingBrett Porter2011-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215120 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
* [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
* 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
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-163-8/+8
| | | | | | org.apache.archiva.. : archiva-consumer-api module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171453 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-165-6/+6
| | | | | | org.apache.archiva.. : archiva-cli module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171413 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1520] remove duplicate beans : move model beans to a single packageOlivier Lamy2011-09-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171188 13f79535-47bb-0310-9956-ffa450edef68
* fix compilationOlivier Lamy2011-09-141-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170881 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1504] Add a new module for repository administration managementOlivier Lamy2011-09-132-6/+7
| | | | | | | split the repo admin in two modules : api and default implementation (to be able to more easily change the impl). Use the repo admin api consumers and indexing modules. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170135 13f79535-47bb-0310-9956-ffa450edef68
* get RID of plexus.configuration annotationOlivier Lamy2011-09-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165559 13f79535-47bb-0310-9956-ffa450edef68
* get RID of plexus.component annotationOlivier Lamy2011-09-061-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165527 13f79535-47bb-0310-9956-ffa450edef68
* align/magnify names :-)Olivier Lamy2011-09-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164172 13f79535-47bb-0310-9956-ffa450edef68
* update licenses and send in RATBrett Porter2011-08-251-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* back to maven2 api for dependency treeOlivier Lamy2011-06-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136082 13f79535-47bb-0310-9956-ffa450edef68
* fix cli moduleOlivier Lamy2011-06-113-13/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134775 13f79535-47bb-0310-9956-ffa450edef68
* align maven api to use maven 3 versionOlivier Lamy2011-06-101-1/+1
| | | | | | temporary comment failing dependency tree git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134349 13f79535-47bb-0310-9956-ffa450edef68
* don't use directly exception class from plexus bridgeOlivier Lamy2011-05-261-35/+41
| | | | 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-261-10/+0
| | | | | | | remove all dependencies to plexus-container use of sisu-inject-plexus (version 2.2.2 with ASL license) for components using maven api components. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128075 13f79535-47bb-0310-9956-ffa450edef68
* update plexus-spring groupIdOlivier Lamy2011-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103898 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1111] upgrade to Struts 2.1.8.1Brett Porter2011-04-121-1/+1
| | | | | | | Applied patch and made some additional modifications Submitted by: Julien Henry, Gwen Harold Autencio git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091398 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1437] close stream in CLIBrett Porter2010-12-011-4/+19
| | | | | | Submitted by: Dave Brosius git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1040930 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1097]Maria Odea B. Ching2010-11-251-0/+17
| | | | | | | | | | o upgrade nexus indexer to 3.0.1 + added logger bean which is needed by NexusIndexer o for deployments/proxied artifacts, create and close indexing context when indexing task is executed as compared to the original behavior where the indexing context is created before it is queued (so as the indexing task queue builds up, more indexing contexts are being opened/created which might be causing the too many open files problem) o updated unit tests with changes made git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039004 13f79535-47bb-0310-9956-ffa450edef68
* analyze dependenciesBrett Porter2010-03-101-2/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921424 13f79535-47bb-0310-9956-ffa450edef68
* merged recent changes from trunk, and reimplemented incoming audit log ↵Brett Porter2010-01-191-4/+3
|\ | | | | | | | | | | functionality as a plugin using the metadata repository git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900664 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare for next development iterationBrett Porter2010-01-131-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898618 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare release archiva-1.3Brett Porter2010-01-131-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898616 13f79535-47bb-0310-9956-ffa450edef68
* | [MRM-1025] remove some consumers that don't actually do anythingBrett Porter2009-12-011-126/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@885638 13f79535-47bb-0310-9956-ffa450edef68
* | Merged /archiva/trunk:r883982-885005Brett Porter2009-11-271-1/+1
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@885019 13f79535-47bb-0310-9956-ffa450edef68
| * upgrade to Shade 1.2.2 so that build works with Maven 3.xBrett Porter2009-11-261-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@884355 13f79535-47bb-0310-9956-ffa450edef68
* | [MRM-1025] merge -r721944:723577 from former MRM-1025 branch, now aligned to ↵Brett Porter2009-10-162-9/+14
|/ | | | | | trunk git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825867 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808338 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808336 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807091 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807087 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1141] archiva-cli no longer worksMaria Odea B. Ching2009-07-302-2/+4
| | | | | | | | o merge content of all spring-context.xml files o include commons-io in shaded jar, this is needed for repository scan git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@799177 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1141] archiva-cli no longer worksMaria Odea B. Ching2009-07-291-1/+4
| | | | | | | o merge spring.handlers of spring-context and plexus-spring git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798809 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1219] correct log4j configuration, consolidate logging APIsBrett Porter2009-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794572 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1097] close some open streamsEmmanuel Venisse2009-05-291-27/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@779841 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-05-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778166 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778164 13f79535-47bb-0310-9956-ffa450edef68
* revert to 1.2.1-SNAPSHOTMaria Odea B. Ching2009-05-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778156 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778151 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-03-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757124 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2Maria Odea B. Ching2009-03-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
* revert shade plugin version to previous oneBrett Porter2009-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755334 13f79535-47bb-0310-9956-ffa450edef68
* start adding Java5 features to modulesBrett Porter2009-03-172-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755239 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1140] centralise logging through slf4jBrett Porter2009-03-141-6/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753590 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1102] don't swallow parsing exception too early where it still has ↵Brett Porter2009-03-101-2/+2
| | | | | | context, and only log the message not the trace in scanning git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751932 13f79535-47bb-0310-9956-ffa450edef68
* @OverrideJames William Dumay2008-12-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@728586 13f79535-47bb-0310-9956-ffa450edef68