It can't be with the setup. It looks for snapshot updates based on the modification date of the SNAPSHOT's pom.xml in the repo. And because this date doesn't update, because the new snapshot wasn't downloaded, it looks for it again next time.
The build setup is fine, because when I compile it, I only install it in the local repo. The project I'm compiling though, has a <repository> tag, so the updates are trying to fetch from these repositories, but they're not there, because they're SVN trunk and not released yet. Further, > Then change your snapshot repo update policy to never. However since This is what I was looking for. I'm very new to maven and I was looking around at doing this. I found the element: <snapshotPolicy>, but I don't see how to do this outside of a <profile>? Q --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
