diff --git a/.drone.yml b/.drone.yml index b006c26..72631f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,13 +10,14 @@ steps: image: maven:3-eclipse-temurin-16 commands: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - - ls - - find + - mvn javadoc:javadoc + - mvn test -B - name: code-analysis image: aosapps/drone-sonar-plugin settings: sources: target + inclusions: target/*.jar sonar_host: from_secret: sonar_host sonar_token: