You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/07 04:27:12 UTC

[jira] [Commented] (MNGSITE-281) Introduction to lifecycle update to reflect current practice wrt integration-test

    [ https://issues.apache.org/jira/browse/MNGSITE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275075#comment-15275075 ] 

ASF GitHub Bot commented on MNGSITE-281:
----------------------------------------

GitHub user chonton opened a pull request:

    https://github.com/apache/maven-site/pull/5

    fix formatting of introduction-to-the-lifecycle

    MNGSITE-281 updates weren't formatted precisely.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chonton/maven-site trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-site/pull/5.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5
    
----
commit 586c511cc9140f4faa1aba1b996290c16bac437a
Author: Chas Honton <ch...@apache.org>
Date:   2016-05-07T04:23:11Z

    fix formatting of introduction-to-the-lifecycle

----


> Introduction to lifecycle update to reflect current practice wrt integration-test
> ---------------------------------------------------------------------------------
>
>                 Key: MNGSITE-281
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-281
>             Project: Maven Project Web Site
>          Issue Type: Improvement
>            Reporter: Charles Honton
>            Assignee: Mirko Friedenhagen
>            Priority: Minor
>
> Using integration-test as the target from the command line doesn't do what many users expect.  The failsafe plugin does not report on results until the verify phase.  The cargo and tomcat plugins require at least the post-integration-test phase to be run else the web containers are not stopped.  Jacoco does not collect coverage data until post-integration-test.  For these situations, it no longer is a useful practice to run integration-test as the command line target.  I recommend updating the introduction to remove integration-test as one of the featured phases in the \{A Build Lifecycle is Made Up of Phases\} section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)