Open
Conversation
mosabua
reviewed
Apr 21, 2020
bash_completion.bash
Outdated
| 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" |
Collaborator
There was a problem hiding this comment.
Why the duplicated lines?
mosabua
reviewed
Apr 21, 2020
bash_completion.bash
Outdated
|
|
||
| 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 |
Author
There was a problem hiding this comment.
I don't see the difference either. maybe and added space
thx Manfred
gastaldi
reviewed
Jan 31, 2021
| 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" |
There was a problem hiding this comment.
The native-image is deprecated and was replaced by setting quarkus.package.type=native in the configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is just a simple proposal to add plugin_goals_jib and plugin_goals_quarkus to this bash completion script