Hi all,
I have a large build where tests sometimes prevent creation of artifacts. I'd like my plan to
I don't want to lengthen my build time by needlessly rebuilding and repackaging my artifacts. Has anyone split a maven build like this?
Thanks
Peter
I asked the same question on stack overflow and got the following how to advice for splitting these maven pieces (call the plugins directly):
# Build Artifacts mvn install -DskipTests # Run Tests mvn surefire:test failsafe:integration-test
I'm using two Tasks in my plan to perform these two steps.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.