Reamer edited a comment on pull request #4128: URL: https://github.com/apache/zeppelin/pull/4128#issuecomment-851512360
I don't like the symlinks and the Maven build helper steps because this construct breaks some IDEs. Is it not possible to create only one submodule with two Scala compiler profiles? I know that we also have this symlink construct in our Spark submodule. That's how I know it's not good. Example of Source-Root: /src/main/scala/... /src/main/scala_2.11/... (only included with Scala profile 2.11) /src/main/scala_2.12/... (only included with Scala profile 2.12) -- 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]
