Skip to content

Commit

Permalink
Correct doc: Replace activeByDefault by activeProfiles.
Browse files Browse the repository at this point in the history
`activeByDefault` does not work with extensions from `.mvn/extensions.xml`. It might also be more fragile, if other profiles are used, since it only has effect, if no other profiles are activated.
  • Loading branch information
mdrie authored and slawekjaranowski committed Feb 1, 2022
1 parent d95dc5e commit e7fd10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/apt/examples/fast-use.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ Fast Build Configuration
<profiles>
<profile>
<id>it-repo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>local.central</id>
Expand All @@ -99,6 +96,9 @@ Fast Build Configuration
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>it-repo</activeProfile>
</activeProfiles>
</settings>
+------------------

Expand Down

0 comments on commit e7fd10d

Please sign in to comment.