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 2020/04/04 14:51:13 UTC

[maven-artifact-transfer] branch MSHARED-875 created (now 56a6638)

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

khmarbaise pushed a change to branch MSHARED-875
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at 56a6638  [MSHARED-875] - Remove enforcer for bytecode enforcement

This branch includes the following new commits:

     new 56a6638  [MSHARED-875] - Remove enforcer for bytecode enforcement

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-artifact-transfer] 01/01: [MSHARED-875] - Remove enforcer for bytecode enforcement

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-875
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 56a663816e1fb33f36b2140aa3c445cb9c9b3f7d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 4 16:51:02 2020 +0200

    [MSHARED-875] - Remove enforcer for bytecode enforcement
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1bcca0b..7eeaab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,9 +98,6 @@
           </execution>
         </executions>
         <configuration>
-          <ignores>
-            <ignore>java.lang.invoke.MethodHandle</ignore>
-          </ignores>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
             <artifactId>java17</artifactId>
@@ -108,23 +105,6 @@
           </signature>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-bytecode-version</id>
-            <configuration>
-              <rules>
-                <enforceBytecodeVersion>
-                  <maxJdkVersion>1.${javaVersion}</maxJdkVersion>
-                </enforceBytecodeVersion>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
     </plugins>
   </build>