Sorry, I haven't had time to investigate further, though it's definitely on
my 'urgent' list.

I'm using latest Artifactory 2.3.4.1 with Maven 3.0.3.

Where can I check Artifactory unique snapshot policy setting? My artifactory
is definitely older than maven 3, it's been upgraded regularly since v1.x.

I did what you said on a fresh repo, I'm not too sure of what you mean by
'version level folder metadata time stamp and build number', but it seem to
work basically:

Got a new uploaded component, but can't find any metadata on artifactory.

Locally I have in maven-metadata-local.xml:

<metadata modelVersion="1.1.0">
  <groupId>com.company</groupId>
  <artifactId>company-parent</artifactId>
  <version>10-SNAPSHOT</version>
  <versioning>
    <snapshot>
      <localCopy>true</localCopy>
    </snapshot>
    <lastUpdated>20111025054544</lastUpdated>
    <snapshotVersions>
      <snapshotVersion>
        <extension>pom</extension>
        <value>10-SNAPSHOT</value>
        <updated>20111025054544</updated>
      </snapshotVersion>
    </snapshotVersions>
  </versioning>
</metadata>

in maven-metadata-snapshots.xml
<metadata modelVersion="1.1.0">
  <groupId>com.company</groupId>
  <artifactId>company-parent</artifactId>
  <version>10-SNAPSHOT</version>
  <versioning>
    <snapshot>
      <timestamp>20111025.054704</timestamp>
      <buildNumber>2</buildNumber>
    </snapshot>
    <lastUpdated>20111025054704</lastUpdated>
    <snapshotVersions>
      <snapshotVersion>
        <classifier>tests</classifier>
        <extension>jar</extension>
        <value>10-20111025.054704-2</value>
        <updated>20111025054704</updated>
      </snapshotVersion>
    </snapshotVersions>
  </versioning>
</metadata>

in resolver-status.properties:
maven-metadata-snapshots.xml.lastUpdated=1319521650341

HTH

--
View this message in context: 
http://forums.jfrog.org/Can-t-get-SNAPSHOT-update-from-Artifactory-after-deployment-tp6899573p6927730.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to