File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
docs/embedded-server-guide/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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---- 
12661266version::
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> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments