aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
Commit message (Collapse)AuthorAgeFilesLines
* adjust site structure in accordance with modules, and make the header ↵Brett Porter2008-05-102-0/+32
| | | | | | consistent with the main site git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655189 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-05-107-156/+244
| | | | | | | -move servlet authentication code to archiva-security git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655027 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-05-083-53/+131
| | | | | | | | -use authentication scheme used in RepositoryServlet -temporarily commented out authentication for new versions of artifacts git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@654479 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-05-073-29/+29
| | | | | | | | -update feed link url from the request url -set query import in ArtifactsByRepositoryConstraint git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653999 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-05-066-17/+71
| | | | | | | | * I broke MRM-440, so this restores that functionality * Locked down the enforcer plugin version so that Maven does not go looking for it everytime we build git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653817 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavJames William Dumay2008-05-0610-75/+380
| | | | | | | | | | * Implemented Webdav properties, including copy/move/delete operations * Unit tested the DavResourceLocator and DavLocatorFactory implementations (More tests on the way) * Introduced joda-time dependency todo ISO8601 dates for the dav servlet git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653769 13f79535-47bb-0310-9956-ffa450edef68
* MRM-781James William Dumay2008-05-062-8/+49
| | | | | | | | * Tests for RepositoryPathUtil * Remove itcould webdav readme git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653748 13f79535-47bb-0310-9956-ffa450edef68
* improve the error message to confirm the file when this pops up next. I ↵Brett Porter2008-05-061-2/+4
| | | | | | think I'm seeing this when proxying metadata in some instances git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653709 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-05-054-7/+144
| | | | | | | | -set limit date of artifacts to be included in the feed (new artifacts in repo) -created test for ArtifactsByRepositoryConstraint git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653303 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-774] Allow a POM file to be uploaded along with the artifact.Wendy Smoak2008-05-042-21/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653190 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-05-036-27/+465
| | | | | | | | | -added basic http authentication to rss feed servlet -added commons-codec as dependency which is used for decoding the username and password -updated tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652981 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-04-302-11/+11
| | | | | | | fixed where condition for querying new versions of a specific artifact git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652241 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-04-3021-35/+537
| | | | | | | | | | -added the servlet that would handle the rss feed requests -created tests for the servlet -removed thrown exception in getSpringConfigLocation() that is being overridden in PlexusInStringTestCase -updated jsps to the new rss feed urls git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652230 13f79535-47bb-0310-9956-ffa450edef68
* -added startTime variable to contain when the consumers were executedMaria Odea B. Ching2008-04-282-7/+27
| | | | | | | -added get and set method for the variable to be able to set it in the tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652068 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-733]Maria Odea B. Ching2008-04-281-4/+0
| | | | | | | removed dependency to archiva-rss git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652045 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-04-2825-105/+153
| | | | | | | | -added the constraints for getting the different versions of a specific artifact -added the whenGathered field in beginScan(..) of RepositoryContentConsumer interface and updated all implementing consumers git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652043 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-773]Maria Odea B. Ching2008-04-2711-273/+588
| | | | | | | | -get feed contents from the database -generate the feed without writing to a file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@651956 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-781] make sure file is closedBrett Porter2008-04-231-3/+14
| | | | | | | Submitted by: James William Dumay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@650757 13f79535-47bb-0310-9956-ffa450edef68
* fix the tests to operate consistently on all platformsBrett Porter2008-04-212-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@650071 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-780] Access to indexes files with a browser is not possibleBrett Porter2008-04-203-13/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649910 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-781] correct probem with guest accountBrett Porter2008-04-192-6/+7
| | | | | | | Submitted by: James William Dumay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649748 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694] display the groups in the repositories pageBrett Porter2008-04-183-4/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649453 13f79535-47bb-0310-9956-ffa450edef68
* sort the files on the indexBrett Porter2008-04-181-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649401 13f79535-47bb-0310-9956-ffa450edef68
* remove unused/unneeded filesBrett Porter2008-04-181-53/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649397 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-781] additional fixes to webdavBrett Porter2008-04-182-2/+4
| | | | | | | Submitted by: James William Dumay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649382 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-694]Maria Odea B. Ching2008-04-185-3/+52
| | | | | | | | | | changes by Nap Ramirez, Maria Catherine Tan, Henry Isidro, Brett Porter and myself -add repositoryGroups in configuration -updated ArchivaConfiguration and added test for this change git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649364 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-781] remove empty directoriesBrett Porter2008-04-182-884/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649358 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-781] Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdavBrett Porter2008-04-18101-13721/+1741
| | | | | | | Submitted by: James William Dumay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649352 13f79535-47bb-0310-9956-ffa450edef68
* add missing dependencyBrett Porter2008-04-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649011 13f79535-47bb-0310-9956-ffa450edef68
* remove bad plexus descriptor requirement since it was removedBrett Porter2008-04-171-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648990 13f79535-47bb-0310-9956-ffa450edef68
* -added check to not generate rss feed if there are no new artifactsMaria Odea B. Ching2008-04-172-6/+8
| | | | | | | -do not set the link for the feed entries git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648913 13f79535-47bb-0310-9956-ffa450edef68
* fix broken testBrett Porter2008-04-161-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648470 13f79535-47bb-0310-9956-ffa450edef68
* Replacing plexus-digest with archiva-checksumJoakim Erdfelt2008-04-1512-601/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648115 13f79535-47bb-0310-9956-ffa450edef68
* -added additional test case for RssFeedGeneratorMaria Odea B. Ching2008-04-151-7/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648105 13f79535-47bb-0310-9956-ffa450edef68
* -reverted exclusions of plexus-container in plexus-spring dependencyMaria Odea B. Ching2008-04-1519-120/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648097 13f79535-47bb-0310-9956-ffa450edef68
* -exclude plexus container in plexus-spring dependencyMaria Odea B. Ching2008-04-1419-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647784 13f79535-47bb-0310-9956-ffa450edef68
* remove all traces of the Plexus containerBrett Porter2008-04-1447-241/+233
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647663 13f79535-47bb-0310-9956-ffa450edef68
* -update to PlexusInSpringTestCaseMaria Odea B. Ching2008-04-142-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647649 13f79535-47bb-0310-9956-ffa450edef68
* Moving archiva-checksum into place in trunk. (will enable it into the build ↵Joakim Erdfelt2008-04-1415-0/+1096
| | | | | | in a future commit) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647648 13f79535-47bb-0310-9956-ffa450edef68
* remove plexus test caseBrett Porter2008-04-144-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647646 13f79535-47bb-0310-9956-ffa450edef68
* remove use of plexus containerBrett Porter2008-04-102-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646650 13f79535-47bb-0310-9956-ffa450edef68
* remove plexus container dependenciesBrett Porter2008-04-1011-42/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646630 13f79535-47bb-0310-9956-ffa450edef68
* clean up dependenciesBrett Porter2008-04-0916-2/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68
* use the correct maven2 type for a maven2 plugin request to fix testBrett Porter2008-04-092-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646431 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary component definitionsBrett Porter2008-04-0939-421/+207
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646403 13f79535-47bb-0310-9956-ffa450edef68
* MRM-768 : use a distinct "type" for maven1 and maven2 plugins to avoid ↵Nicolas De Loof2008-04-085-10/+30
| | | | | | conflicts when M2 plugins are stored in M1 repo git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645955 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-123]Maria Odea B. Ching2008-04-081-7/+41
| | | | | | | -configure host and port of the links in the rss feeds git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645833 13f79535-47bb-0310-9956-ffa450edef68
* additional tests and add classifierBrett Porter2008-04-085-2/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645780 13f79535-47bb-0310-9956-ffa450edef68
* guard against incorrect generationBrett Porter2008-04-081-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645761 13f79535-47bb-0310-9956-ffa450edef68
* a couple of workarounds to force "offline" behaviourBrett Porter2008-04-081-13/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645751 13f79535-47bb-0310-9956-ffa450edef68