Github user radcortez commented on a diff in the pull request:

    https://github.com/apache/tomee/pull/269#discussion_r241040636
  
    --- Diff: 
maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractTomEEMojo.java
 ---
    @@ -148,45 +187,87 @@
         @Parameter(property = "tomee-plugin.classifier", defaultValue = 
"webprofile")
         protected String tomeeClassifier;
     
    +    /**
    +     * The Tomee shutdown port.
    +     */
         @Parameter(property = "tomee-plugin.shutdown")
         protected String tomeeShutdownPort;
     
    +    /**
    +     * The Tomee shutdown attempts.
    --- End diff --
    
    Maybe use TomEE here.


---

Reply via email to