forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Condition the new config doc sections of the extension template
When creating projects or extensions, the codestarts from the tooling version are always used even for older versions so we need to be careful about it. Fixes quarkusio#42649
- Loading branch information
Showing
5 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-{extension.id}.git</developerConnection> | ||
<url>https://github.com/quarkiverse/quarkus-{extension.id}</url> | ||
</scm> | ||
{#if quarkus.version.or(quarkus.bom.version).compareVersionTo("3.14") >= 0} | ||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
|
@@ -19,6 +20,7 @@ | |
</plugins> | ||
</pluginManagement> | ||
</build> | ||
{/if} | ||
<profiles> | ||
<profile> | ||
<id>it</id> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters