summaryrefslogtreecommitdiffstats
path: root/archiva-base
Commit message (Collapse)AuthorAgeFilesLines
* restructure according to discussion on the dev listBrett Porter2008-03-291344-112499/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68
* change the group IDBrett Porter2008-03-2919-57/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642482 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-591]Maria Odea B. Ching2008-03-261-0/+1
| | | | | | | -group defective artifacts by repository in the report git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@641103 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-664] Cannot download a strut-module artifact in a Legacy repositoryBrett Porter2008-03-255-4/+14
| | | | | | | | - there seemed to be no reason to rename type from . to - apart from cosmetics so this was changed to allow - in extensions Merged from: r640811 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@640823 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-746] unable to include *.xml in artifacts list as it picks up ↵Brett Porter2008-03-2521-236/+499
| | | | | | | | | | | | 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
* [MRM-659] archiva cannot serve ejb artifacts from a maven1 repositoryBrett Porter2008-03-254-12/+54
| | | | | | | Merged from: r640759 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@640761 13f79535-47bb-0310-9956-ffa450edef68
* Fixing license headersJoakim Erdfelt2008-03-2421-155/+298
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@640299 13f79535-47bb-0310-9956-ffa450edef68
* [MNG-734] fix plugin-level metadata handlingBrett Porter2008-03-2016-60/+716
| | | | | | | Merged from: r639260 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639273 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-738] increase logging on path errors so we can identify the sourceBrett Porter2008-03-202-4/+4
| | | | | | | Merged from: r639156 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639158 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-622]Maria Odea B. Ching2008-03-174-58/+159
| | | | | | | | | -applied the part for removing the project model from the effective cache of the archiva-database-consumers.patch submitted by Dario Oliveros -delete the project model from the db if it already exists in ProjectModelToDatabaseConsumer git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637928 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports.Joakim Erdfelt2008-03-1617-33/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637540 13f79535-47bb-0310-9956-ffa450edef68
* * Adding missing text contexts needed for testing.Joakim Erdfelt2008-03-164-6/+72
| | | | | | | | * Cleaning up deps based on depMgmt available in parent pom now. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637518 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up deps now defined elsewhereJoakim Erdfelt2008-03-161-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637517 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing apache header.Joakim Erdfelt2008-03-161-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637500 13f79535-47bb-0310-9956-ffa450edef68
* Adding apache header, fixing javadocs.Joakim Erdfelt2008-03-161-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637499 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing slf4j test scope depJoakim Erdfelt2008-03-161-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637497 13f79535-47bb-0310-9956-ffa450edef68
* merge the archiva-spring branchBrett Porter2008-03-1433-177/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637056 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-608]Maria Odea B. Ching2008-03-141-0/+1
| | | | | | | -set whenProcessed to null everytime an artifact is discovered git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637023 13f79535-47bb-0310-9956-ffa450edef68
* MRM-709: Use commons-io instead of Plexus Utils Joakim Erdfelt2008-03-141-20/+3
| | | | | | * Fixing build error. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637001 13f79535-47bb-0310-9956-ffa450edef68
* MRM-710: Use commons-lang instead of Plexus Utils Joakim Erdfelt2008-03-141-2/+2
| | | | | | | Replacing plexus utils StringUtils with FilenameUtils. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636997 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-709] Use commons-io instead of Plexus UtilsJoakim Erdfelt2008-03-143-5/+3
| | | | | | | | * Some more IOUtil and FileUtil conversions. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636996 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-709] Use commons-io instead of Plexus UtilsJoakim Erdfelt2008-03-145-21/+20
| | | | | | | | * Some more IOUtil and FileUtil conversions. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636993 13f79535-47bb-0310-9956-ffa450edef68
* MRM-731 - variable in url pom are not replaced.Joakim Erdfelt2008-03-113-8/+27
| | | | | | | | Applying same fix as in branch/archiva-1.0.x git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@635795 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-715] switch to IndexWriter since IndexModifier is deprecated in 2.3.1Brett Porter2008-03-031-30/+14
| | | | | | | Merged from r632892 on archiva-1.0.x branch git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@632893 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-661] fix handling of removing the last element from a listBrett Porter2008-02-254-13/+267
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630878 13f79535-47bb-0310-9956-ffa450edef68
* remove cache that caused BytecodeIndexTest to erroneously pass, fix testBrett Porter2008-02-252-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630859 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-731] fix failure introduced by previous commitBrett Porter2008-02-251-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630844 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-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: 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-2117-190/+215
| | | | | | | | * 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-217-59/+68
| | | | | | | | * 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-216-27/+0
| | | | | | | | * Fixing dependencies for slf4j git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629701 13f79535-47bb-0310-9956-ffa450edef68
* MRM-708 - Migrate from Plexus Logging to Slf4JJoakim Erdfelt2008-02-213-21/+162
| | | | | | | | | | | | * 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-692]Maria Odea B. Ching2008-02-172-28/+70
| | | | | | | | | | 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