This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch JXR-139
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
The following commit(s) were added to refs/heads/JXR-139 by this push:
new b22f846 [JXR-139] Failing IT for JDK9+
b22f846 is described below
commit b22f846e8b625ad20030ea1b59f7326ae7d13151
Author: rfscholte <[email protected]>
AuthorDate: Mon Jul 16 23:36:10 2018 +0200
[JXR-139] Failing IT for JDK9+
---
maven-jxr-plugin/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index dcbb257..0b96c10 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -197,6 +197,10 @@ under the License.
<goal>site</goal>
</goals>
<settingsFile>src/it/settings.xml</settingsFile>
+ <properties>
+
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
+
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
+ </properties>
</configuration>
<executions>
<execution>