From 258396fc36382158b8c2eaf82ea5567a5a4f8f60 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Sat, 2 Mar 2019 22:04:59 +0100 Subject: [PATCH] ~ javadoc auf Seite Signed-off-by: Johannes Theiner --- pom.xml | 4 ++++ src/test/java/de/hsel/spm/baudas/HelloTest.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27a1a6a..39d0f71 100644 --- a/pom.xml +++ b/pom.xml @@ -201,6 +201,10 @@ spotbugs-maven-plugin 3.1.9 + + org.apache.maven.plugins + maven-javadoc-plugin + diff --git a/src/test/java/de/hsel/spm/baudas/HelloTest.java b/src/test/java/de/hsel/spm/baudas/HelloTest.java index d5cd722..165d65a 100644 --- a/src/test/java/de/hsel/spm/baudas/HelloTest.java +++ b/src/test/java/de/hsel/spm/baudas/HelloTest.java @@ -9,7 +9,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; * @version 0.1 * @since 0.1 **/ -class HelloTest { +public class HelloTest { @Test void hello() {