Commit Graph

278 Commits

Author SHA1 Message Date
Maria Odea B. Ching 21a61ab5f9 [MRM-265]
- added method for deleting the artifacts in the db when a repo is deleted
- also deleted repo scan statistics when the repo is deleted
- created DAO that does retrieving, deleting and adding of RepositoryContentStatistics to the db
- added and updated tests



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586919 13f79535-47bb-0310-9956-ffa450edef68
2007-10-21 17:30:07 +00:00
Brett Porter 1d6c1b9d0a add a configuration file for jetty:run so that it doesn't create ~/.m2/archiva.xml - make testing isolated
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586858 13f79535-47bb-0310-9956-ffa450edef68
2007-10-21 05:20:38 +00:00
Brett Porter 381948f69e [MRM-400] improve appearance of selected tab by removing unnecessary link
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586846 13f79535-47bb-0310-9956-ffa450edef68
2007-10-21 03:45:59 +00:00
Joakim Erdfelt 8042e19982 [MRM-520] Proxy Connectors are not deleted with the deletion of a Repository.
Added ability of delete (managed|remote) repository action to clear out the associated proxy connector.
Added tests.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586635 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 22:47:43 +00:00
Joakim Erdfelt e74ebe51b7 Adding version into footer
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586630 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 22:21:54 +00:00
Joakim Erdfelt 8ce5a7d4f9 [MRM-398] configure guest access by default for pre-configured repositories
* Moving redback initialization from a lazy init via xwork interceptor to archiva's startup process.
* Changing UserAssignment process to check/create assignment before assigning new roles.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586622 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 21:46:08 +00:00
Joakim Erdfelt 544c45f048 Changing name from "Maven Archiva" to "Apache Archiva" to match website.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@585562 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 16:30:31 +00:00
Joakim Erdfelt a97d5c15b7 Fixing GET vs PUT logic.
Encountered a situation where a PUT could result in a 404.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584992 13f79535-47bb-0310-9956-ffa450edef68
2007-10-16 01:29:31 +00:00
Joakim Erdfelt 1e78efcf9f [MRM-468] incorrect URL reported from failures in WebDAV
Corrected locally the error message being reported by it.could.webdav



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584986 13f79535-47bb-0310-9956-ffa450edef68
2007-10-16 00:52:42 +00:00
Joakim Erdfelt 912b15a347 [MRM-398] configure guest access by default for pre-configured repositories
Reverted partially r584279. (some good fixes for related bugs in place)
Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584902 13f79535-47bb-0310-9956-ffa450edef68
2007-10-15 20:39:26 +00:00
Maria Odea B. Ching 829e85759e [MRM-521]
- added range validation for the repository purge fields 


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584665 13f79535-47bb-0310-9956-ffa450edef68
2007-10-15 03:59:21 +00:00
Joakim Erdfelt 7fa01fb175 [MRM-398] configure guest access by default for pre-configured repositories
Newly added repositories are assigned to the guest user in read-only mode.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584279 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 21:35:41 +00:00
Joakim Erdfelt 18174bb428 Removing unused plexus test component xmls.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584274 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 21:20:54 +00:00
Joakim Erdfelt fb5386209f Using new ManagedRepositoryContent.toFile( ArchivaArtifact )
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584217 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 17:58:29 +00:00
Joakim Erdfelt e4d1944847 Fixing Error 500 condition.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583874 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 16:40:49 +00:00
Joakim Erdfelt 46c2f650b3 Fixing test case NPE wrt repo.location.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583652 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 00:32:22 +00:00
Joakim Erdfelt 9aa41ce31b Fixing event triggers.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583648 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 00:18:02 +00:00
Joakim Erdfelt 731955abe9 [MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository
Fixed by reseting dav servers on configuration save properly.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583646 13f79535-47bb-0310-9956-ffa450edef68
2007-10-11 00:14:43 +00:00
Joakim Erdfelt 5c36e85275 [MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifactId, like "maven-test-plugin"
Final cleanup based on tests from real maven 1 projects.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583637 13f79535-47bb-0310-9956-ffa450edef68
2007-10-10 23:06:39 +00:00
Joakim Erdfelt e6bf512368 [MRM-432] Proxy Connectors are unable to download artifacts with alpha numerical version numbers
[MRM-519] fail to resolve artifactId for libs that contain versionKeyword in artifactId, like "maven-test-plugin"
[MRM-518] Changing the internal repository directory has no effect
[MRM-512] Unable to convert null repository config to archiva repository.
[MRM-533] metadata-updater is changing lastUpdating timestamp when it shouldn't
[MRM-493] Downloaded artifacts are stored in incorrect archiva-managed repository
- Work against proposal in mailing list http://www.nabble.com/-Proposal--Repository-Layout-Detection-Interaction-Changes.-tf4577852.html
- Creation of package org.apache.maven.archiva.repository.content
- Creation of RepositoryContent alternative as outlined in proposal.
- Have not swung all code over to new repositorycontent object yet.
- Left old BidirectionalRepositoryLayout classes in place temporarily.
- Migrated the following over to new RepositoryContent objects...
  * the /repository/ url
  * proxying
  * metadata updating
  * repository purge classes
- Unit testing. Lots and lots of unit testing.
- Correcting bad template email address.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583412 13f79535-47bb-0310-9956-ffa450edef68
2007-10-10 09:47:20 +00:00
Joakim Erdfelt 8af86cd884 Finishing the Repository split work that brett started.
ArchivaRepository has been removed from model.
This work was needed before repository layout/detection proposal work is started.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582987 13f79535-47bb-0310-9956-ffa450edef68
2007-10-08 22:07:39 +00:00
Joakim Erdfelt 1ad4bcc637 Removing debug statement from JSP.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582023 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 22:42:07 +00:00
Joakim Erdfelt 42336da5e3 [MRM-482] Saving a proxy connector after adding a new property results to HTTP 500 error
[MRM-477] Missing ability to manage proxy order.
[MRM-437] admin editing of proxy connectors fails in multiple instances
* Split giant ball of mud ConfigureProxyConnectorAction into seperate Add/Edit/Delete/Sort/List actions
* Added ability to maintain sort order.
* Added unit testing.
* Cleaned up Proxy Connector admin UI to allow for extra long Location / URL paths.
* Slideout Hide of the Advanced configuration options on the Proxy Connector list screen.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@582020 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 22:29:43 +00:00
Joakim Erdfelt b07a8c9aac Making archiva startup deterministic.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581348 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:57:19 +00:00
Joakim Erdfelt eaab7a56c6 [MRM-202] Change the top-left logo to be an Archiva logo that goes to the front page of the instance
Applied url to webwork namespace:action of "/index" for top left logo.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581332 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:12:18 +00:00
Joakim Erdfelt 3a88ce0ad2 [MRM-513] Support remote repositories with passwords.
Commited patch from James William Dumay.
Updated title/h1 sections of add/edit/delete jsps to be consistent with regards to "remote" and "managed" usage.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581324 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:00:48 +00:00
Joakim Erdfelt f4330d5248 [MRM-448] validation for reports form.
Creating validation.
Changing "Show Reports" to "Pick Reports" to be more clear.
Minor cleanup of jasper detection.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@581119 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 00:44:21 +00:00
Brett Porter bc5df1bd8a [MRM-528] run consumers as artifacts arrive via proxy
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 00:12:03 +00:00
Joakim Erdfelt dca8107e77 [MRM-503] Metadata files need Pragma:no-cache response header.
Applied Pragma and Cache-Control headers to maven-metadata.xml requests only.
Added TODO for other filetypes.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579747 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 18:23:41 +00:00
Joakim Erdfelt 0af7305111 [MRM-494] leaving repository ID blank on the add repository page goes to the edit page where ID cannot be edited
Overhauled repository admin actions to be more consistent with best practices.
Split into seperate actions.
Added -validation.xml files.
Added unit tests.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579417 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 00:01:01 +00:00
Brett Porter 0222469bc6 simplify the repository configuration pages
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579036 13f79535-47bb-0310-9956-ffa450edef68
2007-09-25 02:13:13 +00:00
Joakim Erdfelt 503001adf3 [MRM-494] leaving repository ID blank on the add repository page goes to the edit page where ID cannot be edited
Spliting webwork definition of INPUT into ADD/EDIT, and correcting validations.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@579016 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 23:16:50 +00:00
Joakim Erdfelt 6db52ffbd9 [MRM-320] ProxiedDavServer breaks update policy.
Removing commented code left over from MRM-153 fix.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578317 13f79535-47bb-0310-9956-ffa450edef68
2007-09-21 23:16:58 +00:00
Joakim Erdfelt 134b817e45 Invalid text in plexus.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@577473 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 23:46:29 +00:00
Maria Odea B. Ching 55baa9dff8 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576050 13f79535-47bb-0310-9956-ffa450edef68
2007-09-16 06:42:14 +00:00
Maria Odea B. Ching ffb8b570c3 [maven-release-plugin] prepare release archiva-1.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576048 13f79535-47bb-0310-9956-ffa450edef68
2007-09-16 06:39:24 +00:00
Maria Odea B. Ching 954be952d0 [MRM-153]
Submitted by: nicolas de loof

- Added method in ProxiedDavServer that allows to get a relocated artifact (either client-side relocation or server-side 
relocation)



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@576032 13f79535-47bb-0310-9956-ffa450edef68
2007-09-16 05:18:18 +00:00
Emmanuel Venisse 0ba9ea290c [MRM-497] Add resource reference entries.
Submitted by: Aleksandr Tarutin

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575702 13f79535-47bb-0310-9956-ffa450edef68
2007-09-14 14:39:51 +00:00
Emmanuel Venisse 2c66979b90 [MRM-499] Add freemarker property and some missing templates for performance
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575681 13f79535-47bb-0310-9956-ffa450edef68
2007-09-14 13:51:32 +00:00
Emmanuel Venisse 5a24cb679a [MRM-498] Update to latest webwork/xwork
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575677 13f79535-47bb-0310-9956-ffa450edef68
2007-09-14 13:46:58 +00:00
Maria Odea B. Ching aa168a8c8e [MRM-438]
- Leveraged existing jar and pom images
- Set background of the download-type icons to tranparent
- Updated site.css



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575191 13f79535-47bb-0310-9956-ffa450edef68
2007-09-13 06:43:07 +00:00
Brett Porter cd957318dc [MRM-496] start a test case
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575133 13f79535-47bb-0310-9956-ffa450edef68
2007-09-13 00:10:20 +00:00
Brett Porter 7b2e4063bf [MRM-496] fix the edit page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@575123 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 23:38:35 +00:00
Brett Porter 5120cb78ad [MRM-457] don't display the snapshot removal options in the repository list page if snapshots are not included
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574903 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 12:10:08 +00:00
Brett Porter 14658271d1 [MRM-144] clean up TODOs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574898 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:57:08 +00:00
Brett Porter 037c5872e2 [MRM-144] no need to do this here - consumer cleans up later
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574894 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:50:08 +00:00
Brett Porter ae4e1ada9b [MRM-144] indexed -> scanned
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574891 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:39:16 +00:00
Brett Porter 184cf0176b clarify comments
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574886 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 11:04:48 +00:00
Brett Porter 17f229020f [MRM-462] separate configuration of managed and remote repositories
Merged from branches/MRM-462

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574859 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 09:33:41 +00:00
Maria Odea B. Ching b8cca284ca Added localization for redback in webwork.properties
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574773 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 03:01:06 +00:00
Joakim Erdfelt 273ba79f76 [MRM-463] Metadata merging doesn't work.
Updating guessing of intent on incoming request differently, to handle new metadata processing requirements.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574122 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 03:03:18 +00:00
Maria Odea B. Ching a55d85e504 [MRM-392]
- Added javascript function for submitting the form to a specific action depending on which textfield the onKeyPress event was invoked
- Added onkeypress action to the property, blacklist pattern and whitelist pattern textfields



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571430 13f79535-47bb-0310-9956-ffa450edef68
2007-08-31 11:04:54 +00:00
Joakim Erdfelt f928567cf4 Adding SNIPPET code to mysql example.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571010 13f79535-47bb-0310-9956-ffa450edef68
2007-08-30 01:23:42 +00:00
Joakim Erdfelt 9314b0e4f8 Adding .tar.bz2 and .zip to assembly creation.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571009 13f79535-47bb-0310-9956-ffa450edef68
2007-08-30 01:23:17 +00:00
Brett Porter 8ffe658623 [MRM-449, 450] improvements to the group search reporting
Submitted by: Teodoro Cue Jr.


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@568011 13f79535-47bb-0310-9956-ffa450edef68
2007-08-21 08:16:36 +00:00
Maria Odea B. Ching 3e28430e1c [MRM-383]
- Updated javascript function and <c:forEach> loop for different file types in repositoryScanning.jsp



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567614 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 09:22:24 +00:00
Maria Odea B. Ching d011dad404 [MRM-393]
- Updated javascript function setAndSubmit(..)
- Changed getBlackListPattern() to getPattern in ConfigureProxyConnectorAction.removeBlackListPattern()



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@567556 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 06:38:54 +00:00
Maria Odea B. Ching 58671364fc [MRM-374] and [MRM-407]
- Added hack for the webwork checkbox bug (when default value is true) in ConfigureRepositoryAction



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@566068 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 08:47:14 +00:00
Brett Porter 00f5596da5 [MRM-408] make sure parent directories exist when making a PUT request
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564511 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 08:44:33 +00:00
Brett Porter c6767af195 [MRM-408] make sure parent directories exist when making a PUT request
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@564508 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 08:36:23 +00:00
Maria Odea B. Ching d9ff71462a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563101 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 10:38:34 +00:00
Maria Odea B. Ching 72c28b496c [maven-release-plugin] prepare release 1.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563098 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 10:35:55 +00:00
Maria Odea B. Ching 45ad3a396b [MRM-275]
- Added days older, retention count and delete released snapshots fields in repository page.
- Updated RepositoryPurgeConsumer



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@563030 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 05:45:38 +00:00
Brett Porter 8205cd60f9 [MRM-447] Jasper is only included if built with a profile
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562691 13f79535-47bb-0310-9956-ffa450edef68
2007-08-04 10:58:40 +00:00
Brett Porter 5391c0e0de [MRM-329] revised reporting actions
Submitted by: Teodoro Cue

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562514 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 16:12:21 +00:00
Brett Porter 0dc2c29c92 [MRM-329] revised reporting actions
Submitted by: Teodoro Cue

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562511 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 16:02:00 +00:00
Brett Porter 83dfd74838 [MRM-430] fix error display
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562505 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 15:32:38 +00:00
Brett Porter a84578e55b remove outdated configuration action
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562494 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 15:01:58 +00:00
Joakim Erdfelt ad906608b7 * Updating my email address from joakim@erdfelt.com to my apache side email address at joakime@apache.org
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562485 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 14:44:15 +00:00
Brett Porter 01350dc303 [MRM-430] configuration adjustments and tests
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562474 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 14:16:58 +00:00
Brett Porter 2c42dfa250 [MRM-429] correct problems when ui is modified - the actionerrors were not shown and the checksum blanked
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562384 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 08:24:29 +00:00
Brett Porter f8e12362f6 [MRM-412] support legacy layout requests
Submitted by: nicolas de loof

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562356 13f79535-47bb-0310-9956-ffa450edef68
2007-08-03 06:54:05 +00:00
Joakim Erdfelt 59cd555432 [MRM-329] The Reports link gives an HTTP 500
Patch by: Teodoro Cue Jr



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562233 13f79535-47bb-0310-9956-ffa450edef68
2007-08-02 20:02:27 +00:00
Brett Porter f96925f95c [MRM-290] Ability to pre-configure the Jetty port in conf/plexus.xml
Submitted by: Olivier Lamy


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@560419 13f79535-47bb-0310-9956-ffa450edef68
2007-07-27 23:13:16 +00:00
Maria Odea B. Ching baa1c8af97 [MRM-326]
Submitted by Jan Ancajas

- Added validation in ConfigureRepositoryAction
- Added input and error results in saveRepository (xwork.xml)



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@558904 13f79535-47bb-0310-9956-ffa450edef68
2007-07-24 01:06:56 +00:00
Maria Odea B. Ching 488303a9e8 [MRM-425 and MRM-426]
- Added and modified code for handling snapshots (if the versions of a specific artifact snapshot are only timestamped versions, add a 
generic snapshot which is pointing to the latest timestamp version) in DefaultRepositoryBrowsing and ProjectModelToDatabaseConsumer.
- Updated pom validations in ProjectModelToDatabaseConsumer - handling of timestamped versions were considered
- Added isUniqueSnapshot(..) and isGenericSnapshot(..) in VersionUtil
- Added new attribute 'modelVersion' in DependencyTreeTag to get the in-pom version. Did not use the version attribute so as to retain the 
actual version being browsed. Also updated DependencyTree
- Updated the ff. pages for the version to be displayed: artifactInfo.jspf, showArtifact.jsp, dependencyTree.jsp and artifactDecorator.jsp
- Updated the version in SearchResultHit



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@558795 13f79535-47bb-0310-9956-ffa450edef68
2007-07-23 16:48:30 +00:00
Joakim Erdfelt 029c0c9789 * Fixing ArtifactsByChecksumConstraint for null types.
* Adding anonymous type constructor for ArtifactsByChecksumConstraint.
* Removing DatabaseSearch.  (We don't want a repeat of the mess that exists within continuum!)



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@551997 13f79535-47bb-0310-9956-ffa450edef68
2007-06-29 18:52:49 +00:00
Fabrice Bellingard b1652e7034 Various <version> fixes in POMs after 1.0-alpha-2 release
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550447 13f79535-47bb-0310-9956-ffa450edef68
2007-06-25 10:37:47 +00:00
Wendy Smoak c1ef06e2ab [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550128 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 22:22:30 +00:00
Wendy Smoak 2023b7ee64 [maven-release-plugin] prepare release archiva-parent-1.0-alpha-2
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550126 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 22:21:50 +00:00
Wendy Smoak b3e8aed7cc MRM-424 include 'apache' and the version number in the distribution filenames
How do I get the source distro to unpack to a directory ending in -src?

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549983 13f79535-47bb-0310-9956-ffa450edef68
2007-06-23 00:25:35 +00:00
Fabrice Bellingard eaf53426c9 [MRM-420] Editing a network proxy creates a new network proxy when saving modifications
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549793 13f79535-47bb-0310-9956-ffa450edef68
2007-06-22 12:00:27 +00:00
Maria Odea B. Ching 49ec5dcb1f [MRM-416]
- Added DatabaseSearch class for querying from the database (This could be used for future database queries so there is only one entry point for all 
db queries)
- Added ArtifactsByChecksumConstraint to be used for querying artifacts by checksum (either sha1, md5 or both)
- Updated "artifact" result of findArtifact action in xwork.xml
- Updated SearchAction to find an artifact (using checksums) in the database instead of in the indices
- Updated results.jsp to accomodate when the results came from the database instead of the SearchResults that is for index searching
- Deleted ArtifactsBySha1Constraint and its test, replaced by ArtifactsByChecksumConstraint
- Created tests for the new classes added



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549792 13f79535-47bb-0310-9956-ffa450edef68
2007-06-22 11:57:55 +00:00
Joakim Erdfelt 7db9b8b693 [MRM-357]: Update Consumers button in Repository Scanning doesn't work
Applying patch from Napoleon Ramirez.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549567 13f79535-47bb-0310-9956-ffa450edef68
2007-06-21 17:41:21 +00:00
Joakim Erdfelt 0c58a1c253 Turning down the noise in the log.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548828 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 19:14:37 +00:00
Joakim Erdfelt 795337f573 [MRM-358] Update Consumers button in Database - Artifact Scanning doesn't work.
Patch from Napolean Ramirez applied.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548821 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 18:43:30 +00:00
Joakim Erdfelt 502b1c454d Fixing collation to utf8_general_ci
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548150 13f79535-47bb-0310-9956-ffa450edef68
2007-06-18 00:52:26 +00:00
Joakim Erdfelt 6c338b2fe4 Fixing nasty ; bug.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548136 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 23:30:05 +00:00
Joakim Erdfelt ffa63bbba5 Fixing JDK 1.5 specific usage of JspWriter, in favor of JDK 1.4 usage.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548117 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 21:23:08 +00:00
Joakim Erdfelt e7664898d6 [MRM-410] Dependency Tree is not shown in artifact details screen.
* Refactored project resolution into ProjectModelResolverFactory component.
* All resolution access points now use this factory.
* Created ResolverFactoryInit as plexus component load-on-start, to hookup database to resolver stack.
* Created archiva:dependency-tree taglib



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548008 13f79535-47bb-0310-9956-ffa450edef68
2007-06-17 04:50:05 +00:00
Maria Odea B. Ching 4d18f5723d MRM-409 and MRM-376
-Added pom validation in ProjectModelToDatabaseConsumer
-Added handling of ObjectNotFoundException in ShowArtifactAction
-Created a new class CorruptArtifactReport for corrupt/invalid pom or artifact repository problem (to be added in database)



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@547209 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 10:47:02 +00:00
Brett Porter 5755e0ebc7 remove unused leaked implementation detail
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@545828 13f79535-47bb-0310-9956-ffa450edef68
2007-06-10 01:44:27 +00:00
Fabrice Bellingard f814cbad98 [MRM-371] Unable to add a remote repository
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544773 13f79535-47bb-0310-9956-ffa450edef68
2007-06-06 08:59:27 +00:00
Wendy Smoak fe86f88baf Remove Cargo config from the webapp, see archiva-webapp-test.
Introduce a profile for the webapp tests, and fix version numbers.


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544022 13f79535-47bb-0310-9956-ffa450edef68
2007-06-04 00:56:05 +00:00
Wendy Smoak 6eb1173bb7 Initial pass at configuring the Cargo plugin to start Archiva in Tomcat.
TODO: Investigate config for data sources.


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543842 13f79535-47bb-0310-9956-ffa450edef68
2007-06-03 05:24:12 +00:00
Joakim Erdfelt 9bcbf0e482 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543535 13f79535-47bb-0310-9956-ffa450edef68
2007-06-01 17:10:47 +00:00
Joakim Erdfelt 582f8d5781 [maven-release-plugin] prepare release archiva-1.0-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543533 13f79535-47bb-0310-9956-ffa450edef68
2007-06-01 17:10:13 +00:00
Maria Odea B. Ching 5a5d69200d MRM-381 Applied patch submitted by Teodoro Cue. Field 'md5' was changed to 'q' in SearchAction-checksumSearch-validation.xml file as well as in findArtifact.jsp. The result 'artifact' of action checksumSearch in xwork.xml was also updated.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543109 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 10:44:46 +00:00
Joakim Erdfelt f457d052ae [MRM-378]: Clicking on the tabs in the artifact detail page doesn't change the view
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542881 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 17:20:20 +00:00
Brett Porter 7e03114ded clean up dependency versions and repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542744 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 03:47:07 +00:00
Wendy Smoak 3e1d721580 [MRM-372] Rename "Local Repositories" to "Managed Repositories" to avoid confusion with the local Maven repo in ~/.m2/repository
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542732 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 02:56:55 +00:00
Jesse McConnell 32ddc4bad9 lingering security->redback conversion issue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542717 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 01:50:34 +00:00
Joakim Erdfelt fee31978aa Stub out missing parameters / variables needed by tabs in showArtifact.jsp
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542629 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 19:24:26 +00:00
Joakim Erdfelt c44caf070d Reorganizing to eliminate foreign key constraint failure during DROP TABLE
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542616 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 18:36:59 +00:00
Maria Odea B. Ching 999bd10d0d MRM-377 Applied patch submitted by Dawn Angelito. Updated the value attribute of repositoryForm.jspf with the appropriate object fields.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542496 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 11:59:30 +00:00
Maria Odea B. Ching d29e5f02ff MRM-378 Applied patch submitted by Philip Dodds. Added mailing lists and dependecies in ShowArtifactAction. Also updated the field names used in the <c:if> conditions in mailingLists.jspf, and added the classifer in the showArtifactLink tag in artifactDependencies.jspf.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542475 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 10:12:01 +00:00
Joakim Erdfelt e9dacc6737 Disabling reports (as they are postponed to 1.0-alpha-2)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541801 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 22:30:35 +00:00
Joakim Erdfelt 0111a45140 [MRM-365]: [Admin / Proxy Connectors] Add/Edit screen doesn't display red "X" for removing a (whitelist/blacklist) pattern.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541746 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 18:45:51 +00:00
Joakim Erdfelt bf565c3f3a [MRM-331]: Finding an Artifact gives an HTTP 500
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541744 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 18:33:59 +00:00
Jesse McConnell 5a681a15c9 fixed an issue with checkboxes not saving values correctly when editting repositoriesarchiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/repositories/ConfigureRepositoryAction.java
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541725 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 17:15:56 +00:00
Joakim Erdfelt 701945429f [MRM-330]: Searching gives an HTTP 500
Functionality is now the same as archiva 0.9

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541723 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 17:11:37 +00:00
Jesse McConnell fd3c19b4f0 checkbox toggle on snapshot working correctly, releases and indexed are still being finicky, need to look to other sources that might be keeping this from working correctly
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541703 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 16:07:30 +00:00
Jesse McConnell a58ca0bb51 fix rendered jsp error
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541700 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 16:02:32 +00:00
Joakim Erdfelt 0c61521dde [MRM-330]: Searching gives an HTTP 500
Next phase of work towards a search/find fix.
Many improvements in indexer / configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541680 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 15:05:51 +00:00
Jesse McConnell cb92f4907f added appserver.home system property
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541657 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 13:56:32 +00:00
Jesse McConnell 2f085d123d [MRM-361] indexed -> scannable text change
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541503 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 01:26:56 +00:00
Jesse McConnell cc93e200f2 [MRM-361] clear up scanning vs indexing verbage
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541455 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 22:21:23 +00:00
Jesse McConnell e705ccfc96 [MRM-362] converted scan repository now to button, placed in pretty place in my own vicious table oriented way and renamed from Index Now
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541448 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 22:06:10 +00:00
Jesse McConnell faae01e818 [MRM-363] add name to local and remote repository view
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541434 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 21:16:22 +00:00
Jesse McConnell d0fc6a8c29 [MRM-364] add .tableRegion to get correct back color for user table
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541352 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 16:40:39 +00:00
Jesse McConnell 4b0ebdca08 [MRM-351] revisiting, added another configuration option for turning off the applet itself but still enabling the findArtifact functionality. switched defaults to true by popular demand as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541350 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 16:27:31 +00:00
Jesse McConnell e5d26bf107 [MRM-351] ability to turn on and off the Find Artifacts item on the left menu bar. it is defaulting to false right now.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541334 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 15:45:32 +00:00
Jesse McConnell 503dc28855 add component decl to get around PLXREDBACK-82 and activate the environment checker to unlock admin accounts on restart again
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541103 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 22:23:14 +00:00
Jesse McConnell ba431ab8e5 add repo being check to logging statement
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541065 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:46:36 +00:00
Jesse McConnell e37b24e8b4 [MRM-349] archiva-access-repository operation should have been archiva-read-repository
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541064 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:44:38 +00:00
Jesse McConnell 728afe73ad add repository roles from the configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541057 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:33:54 +00:00
Jesse McConnell 4687c698c7 adding postgres support
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541054 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 20:28:48 +00:00
Joakim Erdfelt 54fdb19382 Adding some dev-time sql files for mysql.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540617 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 15:53:43 +00:00
Joakim Erdfelt 18454da4e7 [MRM-346]: Show Artifact results in error 500.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540614 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 15:48:23 +00:00
Joakim Erdfelt ada954d630 Synching archiva's jetty-env.xml and application.xml to that of continuum's to eliminate as many derby + jpox errors
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540299 13f79535-47bb-0310-9956-ffa450edef68
2007-05-21 21:06:41 +00:00
Joakim Erdfelt da40ada2d2 [MRM-347]: Undefined ${appserver.home} and ${appserver.base}
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540296 13f79535-47bb-0310-9956-ffa450edef68
2007-05-21 21:04:20 +00:00
Joakim Erdfelt 3dce54c7fb [MRM-346]: Show Artifact results in error 500.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539619 13f79535-47bb-0310-9956-ffa450edef68
2007-05-18 22:35:12 +00:00
Joakim Erdfelt 650c56007b [MRM-346]: Show Artifact results in error 500.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539163 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 23:17:48 +00:00
Joakim Erdfelt 2ae3268ff9 [MRM-346]: Show Artifact results in error 500.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539145 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 22:16:57 +00:00
Joakim Erdfelt 45ab16622e Attempting to fix a win32 test error.
Test was attempting to use a JPOX/JDO RbacManager, and not the memory version that was declared in the test scope descriptor.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539003 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 16:26:23 +00:00
Joakim Erdfelt dff1462392 Removing noisy logging statements.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538691 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 19:13:19 +00:00
Joakim Erdfelt 6c1ebee773 [MRM-345]: Browsing shows no information.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538642 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 16:21:57 +00:00
Fabrice Bellingard ba721ad3cc [MRM-341] "delete proxy connector" page and action added.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538601 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 14:02:50 +00:00
Fabrice Bellingard ca962323fe [MRM-334] If ~/.m2 does not exist when running the webapp for the first time, a folder "~.m2" is created. Missing "/" added
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538594 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 13:53:30 +00:00
Joakim Erdfelt 09fff6ad6e [MRM-336]: Repository Admin - "Index Repository" appears to not do anything.
"Get your filthy hands off my you damned dirty NPEs!"

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538405 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 02:01:24 +00:00
Joakim Erdfelt 966e374f6c [MRM-336]: Repository Admin - "Index Repository" appears to not do anything.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538404 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 01:59:20 +00:00
Arnaud Heritier 4f35d1c716 MRM-338 : Fix dependencies convergence between archiva projects
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537669 13f79535-47bb-0310-9956-ffa450edef68
2007-05-13 23:01:31 +00:00
Wendy Smoak 396dcc7729 [MRM-337] Add the license and notice files created by the remote resources plugin to the assembly descriptor.
Contributed by: Stefano Bagnara on dev@maven
(merged r537527 from the archiva-0.9 branch)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537538 13f79535-47bb-0310-9956-ffa450edef68
2007-05-13 00:53:31 +00:00
Wendy Smoak ee88f925ab Exclude hsqldb to keep it from appearing in the NOTICE file, since it is not included in the distribution.
(merged r537536 from the archiva-0.9 branch)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537537 13f79535-47bb-0310-9956-ffa450edef68
2007-05-13 00:52:13 +00:00
Joakim Erdfelt b2a4a02c00 [MRM-336]: Repository Admin - "Index Repository" appears to not do anything.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537304 13f79535-47bb-0310-9956-ffa450edef68
2007-05-11 22:25:12 +00:00
Joakim Erdfelt e245b5c063 [MRM-332]: Adding a Proxy Connector displays a blank page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537251 13f79535-47bb-0310-9956-ffa450edef68
2007-05-11 18:04:39 +00:00
Joakim Erdfelt 688bd8114e [MRM-327]: Adding/Editing network proxies doesn't have validation
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537036 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 23:13:26 +00:00
Joakim Erdfelt 73d6f00c8e Adding derby in test scope due to redback integration.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537035 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 23:05:21 +00:00
Jesse McConnell f4c45bb518 redback integration, and added test case to archiva-security
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537013 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 22:09:39 +00:00
Jesse McConnell 47db4dbab9 redback.xml for security settings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@536994 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 21:11:18 +00:00