thully wrote: > We can run mvn deploy whenever we make an RC build - however, the problem > with that ends up being that we are deploying artifacts to our repository > that may not be the final release. That's what we want to avoid - while we > can re-deploy if we end up doing a second RC, the lack of version > differentiation ends up being confusing (and possibly causes problems for > anyone who has the old versions in their local repository)..
Use a third "staging" repository. If the release is approved, move it over to release repo. That's what Nexus does by default. Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
