Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/15553
  
    Does resolution of the artifacts take much time? there aren't many, and 
they'd always resolve instantly off disk after an initial download. As you note 
you can selectively skip tests, or not compile tests, if you like, with 
existing Maven flags.
    
    I think suppressing test compilation isn't something that one would do 
normally, and wouldn't be done for Spark builds, so I am not sure it's worth 
putting in the Spark build. You can put it in your build of Spark if desired. 
I'm not sure it's worth the extra complexity.
    
    If you mean that you're looking for a flag that directly controls the 
scala-maven-plugin doc-jar mojo, it looks like it has its own skip flag: 
http://davidb.github.io/scala-maven-plugin/doc-jar-mojo.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to