diff --git a/maven-plugin-report-plugin/src/it/mplugin-191/pom.xml b/maven-plugin-report-plugin/src/it/mplugin-191/pom.xml index 5a314eb8b..2700269fd 100644 --- a/maven-plugin-report-plugin/src/it/mplugin-191/pom.xml +++ b/maven-plugin-report-plugin/src/it/mplugin-191/pom.xml @@ -27,7 +27,7 @@ under the License. 1.0-SNAPSHOT maven-plugin - Verify that plugin-info.html and mojo pages are generated in the correct folder + Verify that plugin-info.html and mojo pages are generated in the correct directory UTF-8 diff --git a/maven-plugin-report-plugin/src/test/resources/plugin-enhanced.xml b/maven-plugin-report-plugin/src/test/resources/plugin-enhanced.xml index b5647b1cc..0d157760a 100644 --- a/maven-plugin-report-plugin/src/test/resources/plugin-enhanced.xml +++ b/maven-plugin-report-plugin/src/test/resources/plugin-enhanced.xml @@ -536,7 +536,7 @@ <tr> <td><code>target</code></td> <td><code>String</code><!-- this link does not have javadoc linked --></td> - <td>The parent folder location in the package where to place the embedded artifact. Falls back to <a href="#embeddedTarget"><code>embeddedTarget</code></a> if not set.</td> + <td>The parent directory location in the package where to place the embedded artifact. Falls back to <a href="#embeddedTarget"><code>embeddedTarget</code></a> if not set.</td> </tr> </tbody> </table> All fields are optional. All filter criteria is concatenated with AND logic (i.e. every criterion must match for a specific dependency to be embedded). <br /> All filter patterns follow the format <code>&lt;filter&gt;{,&lt;filter&gt;}</code>. Each <code>filter</code> is a string which is either an exclude (if it starts with a <code>~</code>) or an include otherwise. If the first <code>filter</code> is an include the pattern acts as whitelist, otherwise as blacklist. The last matching filter determines the outcome. Only matching dependencies are being considered for being embedded. <br /> <i>The difference between <a href="#embeddeds"><code>embeddeds</code></a> and <a href="#subPackages"><code>subPackages</code></a> is that for the former an explicit target is given while for the latter the target is being computed from the artifact's vault property file.</i> @@ -1098,7 +1098,7 @@ boolean true true - Set to <code>false</code> to not fail the build in case of files/folders being added to the resulting package more than once. Usually this indicates overlapping with embedded files or overlapping filter rules. + Set to <code>false</code> to not fail the build in case of files/directories being added to the resulting package more than once. Usually this indicates overlapping with embedded files or overlapping filter rules. failOnUncoveredSourceFiles @@ -1147,7 +1147,7 @@ apidocs/java/io/File.html false true - The directory that contains additional files and folders to end up in the package's META-INF folder. Every file and subfolder is considered except for the subfolder named <code>vault</code> and a file named <code>MANIFEST.MF</code>. + The directory that contains additional files and directories to end up in the package's META-INF directory. Every file and subdirectory is considered except for the subdirectory named <code>vault</code> and a file named <code>MANIFEST.MF</code>. metaInfVaultDirectory @@ -1481,7 +1481,7 @@ apidocs/java/io/File.html true true - The directory containing the metadata to be packaged up into the content package. Basically containing all files/folders being generated by goal <code>generate-metadata</code>. + The directory containing the metadata to be packaged up into the content package. Basically containing all files/directories being generated by goal <code>generate-metadata</code>. @@ -2006,4 +2006,4 @@ 3.3.4 - \ No newline at end of file +