upgraded MPIR plugin to benefit from MPIR-322 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d8527aa9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d8527aa9 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d8527aa9
Branch: refs/heads/slf4j-log4j2 Commit: d8527aa9ce3938d20f49ff49dc3c32d744b22fa2 Parents: b7088a3 Author: Hervé Boutemy <hbout...@apache.org> Authored: Wed Mar 11 09:07:53 2015 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Wed Mar 11 09:07:53 2015 +0100 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/d8527aa9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 94de886..78be1f8 100644 --- a/pom.xml +++ b/pom.xml @@ -576,6 +576,11 @@ <id>reporting</id> <reporting> <plugins> + <plugin><!-- TODO remove when upgrading parent to 27 --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.8</version> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>