Skip to content

Commit

Permalink
Directory, not folder
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 3, 2024
1 parent 117f61a commit c208172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-report-plugin/src/it/mplugin-191/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 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. &lt;br /&gt; &lt;i&gt;The difference between &lt;a href=&quot;#embeddeds&quot;&gt;&lt;code&gt;embeddeds&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;#subPackages&quot;&gt;&lt;code&gt;subPackages&lt;/code&gt;&lt;/a&gt; is that for the former an explicit target is given while for the latter the target is being computed from the artifact&apos;s vault property file.&lt;/i&gt;</description>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -2006,4 +2006,4 @@
<version>3.3.4</version>
</dependency>
</dependencies>
</plugin>
</plugin>

0 comments on commit c208172

Please sign in to comment.