Compare commits

...

3 Commits
main ... bak

Author SHA1 Message Date
hummel ed1b7fc83d break it as test... 2024-12-13 14:24:18 +01:00
hummel ebb494f66b updated pmd plugin 2024-12-13 10:10:35 +01:00
hummel 9818d1d201 test without PMD plugin 2024-12-13 09:59:52 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.22.0</version>
<version>3.26.0</version>
<executions>
<execution>
<phase>verify</phase>
@ -106,7 +106,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
</plugins>

View File

@ -7,7 +7,7 @@ public class Main {
private static final Logger LOG = LogManager.getLogger();
public static void main(String[] args) {
LOG.info("Hallo Maven!");
LOG.info("Hallo Maven!");break it
System.out.println(new Main().add(3, 4));
}