Skip to content

Commit c208172

Browse files
committed
Directory, not folder
1 parent 117f61a commit c208172

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

maven-plugin-report-plugin/src/it/mplugin-191/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ under the License.
2727
<version>1.0-SNAPSHOT</version>
2828
<packaging>maven-plugin</packaging>
2929

30-
<description>Verify that plugin-info.html and mojo pages are generated in the correct folder</description>
30+
<description>Verify that plugin-info.html and mojo pages are generated in the correct directory</description>
3131

3232
<properties>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

maven-plugin-report-plugin/src/test/resources/plugin-enhanced.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
&lt;tr&gt;
537537
&lt;td&gt;&lt;code&gt;target&lt;/code&gt;&lt;/td&gt;
538538
&lt;td&gt;&lt;code&gt;String&lt;/code&gt;&lt;!-- this link does not have javadoc linked --&gt;&lt;/td&gt;
539-
&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;
539+
&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;
540540
&lt;/tr&gt;
541541
&lt;/tbody&gt;
542542
&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>
@@ -1098,7 +1098,7 @@
10981098
<type>boolean</type>
10991099
<required>true</required>
11001100
<editable>true</editable>
1101-
<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>
1101+
<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>
11021102
</parameter>
11031103
<parameter>
11041104
<name>failOnUncoveredSourceFiles</name>
@@ -1147,7 +1147,7 @@
11471147
<typeJavadocUrl>apidocs/java/io/File.html</typeJavadocUrl>
11481148
<required>false</required>
11491149
<editable>true</editable>
1150-
<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>
1150+
<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>
11511151
</parameter>
11521152
<parameter>
11531153
<name>metaInfVaultDirectory</name>
@@ -1481,7 +1481,7 @@
14811481
<typeJavadocUrl>apidocs/java/io/File.html</typeJavadocUrl>
14821482
<required>true</required>
14831483
<editable>true</editable>
1484-
<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>
1484+
<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>
14851485
</parameter>
14861486
</parameters>
14871487
<configuration>
@@ -2006,4 +2006,4 @@
20062006
<version>3.3.4</version>
20072007
</dependency>
20082008
</dependencies>
2009-
</plugin>
2009+
</plugin>

0 commit comments

Comments
 (0)