1 parent 9b0e15a commit 7e9cc2fCopy full SHA for 7e9cc2f
1 file changed
pom.xml
@@ -443,6 +443,22 @@
443
</build>
444
445
<profiles>
446
+ <profile>
447
+ <id>fast</id>
448
+ <!-- profile to skip time-consuming steps -->
449
+ <activation>
450
+ <activeByDefault>false</activeByDefault>
451
+ </activation>
452
+ <properties>
453
+ <!-- skip _compiling_ the tests -->
454
+ <maven.test.skip>true</maven.test.skip>
455
+ <!-- skip execution of tests -->
456
+ <skipTests>true</skipTests>
457
+
458
+ <maven.javadoc.skip>true</maven.javadoc.skip>
459
+ </properties>
460
+ </profile>
461
462
<profile>
463
<id>release</id>
464
<build>
0 commit comments