You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/07/23 17:41:46 UTC

[maven-site-plugin] branch stabilize created (now 4c93713)

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

rfscholte pushed a change to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at 4c93713  Log build.log of sometimes unstable IT

This branch includes the following new commits:

     new 4c93713  Log build.log of sometimes unstable IT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site-plugin] 01/01: Log build.log of sometimes unstable IT

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 4c937130a45382e4467819954c910bbec38bd056
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Jul 23 19:41:38 2019 +0200

    Log build.log of sometimes unstable IT
---
 src/it/projects/effective-site/verify.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/it/projects/effective-site/verify.groovy b/src/it/projects/effective-site/verify.groovy
index 078e562..7529e34 100644
--- a/src/it/projects/effective-site/verify.groovy
+++ b/src/it/projects/effective-site/verify.groovy
@@ -17,6 +17,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+assert new File( basedir, 'build.log' ).text.contains( 'BUILD SUCCESS' ) 
+ 
 assert new File( basedir, 'effective-site.xml' ).exists();
 
 return true;
\ No newline at end of file