You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/25 17:59:44 UTC

[maven-plugin-testing] branch MPLUGINTESTING-55 updated: [MPLUGINTESTING-55] - POM Cleanup

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPLUGINTESTING-55
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git


The following commit(s) were added to refs/heads/MPLUGINTESTING-55 by this push:
     new 46fcbf7  [MPLUGINTESTING-55] - POM Cleanup
46fcbf7 is described below

commit 46fcbf71f16483307cbb523d13dad563ab48ab22
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Jun 25 19:59:29 2018 +0200

    [MPLUGINTESTING-55] - POM Cleanup
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index f83df63..4c5702d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,26 +243,6 @@ under the License.
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin><!-- TODO remove when upgrading to maven-parent 25 -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-bytecode-version</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <enforceBytecodeVersion>
-                  <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
-                </enforceBytecodeVersion>
-              </rules>
-              <fail>true</fail>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <inherited>false</inherited>