Skip to content

Commit 56c1d2a

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 (cherry picked from commit c5bb941)
1 parent 8c495e2 commit 56c1d2a

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
@@ -263,7 +263,7 @@
263263
<phase>test</phase>
264264
<goals><goal>rake</goal></goals>
265265
<configuration>
266-
<args>speconly SKIP_SPECS=${maven.test.skip}</args>
266+
<args>speconly SKIP_SPECS=${skipTests}</args>
267267
</configuration>
268268
</execution>
269269
<execution>

0 commit comments

Comments
 (0)