Skip to content

Commit 5337ccc

Browse files
authored
Update README.adoc (#72)
1 parent f3f1aac commit 5337ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 IBM Corporation and others.
1+
// Copyright (c) 2019, 2021 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -282,7 +282,7 @@ You can update the `pom.xml` file to bind more Open Liberty Maven goals to the p
282282
`pom.xml`
283283
----
284284
[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.
286286

287287
pom.xml
288288
[source, XML, linenums, role='code_column']
@@ -292,7 +292,7 @@ include::finish/pom.xml[]
292292

293293
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.
294294

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.
296296

297297
The [hotspot=packageGoals file=0]`<executions/>` tag specifies the required Open Liberty Maven goals to generate the application that is embedded with Open Liberty.
298298

0 commit comments

Comments
 (0)