Update pom.xml

master
agibsonccc 2021-03-19 21:23:38 +09:00
parent 41446d68cd
commit 665859d365
1 changed files with 6 additions and 7 deletions

View File

@ -20,8 +20,8 @@
--> -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -43,11 +43,10 @@
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.surefire</groupId> <artifactId>maven-surefire-plugin</artifactId>
<artifactId>maven-surefire-common</artifactId> <configuration>
<configuration> <skipTests>true</skipTests>
<skipTests>true</skipTests> </configuration>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>