Skip to content

Commit c5bb941

Browse files
committed
[build] Use canonical property to skip rake specs
maven.test.skip disables compilation, whereas normally -DskipTests is used (e.g with jitpack) to at least compile the Java code
1 parent 1056b68 commit c5bb941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<phase>test</phase>
258258
<goals><goal>rake</goal></goals>
259259
<configuration>
260-
<args>speconly SKIP_SPECS=${maven.test.skip}</args>
260+
<args>speconly SKIP_SPECS=${skipTests}</args>
261261
</configuration>
262262
</execution>
263263
<execution>

0 commit comments

Comments
 (0)