why? On 18 February 2018 at 10:36, <[email protected]> wrote:
> Repository: maven-surefire > Updated Branches: > refs/heads/master 4ec99792c -> 5e732c6b2 > > > Revert "add a jdk10 profile to not run jacoco as it does not work yet for > jdk10" > > This reverts commit 4ec99792c93efd3b2a6d3b8dcb2589fe6d37973f. > > > Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo > Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/ > commit/680c5b52 > Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/680c5b52 > Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/680c5b52 > > Branch: refs/heads/master > Commit: 680c5b5203f006ff05c76d610a4fad85ccf18e37 > Parents: 4ec9979 > Author: Tibor17 <[email protected]> > Authored: Sun Feb 18 00:13:06 2018 +0100 > Committer: Tibor17 <[email protected]> > Committed: Sun Feb 18 00:13:06 2018 +0100 > > ---------------------------------------------------------------------- > pom.xml | 20 -------------------- > 1 file changed, 20 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ > 680c5b52/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 183970a..9cf5b44 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -711,25 +711,5 @@ > </plugins> > </build> > </profile> > - <profile> > - <id>jdk10</id> > - <activation> > - <jdk>10</jdk> > - </activation> > - <build> > - <pluginManagement> > - <plugins> > - <!-- remove when jacoco will support jdk10 > https://github.com/jacoco/jacoco/issues/629 --> > - <plugin> > - <groupId>org.jacoco</groupId> > - <artifactId>jacoco-maven-plugin</artifactId> > - <configuration> > - <skip>true</skip> > - </configuration> > - </plugin> > - </plugins> > - </pluginManagement> > - </build> > - </profile> > </profiles> > </project> > > -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy
