bring back spring and war plugins 67/1067/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 01:55:53 +0000 (20:55 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 01:56:00 +0000 (20:56 -0500)
Change-Id: I4f71f01ac465183a32d92498d566613f77495ebb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/pom.xml

index f06edb1..6c2a73b 100644 (file)
                </dependency>
        </dependencies>
 
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.springframework.boot</groupId>
+                               <artifactId>spring-boot-maven-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>repackage</goal>
+                                               </goals>
+                                               <phase>none</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-war-plugin</artifactId>
+                               <configuration>
+                                       <packagingExcludes>WEB-INF/lib/javax.websocket-api-1.1.jar</packagingExcludes>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 <!-- 
        <build>
                <plugins>