On Thu, Jun 23, 2011 at 9:44 AM, Rick Mangi <[email protected]> wrote: > I'm trying to migrate my users to a new nexus repository on a different > domain. I'm trying to avoid having to tell all of the developers to change > their distributionManagement/repository and /snapshotRepository values in > their pom files or to upgrade to new parent poms all at once. They can do it > over time, but we support hundreds of developers on many projects.
Consider introducing an organization level parent pom and set distributionManagement there, rather than having developers set it in all the projects. It's still a pain to get them to update to the latest parent, but it's less typing. :) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
