Yeah, maybe that makes sense. On Thu, Feb 14, 2019 at 1:45 PM Mykola Nikishov <[email protected]> wrote:
> Paul Hammant <[email protected]> writes: > > > mvn clean install -DskipTests > -Dmaven.repo.local=/usr/local/var/MAVEN_CI_REPOSITORY > > This would compile and test-compile for the first time... > > > mvn surefire:test -Dmaven.repo.local=/usr/local/var/MAVEN_CI_REPOSITORY > > Run compile and test-compile one more time, on the same sources, for > artifacts that had been just installed. Does it make sense to skip them > with '-Dmaven.main.skip=true -Dmaven.test.skip=true' [1]? > > [1] > https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#skipMain > > -- > Mykola > > Libre/Free Java Software Engineer > https://manandbytes.gitlab.io/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
