You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):The text was updated successfully, but these errors were encountered: