Skip to content

Commit 394b6c7

Browse files
committed
disable test execution for commons-maven and commons-gradle, not really needed anymore
1 parent 9045e2e commit 394b6c7

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

headless-services/commons/commons-gradle/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,16 @@
5151
</dependency>
5252
</dependencies>
5353

54+
<build>
55+
<plugins>
56+
<plugin>
57+
<groupId>org.apache.maven.plugins</groupId>
58+
<artifactId>maven-surefire-plugin</artifactId>
59+
<configuration>
60+
<skipTests>true</skipTests>
61+
</configuration>
62+
</plugin>
63+
</plugins>
64+
</build>
65+
5466
</project>

headless-services/commons/commons-maven/pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,16 @@
117117
</dependencies>
118118
</dependencyManagement>
119119

120-
121-
</project>
120+
<build>
121+
<plugins>
122+
<plugin>
123+
<groupId>org.apache.maven.plugins</groupId>
124+
<artifactId>maven-surefire-plugin</artifactId>
125+
<configuration>
126+
<skipTests>true</skipTests>
127+
</configuration>
128+
</plugin>
129+
</plugins>
130+
</build>
131+
132+
</project>

0 commit comments

Comments
 (0)