bowenliang123 commented on code in PR #3854:
URL: https://github.com/apache/incubator-kyuubi/pull/3854#discussion_r1031957131
##########
pom.xml:
##########
@@ -2332,6 +2332,20 @@
</properties>
</profile>
+ <profile>
+ <id>fast</id>
+ <properties>
+ <checkstyle.skip>true</checkstyle.skip>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ <maven.resources.skip>true</maven.resources.skip>
+ <rat.skip>true</rat.skip>
+ <skipTests>true</skipTests>
+ <spotless.check.skip>true</spotless.check.skip>
+ <!-- skip generating scaladoc-->
+ <skip>true</skip>
Review Comment:
The scala-maven-plugin says it's using property `skip` in the goal
`scala:doc-jar`.
<https://davidb.github.io/scala-maven-plugin/doc-jar-mojo.html#skip>
Or let me change to set this with `pluginManagement` within profile instead
of using property setting here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]