Jonas Geiregat
526969cad3
feat(mvn): add verify aliases ( #13133 )
10 months ago
Daniel Mensinger
db32c6ccce
fix(mvn): handle directories in `<relativePath>` ( #12957 )
1 year ago
rfigueroa
42b86327ed
fix(mvn)!: rename `mvnd` to `mvndp` alias ( #11756 )
...
BREAKING CHANGE: Rename alias to prevent conflicts with Apache Maven Daemon.
3 years ago
Nur Rony
a3c579bf27
feat(maven): add `quarkus` command support ( #11405 )
3 years ago
Marco Collovati
a051eb04b8
feat(mvn): add completion for Vaadin ( #11362 )
3 years ago
Marc Cornellà
aaebe4c890
fix(mvn): fix listing modules in completion ( #10586 )
4 years ago
Arthur Maltson
9bd0ac9b00
feat(mvn): support using `mvnw` in multi-module projects ( #9413 )
4 years ago
James Zhang
a5e706d749
mvn: list modules (directories with pom.xml) ( #8478 )
...
Co-authored-by: zhangjinyan1 <zhangjinyan1@guazi.com>
6 years ago
Geoffrey GREBERT
e93a2dca0e
mvn: add Quarkus support in mvn completion ( #9037 )
...
Co-authored-by: Geoffrey GREBERT <ggrebert@sii.fr>
6 years ago
Fatih Ergüven
6152ac30be
Add new mvn alias for `mvn fmt:format` ( #9053 )
...
* mvn: add mvnfmt alias
* mvn: update README.md
6 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Marc Cornellà
b80b1a1e8b
Actions to take after repository migration is complete ( #8394 )
...
* Change project URL from robbyrussell to ohmyzsh org
* Update git remote to use ohmyzsh org repository
6 years ago
Anton Balaniuc
4eab95f08a
mvn: add autocompletion for openliberty ( #8244 )
6 years ago
Marc Cornellà
0e647904ff
mvn: update documentation
7 years ago
Marc Cornellà
f4b2e460c7
mvn: fix and cleanup dynamic profiles logic
7 years ago
kubamarchwicki
fff756069f
mvn: add dynamic profile support to mvn completion
...
* Maven profiles for current pom.xml file
* Maven profiles for pom hierarchy
* Ommiting comments in profiles
7 years ago
Marc Cornellà
d0a0421e10
mvn: sort aliases and improve comments and README
7 years ago
Marc Cornellà
006b882098
mvn: clean up mvn-color function
7 years ago
Marc Cornellà
c636e0933a
mvn: avoid mvn-or-mvnw function calling itself when mvn is aliased to it
7 years ago
Marc Cornellà
b767976586
mvn: use echoti instead of tput
...
Avoids forking to tput and some systems don't have tput
7 years ago
Marc Cornellà
5b569149f3
mvn: fix formatting
7 years ago
Bryan Banz
9afaa0c406
mvn: add integration-test options to mvn autocomplete
7 years ago
Bryan Banz
0a5e69b87e
mvn: add alias to run maven from a project's subdirectory
7 years ago
Bryan Banz
283dcab64f
mvn: colorize [DEBUG] statements in mvn-color
7 years ago
Laurent Vaills
7ebd80fc7d
mvn: add mvncvst alias
7 years ago
sparsick
0dbe7ecedc
mvn: add alias to 'mvn clean deploy'
7 years ago
Alexey Merezhin
4d4a2fac58
mvn: add mvncp alias to 'mvn clean package'
7 years ago
Wajdi Al-Hawari
35539fd6e4
mvn: add initialize support in mvn completion
7 years ago
Neil Green
e056aee794
mvn: enable completion for mvnw
7 years ago
nslqqq
df002539f8
mvn: enable completion for maven colorizer
7 years ago
Paul N. Baker
745b6550a6
mvn: run mvnw only if executable ( #7326 )
...
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
8 years ago
Janosch Schwalm
3cd8eaf9bb
execute mvnw with "mvn" when mvnw-file is present ( #6484 )
...
* executing mvnw, when mvnw-file exists
indriectly enable autocompletion for mvnw
* inform the user :)
8 years ago
miguelpuyol
2732126525
Add Spring Boot Run command ( #4460 )
8 years ago
Mike Reardon
4cb730773b
Added 'clean verify' to the mvn plugin targets ( #6339 )
8 years ago
Janosch Knack
accdcb2f1c
improved maven plugin ( #6298 )
...
* 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 ;)
9 years ago
Dennis Rippinger
5fa674456a
Add mvn asciidoctor commands ( #5645 )
...
* Add mvn asciidoctor commands
* Fix formatting in mvn plugin
9 years ago
Mats Faugli
d57f36dab8
Add jgitflow maven goals ( #5489 )
10 years ago
Shang Yehua
904d0ccef9
Add some prompts for "install:install-file" ( #5376 )
...
Add "-DgroupId= -DartifactId= -Dversion= -Dpackaging=jar -Dfile=" to options for
"install:install-file" for when you need install a local jar file.
Closes #5376 .
10 years ago
Frederick Roth
ce4d8a5cad
Add -DskipITs and completion for -Dit.test mvn plugin ( #3641 )
...
* Adds -DskipITs to auto completion list
* Adds integration test completion
10 years ago
intsilence
3f2dd80773
add 'mvn clean install -DskipTests --offline' alias to speed up maven compile ( #5153 )
...
* add 'mvn clean install -DskipTests --offline' to speed up maven compile
* update maven plugin README
10 years ago
Shang Yehua
5aa7e0f600
Add mvn options to ignore test failures ( #5092 )
...
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
10 years ago
Marc Cornellà
30870d87dd
Reword and fix formatting of mvn plugin README
10 years ago
Vimal Raj
863675f3d4
Add README file for mvn plugin
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
Marvin Frommhold
31614f8c40
fix terminal color pollution, see issue https://github.com/robbyrussell/oh-my-zsh/issues/4856
10 years ago
Deepu Mohan Puthrote
fc606d91a0
Added alias for downloading maven dependencies' sources and javadocs
11 years ago
Carlos Chacin
961ca143b8
TomEE maven plugin + integration-test in common life-cycle
12 years ago
kubamarchwicki
8d762e46f7
Spring boot autocomplete
12 years ago
Peter Butkovic
bc2e3ff15a
added useful mvn aliases
12 years ago
Jouko Johansson
fd8ce7f8e3
added mvnjetty alias
12 years ago
Jouko Johansson
7378765a79
added aliases for tomcat:run tomcat7:run
12 years ago