-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
Request: The request is for Maven Documentation to be provided that provides direction in using the liferay-maven-plugin goals, particularly with regards to deployment.
http://maven.apache.org/plugin-developers/plugin-documenting.html
An example of Maven Documentation of a similar nature can be found in the below link (see tables C-1 and C-2):
https://docs.oracle.com/cd/E17904_01/web.1111/e13702/maven_deployer.htm#DEPGD383
It would also be helpful if Maven's built-in tools were able to show additional information about the goals for the liferay-maven-plugin, as it is currently unable to provide any helpful information when run against the liferay-maven-plugin (compare the output of the following commands):
mvn help:describe -Dplugin=com.liferay.maven.plugins:liferay-maven-plugin -Ddetail mvn help:describe -Dplugin=org.apache.maven.plugins:maven-archetype-plugin -Ddetail