What I see when I deploy a business model to be used by other components, is that install is run before deploy. This is quite logical and the deploy then uploads the artifact to Nexus.
When I then build the other component, the artifact is downloaded from Nexus. This seems strange to me, since the version in my local repository is the same as the one in Nexus. If I run an explicit install after the deploy there is no download. What is the best way to prevent that unnecessary download? Should install-to-local-repository not be a part of deploy instead of a previous run separate target, so that the timestamps are correct? -- View this message in context: http://old.nabble.com/install-after-deploy--tp28243701p28243701.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
