There was an error while loading. Please reload this page.
1 parent 0dd7eef commit 5993c87Copy full SHA for 5993c87
uma-server-webapp/pom.xml
@@ -53,6 +53,7 @@
53
<groupId>org.apache.maven.plugins</groupId>
54
<artifactId>maven-war-plugin</artifactId>
55
<configuration>
56
+<warName>uma-server-webapp</warName>
57
<overlays>
58
<overlay>
59
<groupId>org.mitre</groupId>
@@ -61,6 +62,16 @@
61
62
</overlays>
63
</configuration>
64
</plugin>
65
+<plugin>
66
+<groupId>org.eclipse.jetty</groupId>
67
+<artifactId>jetty-maven-plugin</artifactId>
68
+<configuration>
69
+<war>${project.build.directory}/uma-server-webapp.war</war>
70
+<webAppConfig>
71
+<contextPath>/uma-server-webapp</contextPath>
72
+</webAppConfig>
73
+</configuration>
74
+</plugin>
75
</plugins>
76
<pluginManagement>
77
<plugins>
0 commit comments