This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this 
push:
     new c208172d Directory, not folder
c208172d is described below

commit c208172dd22dd467b2ef596951ebeab5f09977f8
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Aug 3 18:25:09 2024 +0200

    Directory, not folder
---
 maven-plugin-report-plugin/src/it/mplugin-191/pom.xml          |  2 +-
 .../src/test/resources/plugin-enhanced.xml                     | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

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 5a314eb8..2700269f 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.
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <description>Verify that plugin-info.html and mojo pages are generated in 
the correct folder</description>
+  <description>Verify that plugin-info.html and mojo pages are generated in 
the correct directory</description>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 b5647b1c..0d157760 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 @@
   &lt;tr&gt;
    &lt;td&gt;&lt;code&gt;target&lt;/code&gt;&lt;/td&gt;
    &lt;td&gt;&lt;code&gt;String&lt;/code&gt;&lt;!-- this link does not have 
javadoc linked --&gt;&lt;/td&gt;
-   &lt;td&gt;The parent folder location in the package where to place the 
embedded artifact. Falls back to &lt;a 
href=&quot;#embeddedTarget&quot;&gt;&lt;code&gt;embeddedTarget&lt;/code&gt;&lt;/a&gt;
 if not set.&lt;/td&gt;
+   &lt;td&gt;The parent directory location in the package where to place the 
embedded artifact. Falls back to &lt;a 
href=&quot;#embeddedTarget&quot;&gt;&lt;code&gt;embeddedTarget&lt;/code&gt;&lt;/a&gt;
 if not set.&lt;/td&gt;
   &lt;/tr&gt;
  &lt;/tbody&gt;
 &lt;/table&gt; 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). &lt;br /&gt; All filter patterns follow the format 
&lt;code&gt;&amp;lt;filter&amp;gt;{,&amp;lt;filter&amp;gt;}&lt;/code&gt;. Each 
&lt;code&gt;filter&lt;/code&gt; is a string which is either an exclude (if it 
starts with a &lt;code&gt;~&lt;/code&gt;) or an include otherwise. If the first 
&lt;code&gt;filter&lt;/code&gt; is an [...]
@@ -1098,7 +1098,7 @@
           <type>boolean</type>
           <required>true</required>
           <editable>true</editable>
-          <description>Set to &lt;code&gt;false&lt;/code&gt; 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.</description>
+          <description>Set to &lt;code&gt;false&lt;/code&gt; 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.</description>
         </parameter>
         <parameter>
           <name>failOnUncoveredSourceFiles</name>
@@ -1147,7 +1147,7 @@
           <typeJavadocUrl>apidocs/java/io/File.html</typeJavadocUrl>
           <required>false</required>
           <editable>true</editable>
-          <description>The directory that contains additional files and 
folders to end up in the package&apos;s META-INF folder. Every file and 
subfolder is considered except for the subfolder named 
&lt;code&gt;vault&lt;/code&gt; and a file named 
&lt;code&gt;MANIFEST.MF&lt;/code&gt;.</description>
+          <description>The directory that contains additional files and 
directories to end up in the package&apos;s META-INF directory. Every file and 
subdirectory is considered except for the subdirectory named 
&lt;code&gt;vault&lt;/code&gt; and a file named 
&lt;code&gt;MANIFEST.MF&lt;/code&gt;.</description>
         </parameter>
         <parameter>
           <name>metaInfVaultDirectory</name>
@@ -1481,7 +1481,7 @@
           <typeJavadocUrl>apidocs/java/io/File.html</typeJavadocUrl>
           <required>true</required>
           <editable>true</editable>
-          <description>The directory containing the metadata to be packaged up 
into the content package. Basically containing all files/folders being 
generated by goal &lt;code&gt;generate-metadata&lt;/code&gt;.</description>
+          <description>The directory containing the metadata to be packaged up 
into the content package. Basically containing all files/directories being 
generated by goal &lt;code&gt;generate-metadata&lt;/code&gt;.</description>
         </parameter>
       </parameters>
       <configuration>
@@ -2006,4 +2006,4 @@
       <version>3.3.4</version>
     </dependency>
   </dependencies>
-</plugin>
\ No newline at end of file
+</plugin>

Reply via email to