You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Marco Beelen (JIRA)" <ji...@apache.org> on 2016/04/18 11:46:25 UTC

[jira] [Created] (TOMEE-1782) Plugin fails to execute stop in post-integration-test phase

Marco Beelen created TOMEE-1782:
-----------------------------------

             Summary: Plugin fails to execute stop in post-integration-test phase
                 Key: TOMEE-1782
                 URL: https://issues.apache.org/jira/browse/TOMEE-1782
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Maven Plugin
    Affects Versions: 1.7.4
         Environment: Apache Maven 3.3.9
Java version: 1.8.0_77
            Reporter: Marco Beelen


Call to this.getTomeeHttpsPortChecked() for info logging cause NullPointerException in AbstractTomEEMojo (line 860) for StopTomEEMojo.

Possible solution: Add default 8443 to tomeeHttpsPost propery in AbstractTomEEMojo

@Parameter(property = "tomee-plugin.https" , defaultValue = "8443")
protected Integer tomeeHttpsPort;






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