]> source.dussan.org Git - archiva.git/log
archiva.git
16 years ago[MRM-773]
Maria Odea B. Ching [Sat, 10 May 2008 08:33:57 +0000 (08:33 +0000)]
[MRM-773]
-move servlet authentication code to archiva-security

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655027 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-773]
Maria Odea B. Ching [Thu, 8 May 2008 11:27:00 +0000 (11:27 +0000)]
[MRM-773]
-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

16 years ago[MRM-773]
Maria Odea B. Ching [Wed, 7 May 2008 08:11:59 +0000 (08:11 +0000)]
[MRM-773]
document the rss feeds

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@654026 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-773]
Maria Odea B. Ching [Wed, 7 May 2008 06:09:51 +0000 (06:09 +0000)]
[MRM-773]
-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

16 years agoMRM-781 Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
James William Dumay [Tue, 6 May 2008 15:40:22 +0000 (15:40 +0000)]
MRM-781 Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
* 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

16 years agoMRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
James William Dumay [Tue, 6 May 2008 13:32:28 +0000 (13:32 +0000)]
MRM-781 - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
* 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

16 years agoMRM-781
James William Dumay [Tue, 6 May 2008 11:32:22 +0000 (11:32 +0000)]
MRM-781
* Tests for RepositoryPathUtil
* Remove itcould webdav readme

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653748 13f79535-47bb-0310-9956-ffa450edef68

16 years agoimprove the error message to confirm the file when this pops up next. I think I'm...
Brett Porter [Tue, 6 May 2008 08:37:28 +0000 (08:37 +0000)]
improve the error message to confirm the file when this pops up next. I 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

16 years ago[MRM-774] Updated docs for the ability to upload a POM along with an artifact.
Wendy Smoak [Tue, 6 May 2008 02:01:00 +0000 (02:01 +0000)]
[MRM-774] Updated docs for the ability to upload a POM along with an artifact.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653665 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove inherited URL
Brett Porter [Mon, 5 May 2008 23:15:52 +0000 (23:15 +0000)]
remove inherited URL

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653628 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-773]
Maria Odea B. Ching [Mon, 5 May 2008 06:24:29 +0000 (06:24 +0000)]
[MRM-773]
-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

16 years ago[MRM-774] Allow a POM file to be uploaded along with the artifact.
Wendy Smoak [Sun, 4 May 2008 09:09:22 +0000 (09:09 +0000)]
[MRM-774] Allow a POM file to be uploaded along with the artifact.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653190 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-773]
Maria Odea B. Ching [Sat, 3 May 2008 02:38:07 +0000 (02:38 +0000)]
[MRM-773]
-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

16 years ago[MRM-773]
Maria Odea B. Ching [Wed, 30 Apr 2008 03:29:34 +0000 (03:29 +0000)]
[MRM-773]
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

16 years ago[MRM-773]
Maria Odea B. Ching [Wed, 30 Apr 2008 02:18:43 +0000 (02:18 +0000)]
[MRM-773]
-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

16 years ago-added startTime variable to contain when the consumers were executed
Maria Odea B. Ching [Mon, 28 Apr 2008 06:21:54 +0000 (06:21 +0000)]
-added startTime variable to contain when the consumers were executed
-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

16 years ago[MRM-733]
Maria Odea B. Ching [Mon, 28 Apr 2008 02:31:42 +0000 (02:31 +0000)]
[MRM-733]
removed dependency to archiva-rss

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@652045 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-773]
Maria Odea B. Ching [Mon, 28 Apr 2008 02:17:44 +0000 (02:17 +0000)]
[MRM-773]
-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

16 years ago[MRM-773]
Maria Odea B. Ching [Sun, 27 Apr 2008 14:04:28 +0000 (14:04 +0000)]
[MRM-773]
-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

16 years ago[MRM-781] make sure file is closed
Brett Porter [Wed, 23 Apr 2008 06:13:45 +0000 (06:13 +0000)]
[MRM-781] make sure file is closed
Submitted by: James William Dumay

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@650757 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix the tests to operate consistently on all platforms
Brett Porter [Mon, 21 Apr 2008 10:00:35 +0000 (10:00 +0000)]
fix the tests to operate consistently on all platforms

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@650071 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-780] Access to indexes files with a browser is not possible
Brett Porter [Sun, 20 Apr 2008 11:13:55 +0000 (11:13 +0000)]
[MRM-780] Access to indexes files with a browser is not possible

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649910 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-781] correct probem with guest account
Brett Porter [Sat, 19 Apr 2008 03:15:06 +0000 (03:15 +0000)]
[MRM-781] correct probem with guest account
Submitted by: James William Dumay

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649748 13f79535-47bb-0310-9956-ffa450edef68

