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 )
9 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
Jouko Johansson
8b667b2299
added mvn-update
12 years ago
Zsolt Sz. Sztupák
96798c42f0
Fix issues with special characters when running mvn
...
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
13 years ago
Dustin Hemmerling
785b1c6337
mvn plugin was missing "redeploy" completion for tomcat.
13 years ago
Nandor Kracser
dde4a8b6a3
Maven plugin completion fix
...
for other (than Java) JVM languages
13 years ago
Carlos Alexandro Becker
72974ce409
totvs utils
14 years ago
Carlos Alexandro Becker
8723a2ce58
mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh.
14 years ago
Carlos Alexandro Becker
15e0dc9ec9
Added some maven love.
14 years ago
Henry Yan
3fe1e5c787
add maven zsh autocomplete plugin, copy from juvenxu's bash maven autocomplete plugin
14 years ago
Henry Yan
e9feccf6a9
add maven plugin
14 years ago
Fredrik Appelberg
792e50c917
mvn plugin
15 years ago
Fredrik Appelberg
d02a3912cf
maven plugin
16 years ago