Joakim Erdfelt
7151c6cada
MRM-709 - Use commons-io instead of PlexusUtils.
...
* Adding commons-io to archiva-commons deps.
* Changing FileUtils to commons-io equivalents.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630585 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 04:33:07 +00:00
Brett Porter
ee66759481
[MRM-674] correct problems with test-sources classifier and alternate version approaches
...
Merged from: r630092,r630094 on archiva-1.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630098 13f79535-47bb-0310-9956-ffa450edef68
2008-02-22 05:50:14 +00:00
Joakim Erdfelt
5f27f502ff
MRM-708 - Migrate from Plexus Logging to Slf4J
...
* Finishing up AbstractLogEnabled conversions to Slf4J.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629704 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 07:31:33 +00:00
Joakim Erdfelt
45fca34ec2
MRM-708 - Migrate from Plexus Logging to Slf4J
...
* Changing AbstractLogEnabled for consumers.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629703 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 07:28:33 +00:00
Joakim Erdfelt
23203d1a11
MRM-708 - Migrate from Plexus Logging to Slf4J
...
* Fixing dependencies for slf4j
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629701 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 07:25:33 +00:00
Brett Porter
f43b1cfd46
use slf4j-simple for all testing
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629694 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 05:43:14 +00:00
Joakim Erdfelt
fa82cc07a1
MRM-708 - Migrate from Plexus Logging to Slf4J
...
* Adding slf4j-api to top level depMan
* Adding slf4j-simple to top level depMan
* Adding slf4j to archiva-common
* Changing references to AbstractLogEnabled to slf4j Logger.
* Creating Slf4JPlexusLogger to provide for non-archiva managed plexus components that require a Plexus Logger.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629691 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 04:49:03 +00:00
Brett Porter
a13e30feb5
[MRM-703] Artifacts with extensions longer than fours characters breaks repository scanning
...
Submitted by: Jim Jackson
Merged from: r629020 on archiva-1.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629023 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 08:35:55 +00:00
Wendy Smoak
d23dd72c41
[MRM-700] Repository ids in distributionManagement must match server ids in settings.xml
...
Reported by: Martin Holler
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628786 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 15:53:39 +00:00
Brett Porter
30d5d0f50a
use latest surefire plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628549 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 21:07:03 +00:00
Maria Odea B. Ching
c1744c0312
[MRM-692]
...
Applied patch submitted by Dario Oliveros
-added RepositoryProblemByArtifactConstraint for querying repo problems by artifact
-remove repo problems if artifact no longer exists in the repo
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628473 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 10:40:28 +00:00
Brett Porter
681c994753
experimental file for those wanting to compare the terse Maven POM syntax
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@620425 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 06:05:20 +00:00
Brett Porter
f9d7a0b87c
use released parent
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@620424 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 06:04:54 +00:00
Nicolas De Loof
bfd88ba767
MRM-678 : cache 404 errors in UrlFailureCache
...
testcase fixed to check for cache (not) to be used when cachefailure is (disabled /) enabled
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@617102 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 11:16:17 +00:00
Nicolas De Loof
3efbda7258
remove Jpox repository as jpox-1.1.9 is now available on central.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@616794 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 15:52:22 +00:00
Maria Odea B. Ching
afeefc7f15
-merged with -r616198 in archiva-1.0.x branch
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@616600 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 02:51:54 +00:00
Nicolas De Loof
66b00c3b3e
fix MRM-670 - server-side validation and LegacyArtifactPath computation
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615904 13f79535-47bb-0310-9956-ffa450edef68
2008-01-28 15:02:17 +00:00
Nicolas De Loof
ef81ce7ee6
fix MRM-667 thanks to James William Dumay pacth
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615848 13f79535-47bb-0310-9956-ffa450edef68
2008-01-28 10:39:48 +00:00
Maria Odea B. Ching
913039e58f
[MRM-622]
...
- added test for the order of deletion in RetentionCountRepositoryPurge
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@615120 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 06:07:36 +00:00
Maria Odea B. Ching
cdeba3edab
[MRM-622]
...
- fixed up DaysOldRepositoryPurge
- added test case for the fix
- updated existing test cases
- replaced actual jar and pom files used in the test cases with dummies
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@614840 13f79535-47bb-0310-9956-ffa450edef68
2008-01-24 11:07:09 +00:00
Brett Porter
963aa1c3bc
couple of clarifications on the JSPs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613849 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 11:35:03 +00:00
Brett Porter
ec56fbd2bd
doc clarification
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613848 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 11:34:26 +00:00
Maria Odea B. Ching
95b18ca650
-reverted version of parent pom to 2-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613814 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 09:35:03 +00:00
Maria Odea B. Ching
95e78bd487
-downgraded maven-assembly-plugin because of the problem with the bundled docs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613791 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 08:25:49 +00:00
Brett Porter
ad22e2552d
correct managed versions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613507 13f79535-47bb-0310-9956-ffa450edef68
2008-01-20 05:03:35 +00:00
Maria Odea B. Ching
8dbb5ad8c0
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612722 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 05:55:30 +00:00
Maria Odea B. Ching
720b5f60c1
[maven-release-plugin] prepare release archiva-1.0.1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612720 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 05:52:31 +00:00
Maria Odea B. Ching
22b10c585b
-updated parent pom version from 2-SNAPSHOT to 2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@612694 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 03:16:53 +00:00
Maria Odea B. Ching
0a76fa6527
[MRM-619]
...
-standardized Users Guide
-added Scanning a Database section in Repositories page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611720 13f79535-47bb-0310-9956-ffa450edef68
2008-01-14 06:01:48 +00:00
Maria Odea B. Ching
fe91777110
[MRM-646]
...
-added instructions for deploying archiva to tomcat 6.0.x
-mail-1.4.jar should also be added to common/lib
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611707 13f79535-47bb-0310-9956-ffa450edef68
2008-01-14 04:30:14 +00:00
Nicolas De Loof
9e7a167d4a
fix to getArtifactReference beeing removed from LegacyArtifactPath
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611119 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 09:18:13 +00:00
Nicolas De Loof
dbf1b87854
reverted preivous change : cacheFailure is shared between connectors and has side effects
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611116 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 09:10:06 +00:00
Brett Porter
5b6f499ad9
make reference compatible with externals
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@611093 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 07:49:46 +00:00
Nicolas De Loof
679b8921cd
skip when URL is in failure cache
...
cache proxy failures (404) for better performances
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@610758 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 11:00:35 +00:00
Nicolas De Loof
75a2efd2dd
remove dependency between archiva-configuration and archiva-model
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@610753 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 10:54:32 +00:00
Maria Odea B. Ching
17c281888d
[MRM-633]
...
-changed some info logs to debug
-reverted default logging level for repo scanner (in log4j.xml) from debug to info
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@610730 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 09:26:08 +00:00
Maria Odea B. Ching
d75d8f31b8
[MRM-628]
...
-changed to the appropriate key used for getting the security session from the session map
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@609534 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 09:11:40 +00:00
Maria Odea B. Ching
53418d265d
[MRM-630]
...
-added JPOX repo for temporary use while jpox 1.1.9 is not yet available in central
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@609490 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:01:24 +00:00
Maria Odea B. Ching
195af2ffe0
[MRM-630]
...
-upgraded jpox from 1.1.7 to 1.1.9
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@609485 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 02:23:11 +00:00
Wendy Smoak
7ccf386956
Use the new Cobertura plugin, version 2.2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@609480 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 00:29:24 +00:00
Arnaud Heritier
54902a1590
Add a note about the usage of a file:// url in a remote repository
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@608586 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 18:21:18 +00:00
Arnaud Heritier
08d2b8b0c9
Add link to quartz cron expression syntax
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@608583 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 18:17:53 +00:00
Wendy Smoak
3782180f0f
Set a version for the checkstyle plugin.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@607573 13f79535-47bb-0310-9956-ffa450edef68
2007-12-30 18:23:20 +00:00
Wendy Smoak
a36dc1d4c8
Remove mailing lists and issue tracking which are now in the parent pom.
...
Use the latest parent pom (to pick up the issues list which was just added).
Use version 2.2 of the Cobertura plugin.
Publish reference docs to /ref/[version].
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@607509 13f79535-47bb-0310-9956-ffa450edef68
2007-12-30 03:59:47 +00:00
Dennis Lundberg
b4c6ae7483
o Fix typos.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@606977 13f79535-47bb-0310-9956-ffa450edef68
2007-12-26 23:49:30 +00:00
Brett Porter
7e77662a93
more abstract tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@606082 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 01:02:45 +00:00
Brett Porter
aec0426a88
set pre-req in anticipation of upgrade to surefire 2.4
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@606072 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 00:16:59 +00:00
Brett Porter
62ac66a200
make abstract test... abstract
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@606068 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 00:15:11 +00:00
Brett Porter
8ee9653550
reactor fix
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@604108 13f79535-47bb-0310-9956-ffa450edef68
2007-12-14 05:29:08 +00:00
Brett Porter
463948cfb4
[MRM-623] generate the certificate as part of the build instead
...
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@604101 13f79535-47bb-0310-9956-ffa450edef68
2007-12-14 04:37:50 +00:00