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:
Romain Grecourt
2020-10-15 10:03:40 -07:00
committed by GitHub
parent 80909a0926
commit 2dd6a2fa9d

View File

@@ -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>