Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
5fa67445
Commit
5fa67445
authored
Dec 18, 2016
by
Dennis Rippinger
Committed by
Marc Cornellà
Dec 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
mvn.plugin.zsh
plugins/mvn/mvn.plugin.zsh
+14
-14
No files found.
plugins/mvn/mvn.plugin.zsh
View file @
5fa67445
...
@@ -22,8 +22,7 @@ RESET_FORMATTING=`tput sgr0`
...
@@ -22,8 +22,7 @@ RESET_FORMATTING=`tput sgr0`
# Wrapper function for Maven's mvn command.
# 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
# Filter mvn output using sed. Before filtering set the locale to C, so invalid characters won't break some sed implementations
unset
LANG
unset
LANG
...
@@ -172,7 +171,8 @@ function listMavenCompletions {
...
@@ -172,7 +171,8 @@ function listMavenCompletions {
flyway:clean flyway:history flyway:init flyway:migrate flyway:status flyway:validate
flyway:clean flyway:history flyway:init flyway:migrate flyway:status flyway:validate
# gwt
# 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
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
# 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
=
-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