16 years agorefer to the parent in the externals checkout
Brett Porter [Sat, 19 Apr 2008 03:07:20 +0000 (03:07 +0000)]
refer to the parent in the externals checkout

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649745 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-694] display the groups in the repositories page
Brett Porter [Fri, 18 Apr 2008 10:40:45 +0000 (10:40 +0000)]
[MRM-694] display the groups in the repositories page

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649453 13f79535-47bb-0310-9956-ffa450edef68

16 years agosort the files on the index
Brett Porter [Fri, 18 Apr 2008 08:11:17 +0000 (08:11 +0000)]
sort the files on the index

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649401 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove unused/unneeded files
Brett Porter [Fri, 18 Apr 2008 07:56:48 +0000 (07:56 +0000)]
remove unused/unneeded files

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649397 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-781] additional fixes to webdav
Brett Porter [Fri, 18 Apr 2008 06:30:31 +0000 (06:30 +0000)]
[MRM-781] additional fixes to webdav
Submitted by: James William Dumay

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649382 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-694]
Maria Odea B. Ching [Fri, 18 Apr 2008 04:38:48 +0000 (04:38 +0000)]
[MRM-694]
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

16 years ago[MRM-781] remove empty directories
Brett Porter [Fri, 18 Apr 2008 03:42:39 +0000 (03:42 +0000)]
[MRM-781] remove empty directories

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649358 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-781] Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
Brett Porter [Fri, 18 Apr 2008 03:05:18 +0000 (03:05 +0000)]
[MRM-781] Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
Submitted by: James William Dumay

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649352 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadd missing dependency
Brett Porter [Thu, 17 Apr 2008 08:52:01 +0000 (08:52 +0000)]
add missing dependency

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649011 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove bad plexus descriptor requirement since it was removed
Brett Porter [Thu, 17 Apr 2008 07:38:15 +0000 (07:38 +0000)]
remove bad plexus descriptor requirement since it was removed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648990 13f79535-47bb-0310-9956-ffa450edef68

16 years ago-added check to not generate rss feed if there are no new artifacts
Maria Odea B. Ching [Thu, 17 Apr 2008 01:03:01 +0000 (01:03 +0000)]
-added check to not generate rss feed if there are no new artifacts
-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

16 years ago-exclude commons-io which is causing a conflict
Maria Odea B. Ching [Wed, 16 Apr 2008 06:28:19 +0000 (06:28 +0000)]
-exclude commons-io which is causing a conflict

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648549 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix broken test
Brett Porter [Wed, 16 Apr 2008 00:29:07 +0000 (00:29 +0000)]
fix broken test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648470 13f79535-47bb-0310-9956-ffa450edef68

16 years agoReplacing plexus-digest with archiva-checksum
Joakim Erdfelt [Tue, 15 Apr 2008 04:44:17 +0000 (04:44 +0000)]
Replacing plexus-digest with archiva-checksum

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648115 13f79535-47bb-0310-9956-ffa450edef68

16 years agoFixing svn:ignores
Joakim Erdfelt [Tue, 15 Apr 2008 04:41:06 +0000 (04:41 +0000)]
Fixing svn:ignores

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648114 13f79535-47bb-0310-9956-ffa450edef68

16 years ago-added additional test case for RssFeedGenerator
Maria Odea B. Ching [Tue, 15 Apr 2008 03:06:55 +0000 (03:06 +0000)]
-added additional test case for RssFeedGenerator

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648105 13f79535-47bb-0310-9956-ffa450edef68

16 years ago-reverted exclusions of plexus-container in plexus-spring dependency
Maria Odea B. Ching [Tue, 15 Apr 2008 02:14:25 +0000 (02:14 +0000)]
-reverted exclusions of plexus-container in plexus-spring dependency

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648097 13f79535-47bb-0310-9956-ffa450edef68

16 years ago-exclude plexus container in plexus-spring dependency
Maria Odea B. Ching [Mon, 14 Apr 2008 13:03:47 +0000 (13:03 +0000)]
-exclude plexus container in plexus-spring dependency

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647784 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove all traces of the Plexus container
Brett Porter [Mon, 14 Apr 2008 04:58:17 +0000 (04:58 +0000)]
remove all traces of the Plexus container

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647663 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-677]
Maria Odea B. Ching [Mon, 14 Apr 2008 03:04:47 +0000 (03:04 +0000)]
[MRM-677]
-upgrade redback to 1.0.1

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647651 13f79535-47bb-0310-9956-ffa450edef68

