Pregunta

Can IntelliJ include a source directory contained in an excluded directory?

I am using Google Protocol Buffers and am placing the generated class files in the target/proto-generated directory. I have already excluded the target directory, is there a way to mark proto-generated as a source directory and leave the target directory excluded?

  • target <excluded>
    • classes
    • proto-generated <include>
¿Fue útil?

Solución

Thanks CrazyCoder for

"See youtrack.jetbrains.com/issue/IDEABKL-6054 for the workaround."

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top