11# Test Utilities for ` java.util.logging `
22
3- [ ![ Build Status] ( https://travis-ci.org/exasol/virtual-schemas.svg?branch=master )] ( https://travis-ci.org/exasol/java-util-logging-testing )
3+ [ ![ Build Status] ( https://travis-ci.com/exasol/java-util-logging-testing.svg?branch=master )] ( https://travis-ci.com/exasol/java-util-logging-testing )
4+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.exasol/java-util-logging-testing )] ( https://search.maven.org/artifact/com.exasol/java-util-logging-testing )
45
56SonarCloud results:
67
@@ -30,6 +31,10 @@ Add this log handler if you want to record log messages created by your software
3031
3132This is an open source project which is officially supported by Exasol. For any question, you can contact our support team.
3233
34+ ## Information for Users
35+
36+ * [ Changelog] ( doc/changes/changelog.md )
37+
3338## Dependencies
3439
3540### Run Time Dependencies
@@ -38,11 +43,34 @@ Running the Virtual Schema requires a Java Runtime version 11 or later.
3843
3944### Build Time Dependencies
4045
41- | Dependency | Purpose | License |
42- | -------------------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
43- | [ Java Hamcrest] ( http://hamcrest.org/JavaHamcrest/ ) | Checking for conditions in code via matchers | BSD License |
44- | [ JUnit] ( https://junit.org/junit5 ) | Unit testing framework | Eclipse Public License 1.0 |
46+ | Dependency | Purpose | License |
47+ | --------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
48+ | [ Java Hamcrest] ( http://hamcrest.org/JavaHamcrest/ ) | Checking for conditions in code via matchers | BSD License |
49+ | [ JUnit] ( https://junit.org/junit5 ) | Unit testing framework | Eclipse Public License 1.0 |
50+
51+ ### Maven Plug-ins
52+
53+ | Plug-in | Purpose | License |
54+ | --------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
55+ | [ Maven Compiler Plugin] [ maven-compiler-plugin ] | Setting required Java version | Apache License 2.0 |
56+ | [ Maven Enforcer Plugin] [ maven-enforcer-plugin ] | Controlling environment constants | Apache License 2.0 |
57+ | [ Maven GPG Plugin] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | Code signing | Apache License 2.0 |
58+ | [ Maven Jacoco Plugin] [ maven-jacoco-plugin ] | Code coverage metering | Eclipse Public License 2.0 |
59+ | [ Maven Javadoc Plugin] [ maven-javadoc-plugin ] | Creating a Javadoc JAR | Apache License 2.0 |
60+ | [ Maven Source Plugin] [ maven-source-plugin ] | Creating a source code JAR | Apache License 2.0 |
61+ | [ Maven Surefire Plugin] [ maven-surefire-plugin ] | Unit testing | Apache License 2.0 |
62+ | [ Sonatype OSS Index Maven Plugin] [ sonatype-oss-index-maven-plugin ] | Checking Dependencies Vulnerability | ASL2 |
63+ | [ Versions Maven Plugin] [ versions-maven-plugin ] | Checking if dependencies updates are available | Apache License 2.0 |
4564
4665# License
4766
4867This software is licensed under the [ MIT license] ( LICENSE ) .
68+
69+ [ maven-compiler-plugin ] : https://maven.apache.org/plugins/maven-compiler-plugin/
70+ [ maven-enforcer-plugin ] : http://maven.apache.org/enforcer/maven-enforcer-plugin/
71+ [ maven-jacoco-plugin ] : https://www.eclemma.org/jacoco/trunk/doc/maven.html
72+ [ maven-javadoc-plugin ] : https://maven.apache.org/plugins/maven-javadoc-plugin/
73+ [ maven-source-plugin ] : https://maven.apache.org/plugins/maven-source-plugin/
74+ [ maven-surefire-plugin ] : https://maven.apache.org/surefire/maven-surefire-plugin/
75+ [ sonatype-oss-index-maven-plugin ] : https://sonatype.github.io/ossindex-maven/maven-plugin/
76+ [ versions-maven-plugin ] : https://www.mojohaus.org/versions-maven-plugin/
0 commit comments