16 years ago-update to PlexusInSpringTestCase
Maria Odea B. Ching [Mon, 14 Apr 2008 02:49:38 +0000 (02:49 +0000)]
-update to PlexusInSpringTestCase

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647649 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMoving archiva-checksum into place in trunk. (will enable it into the build in a...
Joakim Erdfelt [Mon, 14 Apr 2008 02:43:41 +0000 (02:43 +0000)]
Moving archiva-checksum into place in trunk. (will enable it into the build in a future commit)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647648 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove plexus test case
Brett Porter [Mon, 14 Apr 2008 01:26:33 +0000 (01:26 +0000)]
remove plexus test case

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647646 13f79535-47bb-0310-9956-ffa450edef68

16 years agomake it clearer where the conf. file resides
Brett Porter [Thu, 10 Apr 2008 23:31:23 +0000 (23:31 +0000)]
make it clearer where the conf. file resides

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647010 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove use of plexus container
Brett Porter [Thu, 10 Apr 2008 05:10:09 +0000 (05:10 +0000)]
remove use of plexus container

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646650 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove plexus container dependencies
Brett Porter [Thu, 10 Apr 2008 03:32:24 +0000 (03:32 +0000)]
remove plexus container dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646630 13f79535-47bb-0310-9956-ffa450edef68

16 years agoclean up dependencies
Brett Porter [Wed, 9 Apr 2008 17:19:31 +0000 (17:19 +0000)]
clean up dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68

16 years agouse the correct maven2 type for a maven2 plugin request to fix test
Brett Porter [Wed, 9 Apr 2008 16:36:19 +0000 (16:36 +0000)]
use the correct maven2 type for a maven2 plugin request to fix test

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646431 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove unnecessary component definitions
Brett Porter [Wed, 9 Apr 2008 15:31:57 +0000 (15:31 +0000)]
remove unnecessary component definitions

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646403 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMRM-768 : use a distinct "type" for maven1 and maven2 plugins to avoid conflicts...
Nicolas De Loof [Tue, 8 Apr 2008 14:51:30 +0000 (14:51 +0000)]
MRM-768 : use a distinct "type" for maven1 and maven2 plugins to avoid 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

16 years ago[MRM-123]
Maria Odea B. Ching [Tue, 8 Apr 2008 10:36:50 +0000 (10:36 +0000)]
[MRM-123]
-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

16 years agoadditional tests and add classifier
Brett Porter [Tue, 8 Apr 2008 07:28:46 +0000 (07:28 +0000)]
additional tests and add classifier

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645780 13f79535-47bb-0310-9956-ffa450edef68

16 years agoguard against incorrect generation
Brett Porter [Tue, 8 Apr 2008 04:34:36 +0000 (04:34 +0000)]
guard against incorrect generation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645761 13f79535-47bb-0310-9956-ffa450edef68

16 years agoa couple of workarounds to force "offline" behaviour
Brett Porter [Tue, 8 Apr 2008 01:24:10 +0000 (01:24 +0000)]
a couple of workarounds to force "offline" behaviour

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645751 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-123]
Maria Odea B. Ching [Mon, 7 Apr 2008 15:50:57 +0000 (15:50 +0000)]
[MRM-123]
-generate/update rss feeds after repository scan
-add rss feed icon in repositories (for new artifacts in repo feed) and in browse artifact (for new versions of artifact feed)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645576 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix overzealous dependency trim
Brett Porter [Mon, 7 Apr 2008 15:15:24 +0000 (15:15 +0000)]
fix overzealous dependency trim

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645559 13f79535-47bb-0310-9956-ffa450edef68

16 years agorefreshed the CLI
Brett Porter [Mon, 7 Apr 2008 13:13:06 +0000 (13:13 +0000)]
refreshed the CLI

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645493 13f79535-47bb-0310-9956-ffa450edef68

