Skip to content

Commit 7434a91

Browse files
authored
Replace echo-maven-plugin with helidon-maven-plugin log goal. (helidon-io#2471)
* Replace echo-maven-plugin with helidon-maven-plugin log goal.
1 parent 62b4b56 commit 7434a91

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

archetypes/catalog/pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -118,41 +118,41 @@
118118
</executions>
119119
</plugin>
120120
<plugin>
121-
<groupId>com.soebes.maven.plugins</groupId>
122-
<artifactId>echo-maven-plugin</artifactId>
121+
<groupId>io.helidon.build-tools</groupId>
122+
<artifactId>helidon-maven-plugin</artifactId>
123123
<executions>
124124
<execution>
125-
<phase>install</phase>
125+
<phase>validate</phase>
126126
<goals>
127-
<goal>echo</goal>
127+
<goal>log</goal>
128128
</goals>
129129
</execution>
130130
</executions>
131131
<configuration>
132-
<echos>
133-
<echo> |</echo>
134-
<echo> | /') </echo>
135-
<echo> | //// /' )' </echo>
136-
<echo> | @ \/' )' </echo>
137-
<echo> | { note } &lt; ( (_...)' </echo>
138-
<echo> | \ ) </echo>
139-
<echo> | \,,,,/ </echo>
140-
<echo> | _|_ </echo>
141-
<echo> |</echo>
142-
<echo> | You can test the archetypes locally with the Helidon CLI using the following arguments:</echo>
143-
<echo> |</echo>
144-
<echo> | --reset --url file://${project.build.directory}/cli-data</echo>
145-
<echo> |</echo>
146-
<echo> | For example:</echo>
147-
<echo> |</echo>
148-
<echo> | helidon init --batch --reset --url file://${project.build.directory}/cli-data</echo>
149-
<echo> |</echo>
150-
<echo> | If you also want to test with a local Helidon CLI build, specify the version when building</echo>
151-
<echo> | this project, e.g.:</echo>
152-
<echo> |</echo>
153-
<echo> | mvn clean install -Dcli.build.tools.version=2.0.3-SNAPSHOT</echo>
154-
<echo> |</echo>
155-
</echos>
132+
<messages>
133+
<message> |</message>
134+
<message> | /') </message>
135+
<message> | $(cyan! /)$(blue /)$(blue! /)$(magenta /) /' )' </message>
136+
<message> | $(blue @) \/' )' </message>
137+
<message> | { $(yellow! note) } $(yellow! &lt;) ( (_...)' </message>
138+
<message> | \ ) </message>
139+
<message> | \,,,,/ </message>
140+
<message> | $(red _|_) </message>
141+
<message> |</message>
142+
<message> | You can test the archetypes locally with the Helidon CLI using the following arguments:</message>
143+
<message> |</message>
144+
<message> | --reset --url file://${project.build.directory}/cli-data</message>
145+
<message> |</message>
146+
<message> | For example:</message>
147+
<message> |</message>
148+
<message> | helidon init --batch --reset --url file://${project.build.directory}/cli-data</message>
149+
<message> |</message>
150+
<message> | If you also want to test with a local Helidon CLI build, specify the version when building</message>
151+
<message> | this project, e.g.:</message>
152+
<message> |</message>
153+
<message> | mvn clean install -Dcli.build.tools.version=2.1.3-SNAPSHOT</message>
154+
<message> |</message>
155+
</messages>
156156
</configuration>
157157
</plugin>
158158
</plugins>

0 commit comments

Comments
 (0)