summaryrefslogtreecommitdiff
path: root/plugins/mvn/mvn.plugin.zsh
AgeCommit message (Collapse)Author
2020-10-09mvn: list modules (directories with pom.xml) (#8478)James Zhang
Co-authored-by: zhangjinyan1 <zhangjinyan1@guazi.com>
2020-10-09mvn: add Quarkus support in mvn completion (#9037)Geoffrey GREBERT
Co-authored-by: Geoffrey GREBERT <ggrebert@sii.fr>
2020-06-25Add new mvn alias for `mvn fmt:format` (#9053)Fatih Ergüven
* mvn: add mvnfmt alias * mvn: update README.md
2019-10-25mvn: add autocompletion for openliberty (#8244)Anton Balaniuc
2019-02-17mvn: fix and cleanup dynamic profiles logicMarc Cornellà
2019-02-17mvn: add dynamic profile support to mvn completionkubamarchwicki
* Maven profiles for current pom.xml file * Maven profiles for pom hierarchy * Ommiting comments in profiles
2019-02-17mvn: sort aliases and improve comments and READMEMarc Cornellà
2019-02-17mvn: clean up mvn-color functionMarc Cornellà
2019-02-17mvn: avoid mvn-or-mvnw function calling itself when mvn is aliased to itMarc Cornellà
2019-02-17mvn: use echoti instead of tputMarc Cornellà
Avoids forking to tput and some systems don't have tput
2019-02-17mvn: fix formattingMarc Cornellà
2019-02-17mvn: add integration-test options to mvn autocompleteBryan Banz
2019-02-17mvn: add alias to run maven from a project's subdirectoryBryan Banz
2019-02-17mvn: colorize [DEBUG] statements in mvn-colorBryan Banz
2019-02-17mvn: add mvncvst aliasLaurent Vaills
2019-02-17mvn: add alias to 'mvn clean deploy'sparsick
2019-02-17mvn: add mvncp alias to 'mvn clean package'Alexey Merezhin
2019-02-17mvn: add initialize support in mvn completionWajdi Al-Hawari
2019-02-17mvn: enable completion for mvnwNeil Green
2019-02-17mvn: enable completion for maven colorizernslqqq
2018-10-24mvn: run mvnw only if executable (#7326)Paul N. Baker
The problem that can occur is ocassionally mvnw will not be executable. This can happen if mvnw is included from an archetype, as unix permissions aren't preserved within the jar they're stored in. Only using mvnw if it exists AND is executable
2018-08-29execute mvnw with "mvn" when mvnw-file is present (#6484)Janosch Schwalm
* executing mvnw, when mvnw-file exists indriectly enable autocompletion for mvnw * inform the user :)
2018-07-01Add Spring Boot Run command (#4460)miguelpuyol
2017-11-01Added 'clean verify' to the mvn plugin targets (#6339)Mike Reardon
2017-09-24improved maven plugin (#6298)Janosch Knack
* added some apache maven plugins added arguments added longversion of arguments * SC2006 shellcheck see https://github.com/koalaman/shellcheck/wiki/SC2006 * SC2068 shellcheck see https://github.com/koalaman/shellcheck/wiki/SC2068 * SC2086 shellcheck see https://github.com/koalaman/shellcheck/wiki/SC2086 * shellcheck is not always right ;)
2016-12-18Add mvn asciidoctor commands (#5645)Dennis Rippinger
* Add mvn asciidoctor commands * Fix formatting in mvn plugin
2016-10-04Add jgitflow maven goals (#5489)Mats Faugli
2016-09-21Add some prompts for "install:install-file" (#5376)Shang Yehua
Add "-DgroupId= -DartifactId= -Dversion= -Dpackaging=jar -Dfile=" to options for "install:install-file" for when you need install a local jar file. Closes #5376.
2016-09-14Add -DskipITs and completion for -Dit.test mvn plugin (#3641)Frederick Roth
* Adds -DskipITs to auto completion list * Adds integration test completion
2016-06-15add 'mvn clean install -DskipTests --offline' alias to speed up maven ↵intsilence
compile (#5153) * add 'mvn clean install -DskipTests --offline' to speed up maven compile * update maven plugin README
2016-05-14Add mvn options to ignore test failures (#5092)Shang Yehua
add "-Dmaven.test.failure.ignore=true" . This option will not ignore all tests but ignore the failures when run tests. See http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#testFailureIgnore
2016-02-18fix terminal color pollution, see issue ↵Marvin Frommhold
https://github.com/robbyrussell/oh-my-zsh/issues/4856
2015-02-07Added alias for downloading maven dependencies' sources and javadocsDeepu Mohan Puthrote
2014-08-01TomEE maven plugin + integration-test in common life-cycleCarlos Chacin
2014-07-07Spring boot autocompletekubamarchwicki
2014-06-28added useful mvn aliasesPeter Butkovic
2014-03-07added mvnjetty aliasJouko Johansson
2014-03-07added aliases for tomcat:run tomcat7:runJouko Johansson
2014-03-07added mvn-updateJouko Johansson
2013-11-11Fix issues with special characters when running mvnZsolt Sz. Sztupák
Setting the locale to C will stabilize sed, so it won't stop processing the mvn output when it encounters invalid characters (like binary data) This makes it also more viable to add the `alias mvn='mvn-color`, as the coloring is less obtrusive, and there won't be any issues with sed breaking because of an invalid character inside the stream
2013-04-22mvn plugin was missing "redeploy" completion for tomcat.Dustin Hemmerling
2012-12-28Maven plugin completion fixNandor Kracser
for other (than Java) JVM languages
2012-12-02Merge pull request #1235 from henryyan/masterRobby Russell
Improved maven plugin added a lot of auto complection, add git-extras plugin
2012-11-21totvs utilsCarlos Alexandro Becker
2012-11-06mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh.Carlos Alexandro Becker
2012-11-06Added some maven love.Carlos Alexandro Becker
2012-07-18add maven zsh autocomplete plugin, copy from juvenxu's bash maven ↵Henry Yan
autocomplete plugin
2012-07-17merge from upstream masterHenry Yan
2012-03-22add maven pluginHenry Yan
2011-02-16mvn pluginFredrik Appelberg