You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/03/24 17:30:28 UTC

[GitHub] [incubator-skywalking] wu-sheng opened a new pull request #2399: Support compile project agent, backend, UI separately.

wu-sheng opened a new pull request #2399: Support compile project agent, backend, UI separately.
URL: https://github.com/apache/incubator-skywalking/pull/2399
 
 
   ### Advanced compile
   SkyWalking is a complex maven project, including many modules, which could cause long compiling time. 
   If you just want to recompile part of the project, you have following options
   - Compile agent and package
   >  ./mvnw package -Pagent,dist
   - Compile backend and package
   >  ./mvnw package -Pbackend,dist
   - Compile UI and package
   >  ./mvnw package -Pui,dist
   
   ----------
   Document updated. @ascrutae @liuhaoyang Could you run this on your env to recheck?
   
   @liuhaoyang Could you ask someone try this on Windows?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services