You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2018/04/19 00:50:17 UTC

[cxf] branch master updated: [CXF-7715]EmptySOAPBodyTest fails on master with Java 9

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

ffang 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 88bae9b  [CXF-7715]EmptySOAPBodyTest fails on master with Java 9
88bae9b is described below

commit 88bae9ba98b8e5e79c71414768f56485d801cd13
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Apr 19 08:49:59 2018 +0800

    [CXF-7715]EmptySOAPBodyTest fails on master with Java 9
---
 systests/uncategorized/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 4084f33..a33be00 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -469,6 +469,26 @@
                                     <overWriteSnapshots>true</overWriteSnapshots>
                                 </configuration>
                             </execution>
+                            <execution>
+                                <id>copy-annotation</id>
+                                <phase>validate</phase>
+                                <goals>
+                                    <goal>copy</goal>
+                                </goals>
+                                <configuration>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>javax.annotation</groupId>
+                                            <artifactId>javax.annotation-api</artifactId>
+                                            <type>jar</type>
+                                            <overWrite>false</overWrite>
+                                            <outputDirectory>${project.basedir}/target/java9</outputDirectory>
+                                        </artifactItem>
+                                    </artifactItems>
+                                    <overWriteReleases>false</overWriteReleases>
+                                    <overWriteSnapshots>true</overWriteSnapshots>
+                                </configuration>
+                            </execution>
                         </executions>
                     </plugin>
                     <plugin>

-- 
To stop receiving notification emails like this one, please contact
ffang@apache.org.