The following is my pom file located at:

https://raw.githubusercontent.com/Fernal73/DSAlgos/master/pom.xml


Can you tell me what's causing the following plugins to be executed twice
in sequence with the command mvn site?

mvn i.e., normal build is as expected.

The plugins (and goals) executed twice are:

 maven-jxr-plugin:3.0.0:jxr < generate-sources
 maven-jxr-plugin:3.0.0:test-jxr > generate-test-sources
maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions)
jacoco-maven-plugin:0.8.6:prepare-agent (default)
lombok-maven-plugin:1.18.16.0:delombok (delombok)
lombok-maven-plugin:1.18.16.0:testDelombok (test-delombok)
maven-antrun-plugin:3.0.0:run (sources)
maven-antrun-plugin:3.0.0:run (tests)

The project is at https//github.com/fernal73/DSAlgos

Reply via email to