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
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