Skip to content

Commit

Permalink
Document (better) referencedRepositoryMode in TargetPlatformConfigura…
Browse files Browse the repository at this point in the history
…tionMojo.java

This should hopefully improve the documentation of referencedRepositoryMode (it was not clear to me which values to specify)

(cherry picked from commit 0842d26)
  • Loading branch information
LorenzoBettini authored and laeubi committed Dec 11, 2023
1 parent e3e3aac commit cbbc21c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ public class TargetPlatformConfigurationMojo extends AbstractMojo {
private IncludeSourceMode targetDefinionIncludeSource;

/**
* Configures if referenced repositories should be included in when fetching repositories.
* Configures if referenced repositories should be included when fetching repositories.
* The default is <code>ignore</code>. To specify to use referenced repositories, pass <code>include</code>.
*/
@Parameter(name = DefaultTargetPlatformConfigurationReader.REFERENCED_REPOSITORY_MODE)
private ReferencedRepositoryMode referencedRepositoryMode;
Expand Down

0 comments on commit cbbc21c

Please sign in to comment.