Branch: refs/heads/master
Home: https://github.com/jenkinsci/jacoco-plugin
Commit: 13a6b93e447a8b667e8764ebdb7013fbd4e23f75
https://github.com/jenkinsci/jacoco-plugin/commit/13a6b93e447a8b667e8764ebdb7013fbd4e23f75
Author: René Scheibe <[email protected]>
Date: 2019-11-03 (Sun, 03 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Reuse maven-enforcer-plugin config from parent pom
Don't overwrite phase, goals and excludes but just extend the excludes.
For more details see
https://github.com/jenkinsci/plugin-pom/blob/plugin-3.50/pom.xml#L573-L590.
Note: This change is only performed to have an improved example for
potential future configurations. This configuration is currently not
required and will be removed with the next commit.
Commit: 1331a5325aac6ab9e6208ab7637f8e746a628bd5
https://github.com/jenkinsci/jacoco-plugin/commit/1331a5325aac6ab9e6208ab7637f8e746a628bd5
Author: René Scheibe <[email protected]>
Date: 2019-11-03 (Sun, 03 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Remove obsolete maven-enforcer ASM exclude
It was originally introduced because the ASM jar files contain a
module-info.class which is targeted to Java 9. When using JDK 8
for building the enforcer therefore complained.
The current parent pom uses the newer extra-enforcer-rules 1.2
which ignores the module-info.class in case a JDK < 9 is used.
For more details see
- https://github.com/mojohaus/extra-enforcer-rules/issues/33
- https://github.com/mojohaus/extra-enforcer-rules/issues/46
Commit: fe77f3ec64dd7322fab700ce8fcd1494561ff5e5
https://github.com/jenkinsci/jacoco-plugin/commit/fe77f3ec64dd7322fab700ce8fcd1494561ff5e5
Author: Dominik Stadler <[email protected]>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #114 from darxriggs/maven-enforcer-config
Remove obsolete maven-enforcer ASM exclude
Compare:
https://github.com/jenkinsci/jacoco-plugin/compare/dbcdf5c02116...fe77f3ec64dd
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jacoco-plugin/push/refs/heads/master/dbcdf5-fe77f3%40github.com.