We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quick-build
1 parent 0d15080 commit cd569bcCopy full SHA for cd569bc
pom.xml
@@ -1455,7 +1455,7 @@
1455
</profile>
1456
1457
<profile>
1458
- <!-- a profile that disables as much testing as possible testing whilst still producing the artifacts -->
+ <!-- a profile that disables as much testing as possible whilst still producing the artifacts -->
1459
<id>quick-build</id>
1460
<properties>
1461
<!-- we can not use maven.test.skip because we may be producing a test jar -->
@@ -1466,6 +1466,7 @@
1466
<invoker.skip>true</invoker.skip>
1467
<spotless.check.skip>true</spotless.check.skip>
1468
<checkstyle.skip>true</checkstyle.skip>
1469
+ <yarn.lint.skip>true</yarn.lint.skip>
1470
</properties>
1471
1472
</profiles>
0 commit comments