You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><code>String</code><!-- this link does not have javadoc linked --></td>
539
-
<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>
539
+
<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>
540
540
</tr>
541
541
</tbody>
542
542
</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></description>
@@ -1098,7 +1098,7 @@
1098
1098
<type>boolean</type>
1099
1099
<required>true</required>
1100
1100
<editable>true</editable>
1101
-
<description>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.</description>
1101
+
<description>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.</description>
<description>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>.</description>
1150
+
<description>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>.</description>
<description>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>.</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 <code>generate-metadata</code>.</description>
0 commit comments