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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -