An open API service indexing awesome lists of open source software.

https://github.com/fracpete/simple-maven-dependency-list-plugin

Simplified version of maven-dependency plugin that just outputs a list of dependencies.
https://github.com/fracpete/simple-maven-dependency-list-plugin

dependency-analysis java maven-plugin

Last synced: about 1 year ago
JSON representation

Simplified version of maven-dependency plugin that just outputs a list of dependencies.

Awesome Lists containing this project

README

          

# simple-maven-dependency-list-plugin

Simplified version of [maven-dependency-list](https://maven.apache.org/plugins/maven-dependency-plugin/)
plugin that just outputs a list of dependencies.

Based on version [2.10](http://svn.apache.org/viewvc/maven/plugins/tags/maven-dependency-plugin-2.10/)
of the plugin.

For your `pom.xml`:

```xml



...

com.github.fracpete
simple-maven-dependency-list-plugin
0.0.4


list
package

list


nz.ac.waikato.cms.adams
${project.build.directory}/${project.artifactId}-${project.version}.dep
true
jar
compile
false
false
false
false




...


...


com.github.fracpete
maven-dependency-list-plugin

...

```