Manage source and javadoc for Grails automatic dependencies in IntelliJ IDEA?

眉间皱痕 提交于 2019-12-05 13:31:25

IDEA attached the source automatically to the project plugin module. The JavaDoc can be manually attached to the plugin module in the project structure interface at:

File -> Project Structure -> Project Settings -> Modules -> project name-grailsPlugins -> Paths -> JavaDoc

IDEA 11 will be ably to search and download sources for any jar. The search is performed using https://oss.sonatype.org/ by artifactId and version got from name of jar.

Stefan Armbruster

not an answer, but an idea:

you might hook into the 'grails integrate-with' gant script and add this functionality yourself. $GRAILS_HOME/scripts/IntegrateWith.groovy uses some templates for .ipr and .iml file that could be modified.

At some point in future it is excepted that gradle will be used for building Grails projects but there's still a long way to go.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!