You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/05 02:21:06 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #7749: Pulsar doesn't build on Windows 10 with Maven 3.6.3

BewareMyPower commented on issue #7749:
URL: https://github.com/apache/pulsar/issues/7749#issuecomment-668936770


   Because the modules have been moved to profile section after #7566 , see the `pom.xml` in the project directory:
   
   ```xml
       <profile>
         <id>core-modules</id>
         <modules>
           <module>buildtools</module>
           <!-- more modules... -->
   ```
   
   So you need run `mvn install -Pcore-modules` if you only want to install the modules of `core-modules` profile. For indices generation of Intellj Idea, you should click the associated checkbox in profile to choose the modules:
   
   ![](https://ftp.bmp.ovh/imgs/2020/08/64da8a1d29239e64.png)


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