Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for maven #107

Closed
bagage opened this issue Jul 7, 2020 · 0 comments
Closed

Add support for maven #107

bagage opened this issue Jul 7, 2020 · 0 comments
Labels
enhancement New feature or request working on it

Comments

@bagage
Copy link

bagage commented Jul 7, 2020

Similar to gradle support (#15), could maven support be added? Maven configuration file is pom.xml, and it has (but not limited to) standard lifecycle phases (commands):

You must specify a valid lifecycle phase or a goal in the format <plugin-prefi\x>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>.
Available lifecycle phases are:
validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package,
pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy

@spmeesseman spmeesseman added enhancement New feature or request good first issue Good for newcomers todo labels Sep 26, 2020
@spmeesseman spmeesseman added help wanted Extra attention is needed and removed good first issue Good for newcomers todo labels Feb 7, 2021
@spmeesseman spmeesseman added working on it and removed help wanted Extra attention is needed labels May 31, 2021
spmeesseman added a commit that referenced this issue May 31, 2021
# [2.2.0](v2.1.0...v2.2.0) (2021-05-31)

### Features

* add support for maven - closes [#107](#107) ([1f90d1b](1f90d1b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request working on it
Projects
None yet
Development

No branches or pull requests

2 participants