Github user radcortez commented on a diff in the pull request:
https://github.com/apache/tomee/pull/269#discussion_r241040579
--- 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.
--- End diff --
Maybe use TomEE here.---
