This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 20d65ae  Add a Maven profile for building with JDK 16 EA
20d65ae is described below

commit 20d65ae17603b6e4146cf1e7eb8a6916fe79b9f9
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Jul 20 10:45:22 2020 +0300

    Add a Maven profile for building with JDK 16 EA
---
 pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/pom.xml b/pom.xml
index 47ab7d6..42294ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1489,6 +1489,32 @@
                                </plugins>
                        </build>
                </profile>
+               <profile>
+                       <id>java16</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-toolchains-plugin</artifactId>
+                                               
<version>${maven-toolchains-plugin.version}</version>
+                                               <executions>
+                                                       <execution>
+                                                               <goals>
+                                                                       
<goal>toolchain</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                               <configuration>
+                                                       <toolchains>
+                                                               <jdk>
+                                                                       
<version>16</version>
+                                                               </jdk>
+                                                       </toolchains>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
        </profiles>
        <reporting>
                <plugins>

Reply via email to