Skip to content

Commit

Permalink
Fix doc of reference mode as it is include by default for Tycho5
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 7, 2024
1 parent e2b2ee5 commit 527b6c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ public class TargetPlatformConfigurationMojo extends AbstractMojo {

/**
* 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>.
* default is <code>include</code>. To disable the use of referenced repositories, pass
* <code>ignore</code>.
*/
@Parameter(name = DefaultTargetPlatformConfigurationReader.REFERENCED_REPOSITORY_MODE)
private ReferencedRepositoryMode referencedRepositoryMode;
Expand Down

0 comments on commit 527b6c1

Please sign in to comment.