To speed up my large Maven build I'm thinking of using a "local-remote" repository sitting on the local file system.
1) build would start with a wiped local-remote repository 2) build's deploys into the local-remote repository 3) if build finished successfully, artifacts in the local-remote repository get deployed into the real remote group repository. (The benefits would be that nothing gets deployed until the build succeeds and the build result is available sooner.) Are there tools which would help with 3) ? I've looked into the Nexus Command Line Tools [1], but they don't do what I want. Alternatively I could write my own using the Maven API, I suppose. -Max [1] https://docs.sonatype.com/display/SPRTNXOSS/Nexus+Command+Line+Tools --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
