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 97f40aa  Add a profile for JDK 15 EA
97f40aa is described below

commit 97f40aaf6dab354d54e2eb847b6d9f95e200cf68
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Feb 10 13:42:21 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9c010b9..e2e0b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1463,6 +1463,32 @@
                                </plugins>
                        </build>
                </profile>
+               <profile>
+                       <id>java15</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>15</version>
+                                                               </jdk>
+                                                       </toolchains>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
        </profiles>
        <reporting>
                <plugins>

Reply via email to