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.
- Host: GitHub
- URL: https://github.com/fracpete/simple-maven-dependency-list-plugin
- Owner: fracpete
- License: apache-2.0
- Created: 2016-05-22T21:35:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:08:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T12:15:49.621Z (over 1 year ago)
- Topics: dependency-analysis, java, maven-plugin
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```