Skip to content

Commit bbccb92

Browse files
committed
Skip tests on JitPack
1 parent c9b22ec commit bbccb92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
9696
<version>3.8.1</version>
97+
<executions>
98+
<execution>
99+
<id>default-testCompile</id>
100+
<phase>test-compile</phase>
101+
<goals>
102+
<goal>testCompile</goal>
103+
</goals>
104+
<configuration>
105+
<skip>true</skip>
106+
</configuration>
107+
</execution>
108+
</executions>
97109
<goals>
98110
<goal>compile</goal>
99111
</goals>

0 commit comments

Comments
 (0)