Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Titouan Vervack <tivervac@gmail.com>
  • Loading branch information
laeubi and tivervac committed Feb 16, 2024
1 parent 42fdbbe commit 98e2b9a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ public class MirrorTargetPlatformMojo extends AbstractMojo {
* &lt;options&gt;
* &lt;!-- should optional dependencies be included (true) or ignored (false), defaults to true --&gt;
* &lt;includeOptionalDependencies&gt;true/false&lt;/includeOptionalDependencies&gt;
* &lt;!-- should requirements be considered always greedy (true) or only if specified (false), defaults to true --&gt;
* &lt;!-- should requirements be considered always greedy (true) - i.e., install even if there are no usages - or only if specified (false), defaults to true --&gt;
* &lt;everythingGreedy&gt;true/false&lt;/everythingGreedy&gt;
* &lt;!-- should only strict dependencies be consodered (true) or all dependencies (false), defaults to false --&gt;
* &lt;!-- a strict dependency is onw with a strict version range (e.g. [1.2,1.2]) and usually maps to items included in a feature --&gt;
* &lt;!-- should only strict dependencies be considered (true) or all dependencies (false), defaults to false --&gt;
* &lt;!-- a strict dependency is one with a strict version range (e.g. [1.2,1.2]) and usually maps to items included in a feature, default is false --&gt;
* &lt;considerStrictDependencyOnly&gt;true/false&lt;/considerStrictDependencyOnly&gt;
* &lt;!-- should only items that have a filter be considerd (true) or all of them (false), default is false --&gt;
* &lt;!-- should only items that have a filter be considered (true) or all of them (false), default is false --&gt;
* &lt;followOnlyFilteredRequirements&gt;true/false&lt;/followOnlyFilteredRequirements&gt;
* &lt;!-- if no filter context is defined and there is a filter, it is forced to be asume to be matched (true) or non matching (false), default is true --&gt;
* &lt;!-- if no filter context is defined and a filter is encountered (e.g., os = win32 on a requirement), the filter will always match (true) or fail (false), default is true --&gt;
* &lt;forceFilterTo&gt;true/false&lt;/forceFilterTo&gt;
* &lt;!-- should only the latest version (true) or all versions (false) be included, default is true --&gt;
* &lt;latestVersion&gt;true/false&lt;/latestVersion&gt;
Expand Down

0 comments on commit 98e2b9a

Please sign in to comment.