File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- export MAVEN_OPTS=" -javaagent:$HOME /.m2/repository/org/jacoco/org.jacoco.agent/0.8.13 /org.jacoco.agent-0.8.13 -runtime.jar=destfile=/tmp/jacoco/jacoco-it.exec --add-opens=java.base/java.util.zip=ALL-UNNAMED --add-opens=java.base/java.util.jar=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED"
18+ export MAVEN_OPTS=" -javaagent:$HOME /.m2/repository/org/jacoco/org.jacoco.agent/0.8.14 /org.jacoco.agent-0.8.14 -runtime.jar=destfile=/tmp/jacoco/jacoco-it.exec --add-opens=java.base/java.util.zip=ALL-UNNAMED --add-opens=java.base/java.util.jar=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED"
1919
2020# Run the main build lifecycle + integration tests
2121mvn clean install failsafe:integration-test invoker:integration-test
You can’t perform that action at this time.
0 commit comments