diff --git a/.woodpecker/first-test.yml b/.woodpecker/first-test.yml
deleted file mode 100644
index 4e932b6..0000000
--- a/.woodpecker/first-test.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-when:
- - event: push
- branch: develop
-
-steps:
- - name: hello
- image: alpine
- commands:
- - echo "Hello World!"
-
- - name: sonarcloud-scan
- image: maven:3-amazoncorretto-17-alpine
- environment:
- SONAR_TOKEN:
- from_secret: sonar_token
- commands:
- - mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-java -Dsonar.token=$SONAR_TOKEN
\ No newline at end of file
diff --git a/.woodpecker/maven.yml b/.woodpecker/maven.yml
new file mode 100644
index 0000000..6cd51bf
--- /dev/null
+++ b/.woodpecker/maven.yml
@@ -0,0 +1,15 @@
+
+when:
+ - event: push
+ branch: develop
+
+steps:
+ - name: hello
+ image: alpine
+ commands:
+ - echo "Hello World!"
+
+ - name: maven verify
+ image: maven:3-amazoncorretto-17-alpine
+ commands:
+ - mvn -B verify
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3db4998..7bc7faf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,16 +42,6 @@
5.14.2
5.21.0
-
- th-schwarz
- https://sonarcloud.io
- ${file.encoding}
- th-schwarz_CloudflareDNS-java
- CloudflareDNS-java
- develop
- develop
- src/test/java/**/*
-
1.18.20.0