Interesting. I haven't watched the network traffic yet, but I have checked the metadata that is cached on the local repository for the artifact[s] in question and they are not up to date based on the latest timestamp I know to exist on the remote snapshot repository.
I haven't tried your suggestion of appending the classifier. I will do it shortly and see what happens! Thanks, Patrick On Mar 18, 2013, at 3:05 PM, Wayne Fay <[email protected]> wrote: >> The problem is, when one of these is a snapshot, the plugin doesn't >> bother to check with the remote repository for an update snapshot. If it >> sees it in the local repository, it simply goes about its business. Is this >> an acceptable method for pulling in platform-specific native packages? If >> so, how can I get the ArtifactResolutionRequest to check remote for an >> updated snapshot? > > Doesn't bother to check **or** it does check, but based on the repo > metadata there are no updates? Check your Ethereal/Wireshark logs > before you make any assumptions. > > I bet if you stopped using the classifier and instead used different > GAV coordinates (just append the classifier to the artifactId, and > leave classifier null), everything would work as you desire. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
