aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-common
Commit message (Collapse)AuthorAgeFilesLines
* use StringBuilder rather than StringBufferOlivier Lamy2012-08-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370992 13f79535-47bb-0310-9956-ffa450edef68
* remove all @version $Id$Olivier Lamy2012-07-0511-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1357898 13f79535-47bb-0310-9956-ffa450edef68
* take care of some ArrayList size initOlivier Lamy2012-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1229118 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/+21
| | | | | | Submitted by Jean-Baptiste Onofre. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205009 13f79535-47bb-0310-9956-ffa450edef68
* fix formatting no functionnal changesOlivier Lamy2011-11-185-90/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1203664 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-041-1/+1
| | | | 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
* [MRM-1003] Repackage sources from org.apache.maven.archiva.. to ↵Olivier Lamy2011-09-1615-15/+15
| | | | | | org.apache.archiva.. : archiva-common module git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171418 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1504] Add a new module for repository administration managementOlivier Lamy2011-09-131-0/+39
| | | | | | | 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
* update licenses and send in RATBrett Porter2011-08-252-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* cleanup creation of IndexCreator with using the container rather than using ↵Olivier Lamy2011-08-151-42/+0
| | | | | | default constructors git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158035 13f79535-47bb-0310-9956-ffa450edef68
* add OSGI index creator to the the list of indexors used by archivaOlivier Lamy2011-08-151-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158020 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1345] update use of Nexus indexer to use Maven indexerOlivier Lamy2011-06-262-6/+6
| | | | | | | remove the per-lookup component refactor test to use only NexusIndexer facade git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1139940 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1411] project information is missing if a POM could not be read correctlyMaria Odea B. Ching2011-06-152-6/+42
| | | | | | | | | o proxy parent POM if not found in the repo when building the effective POM when creating metadata (also applied the same in dependency tree builder) o added unit tests o moved out wagonfactory classes into separate module so it can be used by maven2-repository w/o depending on archiva-proxy module (as it inroduces cyclic dependency) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135978 13f79535-47bb-0310-9956-ffa450edef68
* no more need of plexus-component-metadata pluginOlivier Lamy2011-06-111-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134589 13f79535-47bb-0310-9956-ffa450edef68
* no more used plexus test configuration filesOlivier Lamy2011-06-083-102/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1133467 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-05-261-9/+5
| | | | | | | 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-1387] switch to official javax.inject library that is in the central ↵Brett Porter2010-06-111-0/+4
| | | | | | repository git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953607 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1345] MRM-1345 update use of Nexus indexer Jevica Arianne B. Zurbano2010-04-272-0/+45
| | | | | | | | | | | | | | * applied patch * moved the constant in a new class Submitted by: Gwen Harold Autencio updated dependency versions: * nexus-indexer 2.0.5 * plexus-utils 1.5.5 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@938402 13f79535-47bb-0310-9956-ffa450edef68
* restore versions on trunkBrett Porter2010-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@900345 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.3.xBrett Porter2010-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@900342 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationBrett Porter2010-01-131-1/+1
| | | | 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-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898616 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-271-1/+1
| | | | 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-1/+1
| | | | 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-1/+1
| | | | 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-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807087 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-05-241-1/+1
| | | | 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-1/+1
| | | | 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-1/+1
| | | | 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-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778151 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1172]Maria Odea B. Ching2009-05-062-0/+79
| | | | | | | | | submitted by Jan Ancajas o loosen version validation rule in VersionUtil o added test cases git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@772151 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-03-221-1/+1
| | | | 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-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
* MRM-1082 - Upgrade from plexus-maven-plugin to the plexus-component-metadata ↵James William Dumay2009-02-111-1/+1
| | | | | | plugin git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743238 13f79535-47bb-0310-9956-ffa450edef68
* remove @author tags as agreed on list: ↵Brett Porter2008-11-1911-11/+0
| | | | | | http://markmail.org/message/mtycwzotzosbywzr git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712168 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2-M1Maria Odea B. Ching2008-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712154 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-952] (also fixes MRM-615, MRM-844 and MRM-620)Maria Odea B. Ching2008-10-111-1/+1
| | | | | | | | | | | | | | | | | submitted by Michal Stochmialek - fixes problems with expression resolving (${pom.version}) in dependencies, - adds support for parent.{groupId, artifactId, version) properties, - fixes issues with jdo detachCopy called from ProjectModelToDatabaseListener while creating effective pom, - fixes inconsistency in key format used in effective model cache, - add merging parentProject and properties while creating effective pom, - ArchivaProjectModel.setOrgin("filesystem") was moved to readers (where IMO should be), - adds few new test cases. additional changes: - applied codestyle formatting to patch git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@703626 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677215 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.1Maria Odea B. Ching2008-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677213 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674706 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.1Maria Odea B. Ching2008-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674704 13f79535-47bb-0310-9956-ffa450edef68
* POM clean upBrett Porter2008-06-141-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667751 13f79535-47bb-0310-9956-ffa450edef68
* Replacing plexus-digest with archiva-checksumJoakim Erdfelt2008-04-153-541/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648115 13f79535-47bb-0310-9956-ffa450edef68