Hi,

I am unable to get the automated snapshot cleanup mechanism working.   In a
repository with max unique snapshots = 3, when I publish the 4th artifact,
it is not cleaned up.

I am publishing from the Ivy publish task.   My repository looks like this.
        <localRepository>
            <key>try-integration</key>
            <description>Test repo</description>
            <notes>Test notes</notes>
            <includesPattern>**/*</includesPattern>
            <repoLayoutRef>ivy-default</repoLayoutRef>
            <blackedOut>false</blackedOut>
            <handleReleases>false</handleReleases>
            <handleSnapshots>true</handleSnapshots>
            <maxUniqueSnapshots>3</maxUniqueSnapshots>

 <suppressPomConsistencyChecks>true</suppressPomConsistencyChecks>
            <propertySets/>
            <snapshotVersionBehavior>unique</snapshotVersionBehavior>

 
<localRepoChecksumPolicyType>server-generated-checksums</localRepoChecksumPolicyType>
        </localRepository>
    </localRepositories>

I have tried publishing the artifacts with names such as:
\d{14}
SNAPSHOT-\d{14|
\d{14}-SNAPSHOT

Any help?

Thanks,
Carlton
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to