This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 80045fc Tries fix tests when running on JDK9
80045fc is described below
commit 80045fcdf37ea277991a6fd5433d176d8bbe3edd
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Oct 21 08:43:58 2017 +0200
Tries fix tests when running on JDK9
---
pom.xml | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2eb242f..11e7231 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,25 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>jdk9</id>
+ <activation>
+ <jdk>9</jdk>
+ </activation>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>--add-modules java.activation
--add-modules java.xml.bind</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
</profiles>
<build>
@@ -177,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20.1</version>
<configuration>
<argLine>-Duser.language=en -Duser.region=US</argLine>
<includes>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].