Skip to content

Commit ea99724

Browse files
committed
Update plugin-configuration-samples.md
1 parent 36e4b43 commit ea99724

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/plugin-configuration-samples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
152152
<version>{latest-plugin-version-here}</version>
153153
<executions>
154154
<execution>
155+
<id>with-jre</id>
155156
<phase>package</phase>
156157
<goals>
157158
<goal>package</goal>
@@ -163,6 +164,7 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
163164
</configuration>
164165
</execution>
165166
<execution>
167+
<id>without-jre</id>
166168
<phase>package</phase>
167169
<goals>
168170
<goal>package</goal>
@@ -176,6 +178,6 @@ Also, JavaPackager plugin is able to get some properties from `pom.xml`, so you
176178
</executions>
177179
</plugin>
178180
```
179-
Last configuration, e.g. on Windows, will generate next artifacts:
181+
E.g. on Windows, last configuration will generate next artifacts:
180182
* `Sample-with-jre_x.y.z.exe` with a bundled JRE.
181183
* `Sample-without-jre_x.y.z.exe` without JRE.

0 commit comments

Comments
 (0)