jdaugherty opened a new issue, #113: URL: https://github.com/apache/grails-intellij-plugin/issues/113
Steps to reproduce: 1. Create a new project. 2. Create a Maven module with some Java class in it, and install it in the local repository. 3. Create a Grails module that references the Maven module as a dependency. 4. Write some Groovy code that uses a class in the Maven module. 5. In the Groovy code, try "go to definition" on the class from the Maven module. Expected: - IDEA navigates to the source code in the Maven module. Actual: - IDEA navigates to the compiled JAR in ~/.grails/ivy-cache --- *Imported from [IDEA-89023](https://youtrack.jetbrains.com/issue/IDEA-89023) · Type: Bug · Votes: 1* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
