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:

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