i still could not solve my snapshot problem, now with a slight different
issue: when having downloaded a snapshot and there must be another update
done (for the library changed), maven does not lookup the repository where
the snapshot is sitting. when deleting the whole snapshot folder a fresh
lookup is done and it works fine.
i set the updatePolicy for the respective repository to always:
<repository>
<id>internal</id>
<url>file://myInteralURL</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
what is going wrong here?
thanks.
aldana wrote:
>
> sometimes i am having problems with downloading snapshots.
> for instance when trying to download dependencies from an internal
> repository to local one the folder gets created like xxx/bla/1.0-SNAPSHOT
> but inside this folder i only see metadata.xml files. maven tells me a
> BUILD ERROR and says that xxx:bla:1.0-SNAPSHOT:jar could not be located.
>
> my workaround is to delete the complete bla/ folder and after that
> download goes fine. does anybody know something about this "stuck"
> download state or is there a special configuration to be done? this
> download behaviour is especially annoying for integration tools like
> cruise control which gives me work hindering wrong failure (false
> positive) messages.
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/stuck-state-when-downloading-snapshots-tf4672399s177.html#a13362338
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]