>
>> > The pom would have to be
>> > updated to bind the other plugins from the default goal to this phase
>> with
>> > executions.
>>
>> Is there something to be changed so [Math] is aligned with [RNG]?
>>
>
> [RNG] also does not have executions specified for spotbugs or pmd.
> apache-rat and checkstyle have the check goal bound to verify. So we update
> the plugin configuration to bind to verify and drop these from the default
> goal as additional targets.
>
> I will try this on RNG and check it works as expected.
>

Seems to be OK locally. I've pushed the update.

The default goal still has the target 'javadoc:javadoc'. This could be
bound to the verify phase as well but since it is related to documentation
then it should be in the site lifecycle. Currently when you execute 'mvn
site' you get a javadoc report. I checked that when entering some bad
javadoc into the code the 'mvn site' goals fails as does the 'mvn
javadoc:javadoc' target. The javadoc:javadoc target can be left in the
default goal which is executed by the CI bulids to check the source.

Alex

Reply via email to