Код: Выделить всё
protos/ # protobuf files here
pom.xml # parent pom
services/common # this module generates the protobuf classes
services/mod-1 # imports common, but in intellij only protobuf classes not found
services/mod-2 # imports common, but in intellij only protobuf classes not found
Код: Выделить всё
io.github.ascopes
protobuf-maven-plugin
3.4.1
4.31.1
${project.basedir}/../../protos
true
generate
Подробнее здесь: https://stackoverflow.com/questions/797 ... le-maven-p