aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-base/archiva-common/src
Commit message (Collapse)AuthorAgeFilesLines
* restructure according to discussion on the dev listBrett Porter2008-03-2984-2650/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-642] don't rely on relative paths for testsBrett Porter2008-03-202-9/+99
| | | | | | | | Submitted by Stephen Gargan Merged from: r638988 on archiva-1.0.x git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639102 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709 - Use commons-io instead of PlexusUtils.Joakim Erdfelt2008-02-241-1/+1
| | | | | | | * Adding commons-io to archiva-commons deps. * Changing FileUtils to commons-io equivalents. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630585 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-674] correct problems with test-sources classifier and alternate ↵Brett Porter2008-02-221-8/+6
| | | | | | | | | version approaches Merged from: r630092,r630094 on archiva-1.0.x branch git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630098 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-211-16/+16
| | | | | | | | * Finishing up AbstractLogEnabled conversions to Slf4J. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629704 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-212-21/+153
| | | | | | | | | | | | * Adding slf4j-api to top level depMan * Adding slf4j-simple to top level depMan * Adding slf4j to archiva-common * Changing references to AbstractLogEnabled to slf4j Logger. * Creating Slf4JPlexusLogger to provide for non-archiva managed plexus components that require a Plexus Logger. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629691 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-576]Maria Odea B. Ching2007-11-071-0/+34
| | | | | | | | | - modified logic for deleting released snapshots, delete only if there exists a released version of that snapshot not when there is a higher released/snapshot version - adjusted tests git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@592657 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-533] Checksum files (sha1/md5) are not kept up to date on ↵Joakim Erdfelt2007-10-119-87/+533
| | | | | | | | | | | maven-metadata.xml files. Grabbed checksum check/update logic out of ChecksumPolicy into standalone Checksums component. Using new component in ChecksumPolicy and MetadatTools. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583875 13f79535-47bb-0310-9956-ffa450edef68
* Expanding unit tests. (needed to eliminate this as possible cause for other ↵Joakim Erdfelt2007-09-261-2/+34
| | | | | | issue) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579721 13f79535-47bb-0310-9956-ffa450edef68
* Fixing .toRelative() to operate in a platform neutral way. working with ↵Joakim Erdfelt2007-09-181-1/+1
| | | | | | filesystems and urls equally as well. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576682 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-463] fix merging of latest/release fields in metadataBrett Porter2007-09-131-51/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575145 13f79535-47bb-0310-9956-ffa450edef68
* Added TIMESTAMP_PATTERN variable to fix build error in archiva-repository-layer.Maria Odea B. Ching2007-08-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@570083 13f79535-47bb-0310-9956-ffa450edef68
* Fixing subtle bug in PathUtil.toRelative() encountered during Metadata work.Joakim Erdfelt2007-08-262-2/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@569758 13f79535-47bb-0310-9956-ffa450edef68
* * Updating my email address from joakim@erdfelt.com to my apache side email ↵Joakim Erdfelt2007-08-0311-11/+11
| | | | | | address at joakime@apache.org git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-425 and MRM-426]Maria Odea B. Ching2007-07-231-0/+16
| | | | | | | | | | | | | | | - Added and modified code for handling snapshots (if the versions of a specific artifact snapshot are only timestamped versions, add a generic snapshot which is pointing to the latest timestamp version) in DefaultRepositoryBrowsing and ProjectModelToDatabaseConsumer. - Updated pom validations in ProjectModelToDatabaseConsumer - handling of timestamped versions were considered - Added isUniqueSnapshot(..) and isGenericSnapshot(..) in VersionUtil - Added new attribute 'modelVersion' in DependencyTreeTag to get the in-pom version. Did not use the version attribute so as to retain the actual version being browsed. Also updated DependencyTree - Updated the ff. pages for the version to be displayed: artifactInfo.jspf, showArtifact.jsp, dependencyTree.jsp and artifactDecorator.jsp - Updated the version in SearchResultHit git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@558795 13f79535-47bb-0310-9956-ffa450edef68
* Creating VersionComparator for doing logical sorts of Lists of versions.Joakim Erdfelt2007-06-142-0/+370
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@547259 13f79535-47bb-0310-9956-ffa450edef68
* Little fix for windowsEmmanuel Venisse2007-04-261-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532761 13f79535-47bb-0310-9956-ffa450edef68
* Beefing up VersionUtil to help in webapp.Joakim Erdfelt2007-04-191-1/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@530544 13f79535-47bb-0310-9956-ffa450edef68
* Adding PathUtils.toURL() methods.Joakim Erdfelt2007-04-132-1/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@528536 13f79535-47bb-0310-9956-ffa450edef68
* Updating with changes surrounding model, and database schema, changeJoakim Erdfelt2007-04-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@525951 13f79535-47bb-0310-9956-ffa450edef68
* Updating branch with latest work towards database refactor.Joakim Erdfelt2007-04-0315-1499/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@525176 13f79535-47bb-0310-9956-ffa450edef68
* More directory movesJoakim Erdfelt2007-03-2288-0/+2812
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521470 13f79535-47bb-0310-9956-ffa450edef68