aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
Commit message (Collapse)AuthorAgeFilesLines
...
* upgrade commons-dbcp and commons-poolOlivier Lamy2011-10-271-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189975 13f79535-47bb-0310-9956-ffa450edef68
* remove not anymore included artifactsOlivier Lamy2011-10-271-51/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189974 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1539] Upgrade to Jetty 7Olivier Lamy2011-10-272-38/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189909 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1539] Upgrade to Jetty: fix webdav testOlivier Lamy2011-10-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189905 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1539] Upgrade to Jetty 7.Olivier Lamy2011-10-271-15/+11
| | | | | | change pom declaration. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189902 13f79535-47bb-0310-9956-ffa450edef68
* move javax.mail version to a propertyOlivier Lamy2011-10-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189230 13f79535-47bb-0310-9956-ffa450edef68
* move the derby version to a propertyOlivier Lamy2011-10-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189229 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2011-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185622 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.4-M1Olivier Lamy2011-10-181-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185616 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1327] implement alternative or improve repository metadata storage: if ↵Olivier Lamy2011-10-051-48/+0
| | | | | | no repository.xml found in ${appserver.base}/conf/repository.xml revert to the default found in resources. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179245 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1327] implement alternative or improve repository metadata storage: add ↵Olivier Lamy2011-10-051-0/+48
| | | | | | default repository.xml for jetty distrib git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179148 13f79535-47bb-0310-9956-ffa450edef68
* move antrun version to pluginManagement sectionOlivier Lamy2011-10-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178320 13f79535-47bb-0310-9956-ffa450edef68
* update version to 1.4-M1-SNAPSHOTBrett Porter2011-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178021 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to new appassembler plugin versionBrett Porter2011-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177885 13f79535-47bb-0310-9956-ffa450edef68
* simple formattingOlivier Lamy2011-09-291-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177184 13f79535-47bb-0310-9956-ffa450edef68
* formatting onlyBrett Porter2011-09-231-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1174598 13f79535-47bb-0310-9956-ffa450edef68
* update licenses and send in RATBrett Porter2011-08-251-6/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
* fix some warning when building with maven3Olivier Lamy2011-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103901 13f79535-47bb-0310-9956-ffa450edef68
* merged recent changes from trunk, and reimplemented incoming audit log ↵Brett Porter2010-01-191-1/+1
|\ | | | | | | | | | | functionality as a plugin using the metadata repository git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900664 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare for next development iterationBrett Porter2010-01-131-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898618 13f79535-47bb-0310-9956-ffa450edef68
| * [maven-release-plugin] prepare release archiva-1.3Brett Porter2010-01-131-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898616 13f79535-47bb-0310-9956-ffa450edef68
* | [MRM-1025] remove JPOX from the model and remove the Archiva database ↵Brett Porter2009-12-161-31/+0
| | | | | | | | | | | | configuration git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@891133 13f79535-47bb-0310-9956-ffa450edef68
* | [MRM-1025] merge -r721944:723577 from former MRM-1025 branch, now aligned to ↵Brett Porter2009-10-161-1/+1
|/ | | | | | trunk git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@825867 13f79535-47bb-0310-9956-ffa450edef68
* some POM clean upBrett Porter2009-10-071-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@822640 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808338 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808336 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807091 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.2Maria Odea B. Ching2009-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@807087 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1216] remove jetty-logging configuration and log everything to stdout ↵Brett Porter2009-07-162-37/+0
| | | | | | (wrapper.log) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794571 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1217] Switch to Jetty 6.1.19Brett Porter2009-07-161-65/+1
| | | | | | | [MRM-1218] Upgrade to JSP 2.1 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794554 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1207]Maria Odea B. Ching2009-07-121-1/+5
| | | | | | | | | submitted by: Maria Catherine Tan o configure wrapper log file to roll each day git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@793261 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778166 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778164 13f79535-47bb-0310-9956-ffa450edef68
* revert to 1.2.1-SNAPSHOTMaria Odea B. Ching2009-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778156 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2.1Maria Odea B. Ching2009-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778151 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2009-03-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757124 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2Maria Odea B. Ching2009-03-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1091]Maria Odea B. Ching2009-02-201-1/+1
| | | | | | | upgrade appaseembler plugin to 1.0 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746186 13f79535-47bb-0310-9956-ffa450edef68
* move up to the latest assembly plugin consistentlyBrett Porter2009-01-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@736038 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712168 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.2-M1Maria Odea B. Ching2008-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@712154 13f79535-47bb-0310-9956-ffa450edef68
* remove plugin repositoryBrett Porter2008-10-071-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@702439 13f79535-47bb-0310-9956-ffa450edef68
* upgrade appassembler-plugin to 1.0-beta-2Maria Odea B. Ching2008-09-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@696977 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-880]Maria Odea B. Ching2008-08-122-1/+13
| | | | | | | | -upgraded appassambler-maven-plugin version to latest snapshot -include solaris-sparc-32, solaris-sparc-64 and linux-x86-64 bin and lib files in the standalone bundle git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@685059 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677215 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.1Maria Odea B. Ching2008-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@677213 13f79535-47bb-0310-9956-ffa450edef68
* removed forgotten jetty.host and jetty.port properties being set in jetty.xmxlMaria Odea B. Ching2008-07-091-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@675081 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationMaria Odea B. Ching2008-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674706 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-1.1Maria Odea B. Ching2008-07-081-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674704 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-767]Maria Odea B. Ching2008-07-042-0/+267
| | | | | | | | -for the generated jetty bundle, use the LICENSE file (which has the wrapper license) located in archiva-jetty/src/main/resources instead of the LICENSE file from the apache resource bundle git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673985 13f79535-47bb-0310-9956-ffa450edef68