Remove stale mention of module layout from Maven plugin's docs

Closes gh-14854
This commit is contained in:
Andy Wilkinson 2018-10-29 16:38:58 +00:00
parent 7eb1df1650
commit 9ea5c58e38

View File

@ -109,9 +109,6 @@ Usage
* <<<ZIP>>> (alias to <<<DIR>>>): similar to the <<<JAR>>> layout using <<<PropertiesLauncher>>>.
* <<<MODULE>>>: Bundle dependencies (excluding those with <<<provided>>> scope) and project resources.
Does not bundle a bootstrap loader.
* <<<NONE>>>: Bundle all dependencies and project resources. Does not bundle a bootstrap loader.
[]