diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c7972a..c46f556 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: git config --global user.email "hallo@denktmit.de" git config --global user.name "DenktMit eG" - mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd deploy + mvn -Drevision=${tag_name} -Dchangelist= -B -ntp -DskipTests -Pci-cd clean deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }} diff --git a/pom.xml b/pom.xml index ca331cb..ad8e698 100644 --- a/pom.xml +++ b/pom.xml @@ -442,7 +442,7 @@ - https://spring.io/projects/spring-boot/aggregator/application + https://github.com/DenktMit-eG/spring-test-initializers