Add toolchain plugin to plugin section
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c2bf291e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c2bf291e Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c2bf291e Branch: refs/heads/lambdas Commit: c2bf291ec47cbfda1be893edd39b3e87f2674dd6 Parents: aa10baf Author: Michael Mosmann <[email protected]> Authored: Tue Oct 20 22:40:36 2015 +0200 Committer: Michael Mosmann <[email protected]> Committed: Tue Oct 20 22:40:36 2015 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/c2bf291e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86df87b..aa607dc 100644 --- a/pom.xml +++ b/pom.xml @@ -663,6 +663,11 @@ <artifactId>maven-javadoc-plugin</artifactId> <inherited>true</inherited> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-toolchains-plugin</artifactId> + <inherited>true</inherited> + </plugin> </plugins> <pluginManagement> <plugins>