16 years agosome POM cleanup
Brett Porter [Mon, 7 Apr 2008 13:04:30 +0000 (13:04 +0000)]
some POM cleanup

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645487 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove unneeded dependencies
Brett Porter [Mon, 7 Apr 2008 08:05:40 +0000 (08:05 +0000)]
remove unneeded dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645406 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadd LICENSE
Brett Porter [Mon, 7 Apr 2008 06:57:29 +0000 (06:57 +0000)]
add LICENSE

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645399 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadd a consumer (not enabled by default) that can generate a dependency tree as XML
Brett Porter [Mon, 7 Apr 2008 06:23:47 +0000 (06:23 +0000)]
add a consumer (not enabled by default) that can generate a dependency tree as XML

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645394 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupgrade plugin version
Brett Porter [Mon, 7 Apr 2008 06:22:51 +0000 (06:22 +0000)]
upgrade plugin version

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645393 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-123]
Maria Odea B. Ching [Mon, 7 Apr 2008 02:56:58 +0000 (02:56 +0000)]
[MRM-123]
-generate feeds for new artifacts in the repo and new versions of artifacts
-added tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645347 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix missing import
Brett Porter [Fri, 4 Apr 2008 01:04:10 +0000 (01:04 +0000)]
fix missing import

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644567 13f79535-47bb-0310-9956-ffa450edef68

16 years agostarting release notes for 1.1
Brett Porter [Thu, 3 Apr 2008 15:19:17 +0000 (15:19 +0000)]
starting release notes for 1.1

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644355 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-746] also need to make sure the metadata is not scanned in getVersions
Brett Porter [Thu, 3 Apr 2008 14:16:35 +0000 (14:16 +0000)]
[MRM-746] also need to make sure the metadata is not scanned in getVersions
Merged from: r644317

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644324 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-762] fix incorrect HTML
Brett Porter [Thu, 3 Apr 2008 13:03:47 +0000 (13:03 +0000)]
[MRM-762] fix incorrect HTML
Merged from: r644297

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644301 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-763] correct incorrect cron expressions
Brett Porter [Thu, 3 Apr 2008 12:31:40 +0000 (12:31 +0000)]
[MRM-763] correct incorrect cron expressions
Merged from: r644279

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644282 13f79535-47bb-0310-9956-ffa450edef68

16 years agoignore target
Brett Porter [Thu, 3 Apr 2008 12:07:41 +0000 (12:07 +0000)]
ignore target

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644277 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-159] should not respond with a 404 if proxying a file results in a remote error
Brett Porter [Thu, 3 Apr 2008 12:03:54 +0000 (12:03 +0000)]
[MRM-159] should not respond with a 404 if proxying a file results in a remote error
Merged from: r644205, 644275

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644276 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-764] default policies are not selected in the add proxy connector page
Brett Porter [Thu, 3 Apr 2008 07:32:33 +0000 (07:32 +0000)]
[MRM-764] default policies are not selected in the add proxy connector page
Merged from: r644195

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644199 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-123]
Maria Odea B. Ching [Thu, 3 Apr 2008 03:42:59 +0000 (03:42 +0000)]
[MRM-123]
-move the rss classes to it's own module

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644151 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-532] Display the value of the index directory and allow it to be edited through...
Wendy Smoak [Thu, 3 Apr 2008 03:35:04 +0000 (03:35 +0000)]
[MRM-532] Display the value of the index directory and allow it to be edited through the web interface

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@644150 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-123]
Maria Odea B. Ching [Wed, 2 Apr 2008 10:01:50 +0000 (10:01 +0000)]
[MRM-123]
-use rome for the rss feeds
-added the rss feed generator

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@643826 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-758] cron expressions with a comma are not being scheduled after configuration...
Brett Porter [Mon, 31 Mar 2008 05:56:09 +0000 (05:56 +0000)]
[MRM-758] cron expressions with a comma are not being scheduled after configuration save
Merged from: r642886

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642890 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] s/APP_BASE/ARCHIVA_BASE/
Brett Porter [Mon, 31 Mar 2008 05:05:49 +0000 (05:05 +0000)]
[MRM-688] s/APP_BASE/ARCHIVA_BASE/

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642876 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix the version handling since the group ID change, and simplify in the process
Brett Porter [Mon, 31 Mar 2008 03:25:25 +0000 (03:25 +0000)]
fix the version handling since the group ID change, and simplify in the process

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642863 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] need to be able to read configuration from the original home directory...
Brett Porter [Mon, 31 Mar 2008 03:10:05 +0000 (03:10 +0000)]
[MRM-688] need to be able to read configuration from the original home directory as well

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642862 13f79535-47bb-0310-9956-ffa450edef68

