aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [MRM-666] show repository ID on the edit repository pageBrett Porter2008-02-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630843 13f79535-47bb-0310-9956-ffa450edef68
* guard against NPEBrett Porter2008-02-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630842 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-691] ensure proper scheduling after configuration changesBrett Porter2008-02-251-61/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630838 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-691] diagnostic message for failuresBrett Porter2008-02-251-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630816 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-713] extensionPattern in FilenameParser is incorrectBrett Porter2008-02-252-1/+7
| | | | | | Submitted by: james ahlborn git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630811 13f79535-47bb-0310-9956-ffa450edef68
* diagnose test failureBrett Porter2008-02-251-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630810 13f79535-47bb-0310-9956-ffa450edef68
* test method is requiredBrett Porter2008-02-251-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630801 13f79535-47bb-0310-9956-ffa450edef68
* disable unpredictableBrett Porter2008-02-251-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630794 13f79535-47bb-0310-9956-ffa450edef68
* update the JPOX plugin version to remove some unneeded dependenciesBrett Porter2008-02-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630761 13f79535-47bb-0310-9956-ffa450edef68
* -merge changes from archiva-1.0.x branch -r630722Maria Odea B. Ching2008-02-251-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630750 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709 - Use commons-io instead of Plexus Utils.Joakim Erdfelt2008-02-251-23/+36
| | | | | | * Compensating for the behaviour difference of FileUtils.writeStringToFile() git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630739 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-243-5/+5
| | | | | | * Using FileUtils from commons-io git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630593 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-244-4/+4
| | | | | | * Changing to FileUtils in commons-io. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630592 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-243-67/+5
| | | | | | * Eliminating AsciiFileUtil as it is now redundant. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630590 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-243-29/+13
| | | | | | * Using FileUtils from commons-io. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630589 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-241-2/+3
| | | | | | * Changing FileUtils to commons-io equivalent. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630588 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709 - Migrate to commons-io from plexus utils.Joakim Erdfelt2008-02-241-1/+1
| | | | | | | | * Upgrading commons-io from 1.2 to 1.4 to gain various improvements in FileUtils (move / copy / rename / etc...) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630587 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-02-241-14/+14
| | | | | | * migrating FileUtils from plexus-utils to commons-io git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630586 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709 - Use commons-io instead of PlexusUtils.Joakim Erdfelt2008-02-242-1/+5
| | | | | | | * 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-229-87/+181
| | | | | | | | | 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-2137-319/+351
| | | | | | | | * 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-2111-88/+113
| | | | | | | | * Changing AbstractLogEnabled for consumers. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629703 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-2110-48/+1
| | | | | | | | * Fixing dependencies for slf4j git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629701 13f79535-47bb-0310-9956-ffa450edef68
* use slf4j-simple for all testingBrett Porter2008-02-211-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629694 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-214-22/+174
| | | | | | | | | | | | * 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-703] Artifacts with extensions longer than fours characters breaks ↵Brett Porter2008-02-192-21/+29
| | | | | | | | | | repository scanning Submitted by: Jim Jackson Merged from: r629020 on archiva-1.0.x branch git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629023 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-700] Repository ids in distributionManagement must match server ids in ↵Wendy Smoak2008-02-181-3/+10
| | | | | | | | | settings.xml Reported by: Martin Holler git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628786 13f79535-47bb-0310-9956-ffa450edef68
* use latest surefire pluginBrett Porter2008-02-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628549 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-692]Maria Odea B. Ching2008-02-173-28/+127
| | | | | | | | | | Applied patch submitted by Dario Oliveros -added RepositoryProblemByArtifactConstraint for querying repo problems by artifact -remove repo problems if artifact no longer exists in the repo git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628473 13f79535-47bb-0310-9956-ffa450edef68
* experimental file for those wanting to compare the terse Maven POM syntaxBrett Porter2008-02-111-0/+410
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@620425 13f79535-47bb-0310-9956-ffa450edef68
* use released parentBrett Porter2008-02-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@620424 13f79535-47bb-0310-9956-ffa450edef68
* MRM-678 : cache 404 errors in UrlFailureCacheNicolas De Loof2008-01-312-7/+19
| | | | | | testcase fixed to check for cache (not) to be used when cachefailure is (disabled /) enabled git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@617102 13f79535-47bb-0310-9956-ffa450edef68
* remove Jpox repository as jpox-1.1.9 is now available on central.Nicolas De Loof2008-01-301-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@616794 13f79535-47bb-0310-9956-ffa450edef68
* -merged with -r616198 in archiva-1.0.x branchMaria Odea B. Ching2008-01-301-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@616600 13f79535-47bb-0310-9956-ffa450edef68
* fix MRM-670 - server-side validation and LegacyArtifactPath computationNicolas De Loof2008-01-283-24/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615904 13f79535-47bb-0310-9956-ffa450edef68
* fix MRM-667 thanks to James William Dumay pacthNicolas De Loof2008-01-286-3/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615848 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-622]Maria Odea B. Ching2008-01-253-12/+48
| | | | | | | - added test for the order of deletion in RetentionCountRepositoryPurge git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615120 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-622]Maria Odea B. Ching2008-01-24148-1843/+261
| | | | | | | | | | - fixed up DaysOldRepositoryPurge - added test case for the fix - updated existing test cases - replaced actual jar and pom files used in the test cases with dummies git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@614840 13f79535-47bb-0310-9956-ffa450edef68
* couple of clarifications on the JSPsBrett Porter2008-01-212-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613849 13f79535-47bb-0310-9956-ffa450edef68
* doc clarificationBrett Porter2008-01-211-20/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613848 13f79535-47bb-0310-9956-ffa450edef68
* -reverted version of parent pom to 2-SNAPSHOTMaria Odea B. Ching2008-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613814 13f79535-47bb-0310-9956-ffa450edef68
* -downgraded maven-assembly-plugin because of the problem with the bundled docsMaria Odea B. Ching2008-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613791 13f79535-47bb-0310-9956-ffa450edef68
* correct managed versionsBrett Porter2008-01-201-26/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613507 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-01-1736-46/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612722 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.0.1Maria Odea B. Ching2008-01-1736-65/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612720 13f79535-47bb-0310-9956-ffa450edef68
* -updated parent pom version from 2-SNAPSHOT to 2Maria Odea B. Ching2008-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612694 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-619]Maria Odea B. Ching2008-01-144-6/+16
| | | | | | | | -standardized Users Guide -added Scanning a Database section in Repositories page git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611720 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-646]Maria Odea B. Ching2008-01-141-8/+23
| | | | | | | | -added instructions for deploying archiva to tomcat 6.0.x -mail-1.4.jar should also be added to common/lib git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611707 13f79535-47bb-0310-9956-ffa450edef68
* fix to getArtifactReference beeing removed from LegacyArtifactPathNicolas De Loof2008-01-111-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611119 13f79535-47bb-0310-9956-ffa450edef68
* reverted preivous change : cacheFailure is shared between connectors and has ↵Nicolas De Loof2008-01-111-9/+1
| | | | | | side effects git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611116 13f79535-47bb-0310-9956-ffa450edef68