JAVA-3596: Clean up exec-maven-plugin config

This commit is contained in:
Krzysztof Woyke
2021-04-02 15:43:27 +02:00
parent 0377ac5dce
commit 333ffc771b
27 changed files with 0 additions and 170 deletions

View File

@@ -60,7 +60,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<configuration>
<executable>java</executable>
<mainClass>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</mainClass>
@@ -108,7 +107,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>run-benchmarks</id>