Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.0
-
None
-
None
Description
Problem:
- Currently the build configuration in Travis uses after_success this implies that an automatic run will be done before via mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- The preleminary installation of artifacts is not needed and furthermore can cover problems with your build.
Goal
- Using a Travis configuration which skips the installation step.