dependencies - Add Javadoc/source to Joda-Time when imported as Maven dependency -
i'm new maven , joda-time library. there simple way add javadoc/source code joda-time library when import maven?
this added pom.xml:
<dependency> <groupid>joda-time</groupid> <artifactid>joda-time</artifactid> <version>2.0</version> </dependency> thanks.
if using eclipse maven plugin you'll find setting under: preferences / maven / download artifact sources , download artifact javadoc
Comments
Post a Comment