Skip to content

oleggreen/colorize-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Colorize maven linux

Script to colorize maven output in linux. Next sources was used:

To colorize maven in linux

you should do next steps:

  • copy colorize-maven.sh to home folder( ~/ )
  • insert into ~/.bashrc next code:
if [ -f ~/.colorize-maven.sh ]; then
  . ~/.colorize-maven.sh
fi
  • execute next command to reload .bashrc script:
>source ~/.bashrc
  • Done. Now you can use:
    mvn command for colorized maven
    maven for simple (non-colorized) maven

About

colorize maven output in linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages