Skip to content

Commit 76b8f29

Browse files
authored
Apply suggestions from code review
Meanwhile, a new version of the Maven plugin was released.
1 parent 0fc7e73 commit 76b8f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/embedded-server-guide/src/main/asciidoc/embedded-server-guide.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ Add the following `plugin` element to your POM file:
12561256
...
12571257
<plugin>
12581258
<groupId>org.glassfish.embedded</groupId>
1259-
<artifactId>maven-embedded-glassfish-plugin</artifactId>
1259+
<artifactId>embedded-glassfish-maven-plugin</artifactId>
12601260
<version>version</version>
12611261
</plugin>
12621262
...
@@ -1265,7 +1265,7 @@ Add the following `plugin` element to your POM file:
12651265
----
12661266
version::
12671267
The version to use. The version of the final promoted build for this
1268-
release is `5.1`. The Maven plug-in is not bound to a specific version
1268+
release is `7.0`. The Maven plug-in is not bound to a specific version
12691269
of {productName}. You can specify the version you want to use. If
12701270
no version is specified, a default version is used.
12711271

@@ -1399,8 +1399,8 @@ http://maven.apache.org/maven-v4_0_0.xsd">
13991399
<plugins>
14001400
<plugin>
14011401
<groupId>org.glassfish.embedded</groupId>
1402-
<artifactId>maven-embedded-glassfish-plugin</artifactId>
1403-
<version>5.1</version>
1402+
<artifactId>embedded-glassfish-maven-plugin</artifactId>
1403+
<version>7.0</version>
14041404
<configuration>
14051405
<app>target/test.war</app>
14061406
<port>8080</port>

0 commit comments

Comments
 (0)