Skip to content

Commit

Permalink
Polish README
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 16, 2025
1 parent d6d1462 commit 5d5b698
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# Dependency Management Plugin

[![Chat on Gitter][1]][2]

A Gradle plugin that provides Maven-like dependency management and exclusions. The
plugin provides a DSL to configure dependency management directly and by importing
existing Maven boms. Based on the configured dependency management, the plugin will
control the versions of your project's direct and transitive dependencies and will honour
any exclusions declared in the poms of your project's dependencies and any imported boms.

To learn more about using the Dependency Management Plugin, please refer to its
[reference documentation][3].
[reference documentation][1].

## Contributing

Contributors to this project agree to uphold its [code of conduct][4].
[Pull requests][5] are welcome. Please see the [contributor guidelines][6] for details.
Contributors to this project agree to uphold its [code of conduct][2].
[Pull requests][3] are welcome. Please see the [contributor guidelines][4] for details.

## Licence

Dependency Management Plugin is open source software released under the [Apache 2.0
license][7].
license][5].

[1]: https://badges.gitter.im/Join%20Chat.svg
[2]: https://gitter.im/spring-gradle-plugins/dependency-management-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[3]: https://docs.spring.io/dependency-management-plugin/docs/current-SNAPSHOT/reference/html/
[4]: CODE_OF_CONDUCT.md
[5]: https://help.github.com/articles/using-pull-requests/
[6]: CONTRIBUTING.md
[7]: https://www.apache.org/licenses/LICENSE-2.0.html
[1]: https://docs.spring.io/dependency-management-plugin/docs/current-SNAPSHOT/reference/html/
[2]: CODE_OF_CONDUCT.md
[3]: https://help.github.com/articles/using-pull-requests/
[4]: CONTRIBUTING.md
[5]: https://www.apache.org/licenses/LICENSE-2.0.html

0 comments on commit 5d5b698

Please sign in to comment.