> My question is why does maven need to re-download all these pom files each > time I rebuild?
Can you provide some information about the artifacts which are giving you this problem? If they are private artifacts, you (or who ever installed/deployed them) failed to provide poms, so Maven tries to download poms when it builds, and it checks all the repos you have defined in your profile etc for them. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
