On 5/16/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
2007/5/16, Niall Pemberton <[EMAIL PROTECTED]>:
> I also saw a load of messages in the output referring to the > apache.snapshots > (http://people.apache.org/repo/m2-snapshot-repository) repository - > looking at the pom the repository section has a comment saying "Needs > to be commented out for releases". In fact we're not relying on snapshots releases anymore, but I think this is not a problem, since the Maven release plugin automatically checks snapshot dependencies, and if they are found, the release cannot be done.
It's important that released poms *not* have these repositories listed. It causes problems in corporate environments where projects are only supposed to build against a list of approved, internal repositories. Let's put it in the release procedure and make sure they get commented out for next time. -- Wendy
