Skip to content

Commit

Permalink
make "include" the default for referencedRepositoryMode
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini authored and laeubi committed Dec 14, 2023
1 parent d5939cd commit 33a36ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public enum InjectP2MavenMetadataHandling {

private InjectP2MavenMetadataHandling p2MavenMetadataHandling;

private ReferencedRepositoryMode referencedRepositoryMode = ReferencedRepositoryMode.ignore;
private ReferencedRepositoryMode referencedRepositoryMode = ReferencedRepositoryMode.include;

/**
* Returns the list of configured target environments, or the running environment if no
Expand Down

0 comments on commit 33a36ef

Please sign in to comment.