All Projects → jcgay → Maven Color

jcgay / Maven Color

Licence: mit
A colorized Maven console

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Maven Color

Spotless
Keep your code spotless
Stars: ✭ 2,285 (+1190.96%)
Mutual labels:  maven
Fame
A blog power by spring-boot and vue
Stars: ✭ 162 (-8.47%)
Mutual labels:  maven
Color
A little library to deal with color conversions
Stars: ✭ 166 (-6.21%)
Mutual labels:  color
Web Budget
Sistema web para controle financeiro pessoal ou de pequenas empresas
Stars: ✭ 152 (-14.12%)
Mutual labels:  maven
Java Markdown Generator
Java library to generate markdown
Stars: ✭ 159 (-10.17%)
Mutual labels:  maven
Color Scheme
color-scheme,颜色方案,color主题,scheme,webstrom,phpstrom,pytharm,配色方案,编辑器,xfce4主题,护眼,暗色,dark
Stars: ✭ 162 (-8.47%)
Mutual labels:  color
Javacpp Presets
The missing Java distribution of native C++ libraries
Stars: ✭ 1,963 (+1009.04%)
Mutual labels:  maven
Slack Webhook
Slack WebHook Integration for Java
Stars: ✭ 173 (-2.26%)
Mutual labels:  maven
Sample Projects
Sample project files for JavaCPP, JavaCPP Presets, and JavaCV
Stars: ✭ 160 (-9.6%)
Mutual labels:  maven
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+1255.93%)
Mutual labels:  maven
Palettes
A tool for creating nice, percerptually correct and colorblind-safe color palettes.
Stars: ✭ 155 (-12.43%)
Mutual labels:  color
Antq
Point out your outdated dependencies.
Stars: ✭ 157 (-11.3%)
Mutual labels:  maven
Gatling Maven Plugin Demo
Showcase of the Gatling Plugin for Maven
Stars: ✭ 162 (-8.47%)
Mutual labels:  maven
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (-14.12%)
Mutual labels:  color
Rules jvm external
Bazel rules to resolve, fetch and export Maven artifacts
Stars: ✭ 167 (-5.65%)
Mutual labels:  maven
Neural Tools
Tools made for usage alongside artistic style transfer projects
Stars: ✭ 150 (-15.25%)
Mutual labels:  color
Shop
基于SpringMVC,Spring,Hibernate的网上商城。代码已久不维护...
Stars: ✭ 162 (-8.47%)
Mutual labels:  maven
Ksprefs
🚀⚡ Kotlin SharedPreferences wrapper & cryptographic preferences android library.
Stars: ✭ 176 (-0.56%)
Mutual labels:  maven
Jitpack.io
Documentation and issues of https://jitpack.io
Stars: ✭ 2,156 (+1118.08%)
Mutual labels:  maven
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (-7.34%)
Mutual labels:  maven

Maven Color

A multi-OS colorized Maven console.
Maven has built-in color since version 3.5.0, you should stick with it now 😍

asciicast

What's new ?

See CHANGELOG for latest changes.

Installation

Follow instructions here

Documentation

Visit the wiki.
You'll find known problem solutions and how to customize colors.

Build

Status

Build Status Build status Coverage Status Quality Gate

Release

mvn -B release:prepare release:perform

Testing with Docker

Latest Maven version

docker build . -t jcgay/maven-color
docker run -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color mvn clean verify
docker run -e MAVEN_OPTS="$MAVEN_OPTS -Dmaven.color=false" -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color mvn clean verify

Maven 3.3.x

docker build . -f Dockerfile-3.3 -t jcgay/maven-color:3.3
docker run -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color:3.3 mvn clean verify
docker run -e MAVEN_OPTS="$MAVEN_OPTS -Dmaven.color=false" -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color:3.3 mvn clean verify
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].