Skip to content

vincentrussell/extended-dependency-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extended-dependency-plugin Maven Central Build Status

extended-dependency-plugin will allow you to pull down all the dependency sources or javadoc jars for all the transitive dependencies.

Maven

Add a dependency to com.github.vincentrussell:extended-dependency-plugin.

<dependency>
   <groupId>com.github.vincentrussell</groupId>
   <artifactId>extended-dependency-plugin</artifactId>
   <version>1.0</version>
</dependency>

Requirements

  • JDK 1.8 or higher

Running from the command line

get all sources transitively

mvn com.github.vincentrussell:extended-dependency-plugin:1.0:get -Dmaven.repo.local=/tmp/localRepo -Dartifact=org.elasticsearch.client:transport:6.7.1:jar:sources -Dtransitive=true

get all javadoc transitively

mvn com.github.vincentrussell:extended-dependency-plugin:1.0:get -Dmaven.repo.local=/tmp/localRepo -Dartifact=org.elasticsearch.client:transport:6.7.1:jar:javadoc -Dtransitive=true

Change Log

1.0 (2021-01-15)

Enhancements:

  • Initial Release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages