You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/04/01 13:10:28 UTC

[2/3] maven-surefire git commit: improve verify.bsh to verify in maven-invoker-plugin

improve verify.bsh to verify in maven-invoker-plugin


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/561c6965
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/561c6965
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/561c6965

Branch: refs/heads/master
Commit: 561c696523bf431c65ca1c6eef88a66599f94105
Parents: 40f38c5
Author: Tibor17 <ti...@lycos.com>
Authored: Sat Apr 1 14:54:03 2017 +0200
Committer: Tibor17 <ti...@lycos.com>
Committed: Sat Apr 1 14:54:03 2017 +0200

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/561c6965/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index a5d41ff..dc1df6d 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -291,7 +291,7 @@
                   <pomIncludes>
                     <pomInclude>*/pom.xml</pomInclude>
                   </pomIncludes>
-                  <postBuildHookScript>verify.bsh</postBuildHookScript>
+                  <postBuildHookScript>verify</postBuildHookScript>
                   <settingsFile>src/it/settings.xml</settingsFile>
                   <skipInvocation>${skipTests}</skipInvocation>
                   <streamLogs>false</streamLogs>