Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
ed1b7fc83d | |
|
ebb494f66b | |
|
9818d1d201 |
|
@ -97,7 +97,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>3.22.0</version>
|
<version>3.26.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ public class Main {
|
||||||
private static final Logger LOG = LogManager.getLogger();
|
private static final Logger LOG = LogManager.getLogger();
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
LOG.info("Hallo Maven!");
|
LOG.info("Hallo Maven!");break it
|
||||||
|
|
||||||
System.out.println(new Main().add(3, 4));
|
System.out.println(new Main().add(3, 4));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue