jixuan1989 opened a new pull request #1292:
URL: https://github.com/apache/incubator-iotdb/pull/1292


   The website source code has been moved to iotdb repo from v0.10 on, named as 
module site.
   
    
   
   However, normally guys who only care about the source code of IoTDB project 
may do not want to compile the website code (and the compiling is time 
consuming and memory consuming).
   
    
   
   Now we can use `mvn package -pl '!site'` to disable the module.
   
    
   
   However, I'd like to disable the module by default and if someone (e.g., the 
Jenkins server, the website developer) wants to run it, just run `mvn package 
-P site`.
   
    
   
   Or, if we want to consider the module as a subproject in IDEAJ, just click 
the maven panel and click Profiles -> site.
   
    


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to