Skip to content

Commit ccaf2da

Browse files
committed
build: skip test on building
1 parent 2d67f97 commit ccaf2da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

agents/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060

6161
<build>
6262
<plugins>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-surefire-plugin</artifactId>
66+
<configuration>
67+
<skipTests>true</skipTests>
68+
</configuration>
69+
</plugin>
70+
6371
<plugin>
6472
<groupId>org.projectlombok</groupId>
6573
<artifactId>lombok-maven-plugin</artifactId>

0 commit comments

Comments
 (0)