From fb7b144ee615879f1cf2ba26da0a3d48a7aaa750 Mon Sep 17 00:00:00 2001 From: Steeve Payraudeau <16964532+steevepay@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:48:43 +0400 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce55ed2..947bb6f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ try (FileOutputStream outputStream = new FileOutputStream(report.getName())) { - [Set API Version](#set-api-version) - [Build commands](#build-commands) - [Test commands](#test-commands) +- [Project history](#-history) +- [Contributing](#-contributing) ### Carbone SDK Constructor @@ -380,11 +382,6 @@ mvn clean test jacoco:report To get the coverage analysis, open the coverage file: `./target/site/jacoco/index.html` -## Build the Javadoc documentation - -``` -mvn javadoc:javadoc -``` ## 👤 History