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
@@ -282,7 +282,7 @@ You can update the `pom.xml` file to bind more Open Liberty Maven goals to the p
282
282
`pom.xml`
283
283
----
284
284
[role="edit_command_text"]
285
-
Add the [hotspot=include file=0]`<include/>` and [hotspot=packageFile file=0]`<packageFile/>` configuration tags, and the [hotspot=packageGoals file=0]`<executions/>` tag to the `pom.xml` file.
285
+
Add the [hotspot=include file=0]`<include/>` and [hotspot=packageFile file=0]`<packageName/>` configuration tags, and the [hotspot=packageGoals file=0]`<executions/>` tag to the `pom.xml` file.
286
286
287
287
pom.xml
288
288
[source, XML, linenums, role='code_column']
@@ -292,7 +292,7 @@ include::finish/pom.xml[]
292
292
293
293
The [hotspot=include file=0]`<include/>` configuration tag specifies the `minify, runnable` values. The `runnable` value allows the application to be generated as a runnable JAR file. The `minify` value packages only what you need from your configuration files without bundling the entire Open Liberty install.
294
294
295
-
The [hotspot=packageFile file=0]`<packageFile/>` configuration tag specifies that the application is generated as a `GSSpringBootApp.jar` file.
295
+
The [hotspot=packageFile file=0]`<packageName/>` configuration tag specifies that the application is generated as a `GSSpringBootApp.jar` file.
296
296
297
297
The [hotspot=packageGoals file=0]`<executions/>` tag specifies the required Open Liberty Maven goals to generate the application that is embedded with Open Liberty.
0 commit comments