mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Update the helidon-cli profile to declare the helidon-cli-maven-plugin as an extension instead of the helidon-maven-plugin. (#2446)
Also remove the version since the plugin is already managed. Fixes #2398
This commit is contained in:
@@ -196,8 +196,7 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.helidon.build-tools</groupId>
|
||||
<artifactId>helidon-maven-plugin</artifactId>
|
||||
<version>${version.plugin.helidon}</version>
|
||||
<artifactId>helidon-cli-maven-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user