문제

I'm using Eclipse Juno with m2e 1.4.0. I have m2e configured to download sources and javadocs which works fine for my dependency artifacts. However m2e does not seem to download sources for any of my defined plugins.

Is there a way to configure Eclipse / m2e to download the sources for the plugins as well?

도움이 되었습니까?

해결책

m2e doesn't download sources or javadoc for plugins. However, you can temporarily add the plugin as a normal dependency, ask Eclipse to download the sources/javadoc, and then remove it again.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top