16 years agouse the date for logging, and remove the obsolete console appender
Brett Porter [Mon, 31 Mar 2008 02:25:32 +0000 (02:25 +0000)]
use the date for logging, and remove the obsolete console appender
Merged from: r642856

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642858 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] remove webdefault.xml - it's the same as the one already provided by jetty.jar
Brett Porter [Mon, 31 Mar 2008 00:52:40 +0000 (00:52 +0000)]
[MRM-688] remove webdefault.xml - it's the same as the one already provided by jetty.jar

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642849 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-725] make path handling compliant with the specification. This corrects a proble...
Brett Porter [Sun, 30 Mar 2008 22:26:18 +0000 (22:26 +0000)]
[MRM-725] make path handling compliant with the specification. This corrects a problem on websphere
Submitted by: Steffen Grunwald
Merged from: r642827

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642828 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-755] set the right MIME type for POMs
Brett Porter [Sun, 30 Mar 2008 22:08:29 +0000 (22:08 +0000)]
[MRM-755] set the right MIME type for POMs
Submitted by: Stefan Prange
Merged from: r642824

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642825 13f79535-47bb-0310-9956-ffa450edef68

16 years agodeploy the site on release
Brett Porter [Sun, 30 Mar 2008 00:13:12 +0000 (00:13 +0000)]
deploy the site on release

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642652 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix assembly
Brett Porter [Sat, 29 Mar 2008 11:05:21 +0000 (11:05 +0000)]
fix assembly

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642529 13f79535-47bb-0310-9956-ffa450edef68

16 years agoCLI requires these in the root
Brett Porter [Sat, 29 Mar 2008 10:21:20 +0000 (10:21 +0000)]
CLI requires these in the root

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642526 13f79535-47bb-0310-9956-ffa450edef68

16 years agoarrange plugin declarations to minimise need to release parent while maximising reuse...
Brett Porter [Sat, 29 Mar 2008 10:12:41 +0000 (10:12 +0000)]
arrange plugin declarations to minimise need to release parent while maximising reuse. Move all reporting and Java configuration into modules section

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642524 13f79535-47bb-0310-9956-ffa450edef68

16 years agorestructure according to discussion on the dev list
Brett Porter [Sat, 29 Mar 2008 03:09:22 +0000 (03:09 +0000)]
restructure according to discussion on the dev list

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642497 13f79535-47bb-0310-9956-ffa450edef68

16 years agomove build resources to the sandbox until ready for first release and use
Brett Porter [Sat, 29 Mar 2008 02:08:01 +0000 (02:08 +0000)]
move build resources to the sandbox until ready for first release and use

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642485 13f79535-47bb-0310-9956-ffa450edef68

16 years agochange the group ID
Brett Porter [Sat, 29 Mar 2008 02:01:11 +0000 (02:01 +0000)]
change the group ID

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642482 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate SVN URLs
Brett Porter [Sat, 29 Mar 2008 00:35:44 +0000 (00:35 +0000)]
update SVN URLs

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642455 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[INFRA-1563] move Archiva to a TLP
Brett Porter [Fri, 28 Mar 2008 23:24:46 +0000 (23:24 +0000)]
[INFRA-1563] move Archiva to a TLP

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642426 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-656] documentation adjustments trunk@642424
Brett Porter [Fri, 28 Mar 2008 15:36:50 +0000 (15:36 +0000)]
[MRM-656] documentation adjustments
Merged from: r642263

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642266 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] update the guide for Windows
Brett Porter [Fri, 28 Mar 2008 15:11:08 +0000 (15:11 +0000)]
[MRM-688] update the guide for Windows

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642253 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] remove the plexus configuration
Brett Porter [Fri, 28 Mar 2008 15:03:15 +0000 (15:03 +0000)]
[MRM-688] remove the plexus configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642251 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-688] correct scripts for Windows
Brett Porter [Fri, 28 Mar 2008 14:30:43 +0000 (14:30 +0000)]
[MRM-688] correct scripts for Windows

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642241 13f79535-47bb-0310-9956-ffa450edef68

16 years ago[MRM-610] correct unit test in Windows
Brett Porter [Fri, 28 Mar 2008 13:25:12 +0000 (13:25 +0000)]
[MRM-610] correct unit test in Windows

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642227 13f79535-47bb-0310-9956-ffa450edef68

16 years agoremove bogus environment variables in favour of descriptions
Brett Porter [Fri, 28 Mar 2008 13:10:05 +0000 (13:10 +0000)]
remove bogus environment variables in favour of descriptions

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@642218 13f79535-47bb-0310-9956-ffa450edef68