Description
The following could/should be the documentation for the two AbstractRunMojo.webapps fields, so that documentation is more useful to end users.
/**
* Collection of webapp artifacts to be deployed. Elements are <webapp> and contain
* usual GAVC plus contextPath and/or contextFile elements.<p>
* @see {@link Webapp}
* @since 2.0
*/
@Parameter
private List<Webapp> webapps;