feat(package): Add Maven pom.xml version support (#1511)

* Add gitignore for Emacs backup files.

* Add package version support for Maven pom.xml.

* Update docs with Maven package version support.

* Fix for clippy.
This commit is contained in:
Steve Smith
2020-07-31 17:54:03 +10:00
committed by GitHub
parent acefbc523f
commit b14be4dfb1
3 changed files with 183 additions and 1 deletions
+1 -1
View File
@@ -1629,7 +1629,7 @@ package, and shows its current version. The module currently supports `npm`, `ca
- **julia** - The package version is extracted from the `Project.toml` present
- **mix** - The `mix` package version is extracted from the `mix.exs` present
- **helm** - The `helm` chart version is extracted from the `Chart.yaml` present
- **maven** - The `maven` package version is extracted from the `pom.xml` present
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.