Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.4 (Beta)
-
Fix Version/s: None
-
Component/s: Purging
-
Labels:
-
Environment:Windows Server 2003
Maven 2.0.9
-
Complexity:Intermediate
-
Number of attachments :
Description
I'm using the following Purge Configuration to clean the local repositories:
Days Older: 14
Retention Count: 2
Delete All: false
Delete Released Snapshots: false
If a project <X> have not been build longer than <retentionCount> days, continuum deletes the files
<X>-<Version>.pom/jar/...
This leads to a Maven error when this artifact is resolved for a dependend artifact.
Example:
- the files pdi.kartenleser-9.3.0-SNAPSHOT.pom + pdi.kartenleser-9.3.0-SNAPSHOT.jar are missing
$ ls pdi.kartenleser/9.3.0-SNAPSHOT/
maven-metadata-deploy.p32.xml pdi.kartenleser-9.3.0-20091223.150701-127.jar
maven-metadata-deploy.p32.xml.sha1 pdi.kartenleser-9.3.0-20091223.150701-127.pom
maven-metadata-local.xml pdi.kartenleser-9.3.0-20091223.164758-128-sources.jar
maven-metadata-repo.p32.xml pdi.kartenleser-9.3.0-20091223.164758-128.jar
pdi.kartenleser-9.3.0-20091223.150701-127-sources.jar pdi.kartenleser-9.3.0-20091223.164758-128.pom