> > [...]
> >
> > I will try and find out why these are running and just remove them.
>
> The pom requires this to skip aggregate reports [2]:
>
>        <plugin>
>          <groupId>org.jacoco</groupId>
>          <artifactId>jacoco-maven-plugin</artifactId>
>          <reportSets>
>            <reportSet>
>              <reports>
>                <!-- select non-aggregate reports -->
>                <report>report</report>
>              </reports>
>            </reportSet>
>          </reportSets>
>        </plugin>
>
> [2] https://www.eclemma.org/jacoco/trunk/doc/maven.html
>
>
> Is it OK to take my release branch and do the modifications on that to:
>
> 1. add JAPIcmp (since the <japicmp.skip>true</japicmp.skip> in the
> parent still generates reports)
>
> 2. skip JaCoCo aggregates
>
> to rebuild build and update the live site?

I'd rather leave the release branch as is.

IMO, the site should be fixed and built and updated from the "master" branch
(since that will happen anyway the next time someone updates it).

Gilles

> >
> >
> > [...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to