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 2022/07/30 18:10:08 UTC

[maven-help-plugin] branch MPH-188 updated (1c05a5a -> 90817ec)

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

khmarbaise pushed a change to branch MPH-188
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


 discard 1c05a5a  WIP.
 discard 5a8e3fa  WIP.
     new 90817ec  [MPH-188] - Cleanup - Pom

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1c05a5a)
            \
             N -- N -- N   refs/heads/MPH-188 (90817ec)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[maven-help-plugin] 01/01: [MPH-188] - Cleanup - Pom

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

khmarbaise pushed a commit to branch MPH-188
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 90817ec8901e56f897671b78b3585edac47a4339
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jul 30 14:49:25 2022 +0200

    [MPH-188] - Cleanup - Pom
---
 pom.xml | 44 +-------------------------------------------
 1 file changed, 1 insertion(+), 43 deletions(-)

diff --git a/pom.xml b/pom.xml
index 334ac9f..8f037a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugins</artifactId>
     <version>37</version>
     <relativePath />
   </parent>
@@ -221,50 +221,9 @@
             <helpPackageName>org.apache.maven.plugins.help</helpPackageName>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>3.12.0</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.3.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.0</version>
-          <configuration> <!--  remove after MPOM-269 -->
-            <tagletArtifacts combine.self="override"/>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-bytecode-version</id>
-            <configuration>
-              <rules>
-                <!--
-                  ! Added the following ignores cause our target is JDK 7 
-                  ! The given classes are JDK 8 compiled.
-                -->
-                <enforceBytecodeVersion combine.children="append">
-                  <ignoreClasses>
-                    <ignoreClass>com.thoughtworks.xstream.converters.reflection.LambdaConverter</ignoreClass>
-                    <ignoreClass>com.thoughtworks.xstream.mapper.LambdaMapper</ignoreClass>
-                    <ignoreClass>com.thoughtworks.xstream.converters.time.*</ignoreClass>
-                    <ignoreClass>com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter</ignoreClass>
-                  </ignoreClasses>
-                </enforceBytecodeVersion>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <!-- unpack old Maven core sources for maven.mdo model to be able to generate xpp3-extended-writer when not yet provided by Maven core -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -293,7 +252,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>2.0.0</version>
         <configuration>
           <version>4.0.0</version>
           <models>