From 16524e02a14fd0356aad8f8547a277503846e07b Mon Sep 17 00:00:00 2001 From: Charles Sabourdin Date: Fri, 31 May 2019 14:59:58 +0200 Subject: [PATCH 1/3] add quarkus --- bash_completion.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash_completion.bash b/bash_completion.bash index 34f5906..0fd9425 100755 --- a/bash_completion.bash +++ b/bash_completion.bash @@ -165,6 +165,8 @@ _mvn() local plugin_goals_license="license:format|license:check" local plugin_goals_liquibase="liquibase:changelogSync|liquibase:changelogSyncSQL|liquibase:clearCheckSums|liquibase:dbDoc|liquibase:diff|liquibase:dropAll|liquibase:help|liquibase:migrate|liquibase:listLocks|liquibase:migrateSQL|liquibase:releaseLocks|liquibase:rollback|liquibase:rollbackSQL|liquibase:status|liquibase:tag|liquibase:update|liquibase:updateSQL|liquibase:updateTestingRollback" local plugin_goals_nexus_staging="nexus-staging:close|nexus-staging:deploy|nexus-staging:deploy-staged|nexus-staging:deploy-staged-repository|nexus-staging:drop|nexus-staging:help|nexus-staging:promote|nexus-staging:rc-close|nexus-staging:rc-drop|nexus-staging:rc-list|nexus-staging:rc-list-profiles|nexus-staging:rc-promote|nexus-staging:rc-release|nexus-staging:release" + #mvn help:describe -Dplugin=io.quarkus:quarkus-maven-plugin:0.15.0 + local plugin_goals_quarkus="quarkus:add-extension|quarkus:add-extensions|quarkus:analyze-call-tree|quarkus:build|quarkus:create|quarkus:create-example-config|quarkus:dev|quarkus:help|quarkus:list-extensions|quarkus:native-image|quarkus:remote-dev" local plugin_goals_pmd="pmd:pmd|pmd:cpd|pmd:check|pmd:cpd-check" local plugin_goals_properties="properties:read-project-properties|properties:write-project-properties|properties:write-active-profile-properties|properties:set-system-properties" local plugin_goals_release="release:clean|release:prepare|release:rollback|release:perform|release:stage|release:branch|release:update-versions" @@ -250,4 +252,4 @@ _mvn() } complete -o default -F _mvn -o nospace mvn -complete -o default -F _mvn -o nospace mvnDebug +complete -o default -F _mvn -o nospace mvnDebug \ No newline at end of file From 791557391cdb089ab5d93331e06bca669552f4d6 Mon Sep 17 00:00:00 2001 From: Charles Sabourdin Date: Fri, 31 May 2019 15:17:21 +0200 Subject: [PATCH 2/3] add jib --- bash_completion.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_completion.bash b/bash_completion.bash index 0fd9425..5857dab 100755 --- a/bash_completion.bash +++ b/bash_completion.bash @@ -161,6 +161,9 @@ _mvn() local plugin_goals_jboss="jboss:start|jboss:stop|jboss:deploy|jboss:undeploy|jboss:redeploy" local plugin_goals_jboss_as="jboss-as:add-resource|jboss-as:deploy|jboss-as:deploy-only|jboss-as:deploy-artifact|jboss-as:redeploy|jboss-as:redeploy-only|jboss-as:undeploy|jboss-as:undeploy-artifact|jboss-as:run|jboss-as:start|jboss-as:shutdown|jboss-as:execute-commands" local plugin_goals_jetty="jetty:run|jetty:run-exploded|jetty:run-forked" + local plugin_goals_jetty="jetty:run|jetty:run-exploded|jetty:run-forked" + #mvn help:describe -Dplugin=com.google.cloud.tools:jib-maven-plugin:1.2.0 + local plugin_goals_jib="jib:_skaffold-files|jib:_skaffold-files-v2|jib:_skaffold-package-goals|jib:build|jib:buildTar|jib:dockerBuild" local plugin_goals_jxr="jxr:jxr" local plugin_goals_license="license:format|license:check" local plugin_goals_liquibase="liquibase:changelogSync|liquibase:changelogSyncSQL|liquibase:clearCheckSums|liquibase:dbDoc|liquibase:diff|liquibase:dropAll|liquibase:help|liquibase:migrate|liquibase:listLocks|liquibase:migrateSQL|liquibase:releaseLocks|liquibase:rollback|liquibase:rollbackSQL|liquibase:status|liquibase:tag|liquibase:update|liquibase:updateSQL|liquibase:updateTestingRollback" From ae96c434beab1f3800f5dfdbdcd8e7246c23eeac Mon Sep 17 00:00:00 2001 From: Charles Sabourdin Date: Tue, 21 Apr 2020 10:03:48 +0200 Subject: [PATCH 3/3] correct wrong copy/paste thx Manfred --- bash_completion.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_completion.bash b/bash_completion.bash index 5857dab..69c8480 100755 --- a/bash_completion.bash +++ b/bash_completion.bash @@ -161,7 +161,6 @@ _mvn() local plugin_goals_jboss="jboss:start|jboss:stop|jboss:deploy|jboss:undeploy|jboss:redeploy" local plugin_goals_jboss_as="jboss-as:add-resource|jboss-as:deploy|jboss-as:deploy-only|jboss-as:deploy-artifact|jboss-as:redeploy|jboss-as:redeploy-only|jboss-as:undeploy|jboss-as:undeploy-artifact|jboss-as:run|jboss-as:start|jboss-as:shutdown|jboss-as:execute-commands" local plugin_goals_jetty="jetty:run|jetty:run-exploded|jetty:run-forked" - local plugin_goals_jetty="jetty:run|jetty:run-exploded|jetty:run-forked" #mvn help:describe -Dplugin=com.google.cloud.tools:jib-maven-plugin:1.2.0 local plugin_goals_jib="jib:_skaffold-files|jib:_skaffold-files-v2|jib:_skaffold-package-goals|jib:build|jib:buildTar|jib:dockerBuild" local plugin_goals_jxr="jxr:jxr" @@ -255,4 +254,4 @@ _mvn() } complete -o default -F _mvn -o nospace mvn -complete -o default -F _mvn -o nospace mvnDebug \ No newline at end of file +complete -o default -F _mvn -o nospace mvnDebug