We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beef441 commit ff63f67Copy full SHA for ff63f67
1 file changed
pom.xml
@@ -106,6 +106,25 @@
106
<filename>javaee7-angular.war</filename>
107
</configuration>
108
</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>
128
</plugins>
129
</build>
130
0 commit comments