You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.15.3.1:create-extension -N</code>
475
+
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.15.4:create-extension -N</code>
Listening for transport dt_socket at address: 5005
1536
1536
__ ____ __ _____ ___ __ ____ ______
1537
1537
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
1538
1538
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
1539
1539
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
1540
-
2021-01-27 10:28:07,240 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.15.3.1) started in 0.531s. Listening on: http://localhost:8080
1540
+
2021-01-27 10:28:07,240 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.15.4) started in 0.531s. Listening on: http://localhost:8080
1541
1541
2021-01-27 10:28:07,242 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
1542
1542
2021-01-27 10:28:07,243 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, greeting-extension, servlet]</code></pre>
<p>Quarkus platform is a set of extensions that target the primary use-cases of Quarkus as a development framework and can safely be used in any combination in the same application without creating a dependency conflict.
1555
-
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.15.3.1</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.15.3.1</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
1555
+
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.15.4</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.15.4</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
<p>A <ahref="platform#quarkus-platform-bom">Quarkus Platform release BOM</a> is identified by <code>groupId:artifactId:version</code> (GAV) coordinates. When specifying a platform release BOM, you may use empty segments to fall back to default values (shown with <code>quarkus create app --help</code>). If you specify only one segment (no <code>:</code>), it is assumed to be a version.</p>
782
782
</div>
783
783
<divclass="paragraph">
784
-
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.15.3.1</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
784
+
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.15.4</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
785
785
</div>
786
786
<divclass="paragraph">
787
787
<p>Default values are subject to change. Use the <code>--dry-run</code> option to see the computed value.</p>
0 commit comments