summaryrefslogtreecommitdiffstats
path: root/archiva-cli/src
Commit message (Collapse)AuthorAgeFilesLines
* fix javadoc errorolivier lamy2016-05-201-2/+1
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* MRM-1865 remove isPermanent flag Eric Barboni2014-10-101-6/+0
|
* turn down logging on cacheBrett Porter2014-08-051-0/+1
|
* use final part of the repository directory as the IDBrett Porter2014-08-011-1/+1
|
* log archiva stuff at info levelBrett Porter2014-07-311-1/+3
|
* fix location of beansBrett Porter2014-07-311-16/+5
|
* destroy context on closeBrett Porter2014-07-301-1/+14
|
* use new log4j 2 configuration formatBrett Porter2014-07-302-28/+33
|
* ensure archiva-cli is able to runBrett Porter2014-07-301-2/+6
| | | | clean up the dependencies used and add some missing configuration form shade
* remove wagon manager hackBrett Porter2014-07-301-7/+0
| | | | Should no longer be needed since moving to Maven 3 project API
* more code simplification with 1.7 featuresOlivier Lamy2014-04-171-3/+1
|
* using more java.nio.fileOlivier Lamy2014-04-171-1/+3
|
* one move for all remaining override annotationEric Barboni2014-04-112-0/+11
|
* more diamondOlivier Lamy2014-04-101-9/+5
|
* use diamond operatorOlivier Lamy2014-04-102-9/+8
|
* start using try with resourcesOlivier Lamy2014-04-081-16/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1585697 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc. Generation possible on jdk8 skygo2014-02-251-1/+1
| | | | | | (fix html content + replace @todo with TODO ) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1571532 13f79535-47bb-0310-9956-ffa450edef68
* prevent castingOlivier Lamy2013-12-101-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1549740 13f79535-47bb-0310-9956-ffa450edef68
* remove all @version $Id$Olivier Lamy2012-07-053-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1357898 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-164-4/+4
| | | | | | 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
* 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
* 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
* 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-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
* [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
* [MRM-1025] merge -r721944:723577 from former MRM-1025 branch, now aligned to ↵Brett Porter2009-10-161-7/+6
| | | | | | trunk git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825867 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1141] archiva-cli no longer worksMaria Odea B. Ching2009-07-301-1/+1
| | | | | | | | 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-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
* 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-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
* remove @author tags as agreed on list: ↵Brett Porter2008-11-194-5/+0
| | | | | | http://markmail.org/message/mtycwzotzosbywzr git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-04-282-3/+6
| | | | | | | | -added the constraints for getting the different versions of a specific artifact -added the whenGathered field in beginScan(..) of RepositoryContentConsumer interface and updated all implementing consumers git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652043 13f79535-47bb-0310-9956-ffa450edef68
* a couple of workarounds to force "offline" behaviourBrett Porter2008-04-081-17/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645751 13f79535-47bb-0310-9956-ffa450edef68
* refreshed the CLIBrett Porter2008-04-076-197/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645493 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-746] unable to include *.xml in artifacts list as it picks up ↵Brett Porter2008-03-251-0/+1
| | | | | | | | | | | | maven-metadata.xml - consolidate operations that checked if something was an artifact into FileTypes - add exclusions for the metadata and supporting files to consumers - add tests Merged from: r640793 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@640819 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports.Joakim Erdfelt2008-03-161-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637540 13f79535-47bb-0310-9956-ffa450edef68
* Finishing the Repository split work that brett started.Joakim Erdfelt2007-10-083-10/+14
| | | | | | | | | ArchivaRepository has been removed from model. This work was needed before repository layout/detection proposal work is started. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582987 13f79535-47bb-0310-9956-ffa450edef68
* * Updating my email address from joakim@erdfelt.com to my apache side email ↵Joakim Erdfelt2007-08-034-4/+4
| | | | | | address at joakime@apache.org git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-336]: Repository Admin - "Index Repository" appears to not do anything. Joakim Erdfelt2007-05-111-20/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537304 13f79535-47bb-0310-9956-ffa450edef68
* Updates to RepositoryScanning process, task, and admin screenJoakim Erdfelt2007-05-091-14/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@536390 13f79535-47bb-0310-9956-ffa450edef68
* Fixing archiva-converter and usage in archiva-cliJoakim Erdfelt2007-04-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532496 13f79535-47bb-0310-9956-ffa450edef68
* working archiva-ali againJesse McConnell2007-04-132-52/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@528525 13f79535-47bb-0310-9956-ffa450edef68