Hello Maven users,

User settings is configured to use a repository C1 on repo manager
(Nexus) at H1 host as mirror of central. Local repo is clean. Project
being built is a very simple maven project with pom packaging, which
just lists latest versions of maven core plugins in pluginManagement
section, and configures some of them. CLI build is started with
package goal, Maven resolves/downloads plugins, build is successful.
Then user settings are reconfigured so that repository C2 on repo
manager (again Nexus) at H2 host is mirror of central. CLI build is
started with "clean package" goals, Maven again resolves/downloads
plugins, for every downloaded plugin "0 B at 0.0 KB/sec" gets
displayed, build is successful. This second build lasts almost five
minutes (4:54.371s to be more precise). Is this normal? Project does
not have any sources, code generation or anything similar, just plain
pom file with core plugins. If it's likely repo manager
(configuration) issue, will ask on Nexus mailing list.

Regards,
Stevo.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to