Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
ed1b7fc83d | |
|
ebb494f66b | |
|
9818d1d201 |
|
@ -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>
|
||||
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue