This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new e12b542 added source/ target for compiler plugin to fix testcase
e12b542 is described below
commit e12b54296cf3db79df9283a904f2f60c193715da
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Jan 24 09:18:26 2019 +0100
added source/ target for compiler plugin to fix testcase
---
.../wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
index 4578127..f195a5d 100644
--- a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
+++ b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml
@@ -44,6 +44,14 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.0</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wadl2java-plugin</artifactId>
<version>@project.version@</version>