You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/18 06:52:11 UTC

[cxf] 01/02: verify results of codegen tests (in the past the build was also successful in case of test failures)

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

commit 8a6d14d79657d7b8fd45dcc9539895c4fd6c51ec
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Apr 18 08:41:22 2018 +0200

    verify results of codegen tests (in the past the build was also successful in case of test failures)
---
 maven-plugins/codegen-plugin/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 5c7331e..1849732 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -173,13 +173,14 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1</version>
                 <executions>
                     <execution>
                         <id>test-integration</id>
                         <phase>integration-test</phase>
                         <goals>
                             <goal>integration-test</goal>
+                            <goal>verify</goal>
                         </goals>
                         <configuration>
                             <settingsFile>src/it/settings.xml</settingsFile>

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