deason 7 years ago
parent
commit
790f4f937e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -121,6 +121,14 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipTests>true</skipTests>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>