Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
5fa67445
Commit
5fa67445
authored
Dec 18, 2016
by
Dennis Rippinger
Committed by
Marc Cornellà
Dec 18, 2016
Browse files
Add mvn asciidoctor commands (#5645)
* Add mvn asciidoctor commands * Fix formatting in mvn plugin
parent
dfd296a9
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/mvn/mvn.plugin.zsh
View file @
5fa67445
...
...
@@ -22,8 +22,7 @@ RESET_FORMATTING=`tput sgr0`
# Wrapper function for Maven's mvn command.
mvn-color
()
{
mvn-color
()
{
(
# Filter mvn output using sed. Before filtering set the locale to C, so invalid characters won't break some sed implementations
unset
LANG
...
...
@@ -172,7 +171,8 @@ function listMavenCompletions {
flyway:clean flyway:history flyway:init flyway:migrate flyway:status flyway:validate
# gwt
gwt:browser gwt:clean gwt:compile gwt:compile-report gwt:css gwt:debug gwt:eclipse gwt:eclipseTest gwt:generateAsync gwt:help gwt:i18n gwt:mergewebxml gwt:resources gwt:run gwt:sdkInstall gwt:source-jar gwt:soyc gwt:test
# asciidoctor
asciidoctor:process-asciidoc asciidoctor:auto-refresh asciidoctor:http asciidoctor:zip
# options
-Dmaven
.test.skip
=
true
-DskipTests
-DskipITs
-Dmaven
.surefire.debug
-DenableCiProfile
-Dpmd
.skip
=
true
-Dcheckstyle
.skip
=
true
-Dtycho
.mode
=
maven
-Dmaven
.test.failure.ignore
=
true
-DgroupId
=
-DartifactId
=
-Dversion
=
-Dpackaging
=
jar
-Dfile
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment