You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mo...@apache.org on 2015/11/08 18:15:15 UTC

[16/50] wicket git commit: Add toolchain plugin to plugin section

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 <mo...@apache.org>
Authored: Tue Oct 20 22:40:36 2015 +0200
Committer: Michael Mosmann <mo...@apache.org>
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>