Skip to content

Commit ff63f67

Browse files
mrhannachiradcortez
authored andcommitted
add embedded-glassfish-plugin
1 parent beef441 commit ff63f67

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,25 @@
106106
<filename>javaee7-angular.war</filename>
107107
</configuration>
108108
</plugin>
109+
110+
<plugin>
111+
<groupId>org.glassfish</groupId>
112+
<artifactId>maven-embedded-glassfish-plugin</artifactId>
113+
<version>3.1.1</version>
114+
<configuration>
115+
<app>target/javaee7-angular-3.6.war</app>
116+
<port>8080</port>
117+
<contextRoot>test</contextRoot>
118+
</configuration>
119+
<executions>
120+
<execution>
121+
<phase>package</phase>
122+
<goals>
123+
<goal>run</goal>
124+
</goals>
125+
</execution>
126+
</executions>
127+
</plugin>
109128
</plugins>
110129
</build>
111130

0 commit comments

Comments
 (0)