Please check the TechStack.md file for details.
This project offers way to seamlessly add coloured log messages in academic, study or research projects. This is not a production ready module and shouldn't be used in a production setting. It is designed also for use in tutorials, classes, teaching and knowledge sharing.
- 2.1.0 - 1ad22801591b0ff05451d81a9ea4371b514c2fc4 - JDK11 - Java
- 2.2.0 - 99d0e9753289a1ea2b69b1297813b29beabb11fe - JDK11 - Java
- 2.2.1 - fde6a767a53f7f853eba886510208d4f23365800 - JDK11 - Java
- 2.2.2 - b2595480d4e5f929458cfb35c1c33813539ff66d - JDK11 - Java
More details on the Release Notes document
<dependency>
<groupId>org.jesperancinha.console</groupId>
<artifactId>consolerizer</artifactId>
<version>2.2.3</version>
</dependency>
git push --delete origin 2.2.3
git tag --delete 2.2.3
git tag 2.2.3
git push --tags
gpg --keyserver hkp://keyserver.ubuntu.com --send-keys <your GPG key>
gpg --list-keys
export GPG_TTY=$(tty)
mvn clean deploy -Prelease
mvn nexus-staging:release -Prelease
mvn -f coverage.xml clean install coveralls:report -Dconsolerizer.show=false -DrepoToken=${COVERALLS_TOKEN}
<?xml version="1.0" encoding="UTF-8" ?>
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>{{password}}</gpg.passphrase>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>ossrh</activeProfile>
</activeProfiles>
<servers>
<server>
<id>ossrh</id>
<username>{{username}}</username>
<password>{{password}}</password>
</server>
</servers>
</settings>
!!Important!!: Please remove test module before release!
- Extended ASCII Table from the BBC - Data representation
- Definitive Guide To Java 12
- Publish AAR to jCenter and Maven Central
- Publishing Android Library to Bintray with Gradle + Buddy.Works
- How to distribute your own Android library through jCenter and Maven Central from Android Studio
- Creating .asc signature files with GPG
- Publish java library to JFrog Bintray and OSS Sonatype with Gradle
- Enjoy Bintray and use it as pain-free gateway to Maven Central
- Android Library Publishing Maven Artifacts via gradle
- Gradle generate javadoc for Android
- A Complete Guide to Create and Publish an Android Library to Maven Central
- Publish a Java Project to Maven Central with Gradle
- Sign and publish on Maven Central a Project with the new maven-publish Gradle plugin
- How to Upload an Open-Source Java Library to Maven Central
- Nexus Sonatype
- Working with PGP Signatures