summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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 snapshots.repository.codehaus.org so that plexus-spring can be found.Joakim Erdfelt2008-03-161-0/+38
| | | | | | | | | | | * Adding spring as default dependency. * Adding plexus-spring to depMgmt * Adding spring-context to depMgmt * Adding spring-web to depMgmt git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637515 13f79535-47bb-0310-9956-ffa450edef68
* Adding apache header and type javadoc.Joakim Erdfelt2008-03-161-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637501 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-14164-435/+15194
| | | | 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
* Adding initial archiva-build-resources module to hold checkstyle / pmd / ↵Joakim Erdfelt2008-03-143-0/+334
| | | | | | etc.. rules git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636998 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-145-18/+29
| | | | | | | | * 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-216]Maria Odea B. Ching2008-03-141-0/+42
| | | | | | | -added instructions on how to deploy an artifact via the web ui form git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636970 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-141-5/+9
| | | | | | | -generate/update checksums of metadata files git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636957 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-144-27/+75
| | | | | | | -added form validation and other validation in the action class git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636953 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-134-44/+221
| | | | | | | | -generate pom for the artifact if set by the user -update metadata file git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636703 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-125-43/+204
| | | | | | | | -copy temporary upload file to the target repository -added check if user has upload permission to the repository git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636284 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-123-12/+39
| | | | | | | | -moved the artifact upload fields into a separate form -added upload artifact in the navigation menu git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636194 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-216]Maria Odea B. Ching2008-03-116-1/+239
| | | | | | | | | | | | Submitted by Wendy Smoak -added jsp page and action class for uploading single artifacts -added commons-file-upload as dependency -i commented out some parts in UploadAction as they need to be modified to reflect the changes in some of the Archiva components used. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@635836 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
* ignore targetBrett Porter2008-03-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@635117 13f79535-47bb-0310-9956-ffa450edef68
* add plugin repoBrett Porter2008-03-071-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@634503 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688]Maria Odea B. Ching2008-03-041-0/+1
| | | | | | | -added the archiva-jetty module to the build git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@633415 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688]Maria Odea B. Ching2008-03-041-3/+12
| | | | | | | -added appserver.base as additional java parameter git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@633408 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688]Maria Odea B. Ching2008-03-042-1/+69
| | | | | | | | -added config for mail session and archiva and users db in jetty.xml -unpack webapp included in tar ball git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@633367 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-688]Maria Odea B. Ching2008-02-291-2/+2
| | | | | | | -changed artifactId from archiva-jetty-archetype to archiva-jetty git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@632268 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688]Maria Odea B. Ching2008-02-298-0/+0
| | | | | | | -renamed archiva-jetty-archetype module to archiva-jetty git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@632265 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688] don't translate line endings for binariesBrett Porter2008-02-291-13/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@632260 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-688]Maria Odea B. Ching2008-02-298-0/+1100
| | | | | | | -added module that generates the archiva jetty standalone bundle git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@632245 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-720] upgrade to Lucene 2.3.1Brett Porter2008-02-281-1/+1
| | | | | | | Submitted and tested by: James William Dumay git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@631832 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-719] closure does not need to be a componentBrett Porter2008-02-271-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@631726 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
* [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