You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/02/26 15:41:31 UTC

[maven-javadoc-plugin] 01/04: (doc) Remove deprecated maven-changes-plugin (MPOM-348)

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit ca2975150256bcfe4466f94297fe30dc76b2c757
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 26 14:21:44 2023 +0100

    (doc) Remove deprecated maven-changes-plugin (MPOM-348)
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index af7002db..f6ee4218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,26 +551,6 @@ under the License.
               </locales>
             </configuration>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-changes-plugin</artifactId>
-            <configuration>
-              <!-- For JIRA-report -->
-              <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
-              <onlyCurrentVersion>true</onlyCurrentVersion>
-              <resolutionIds>Fixed</resolutionIds>
-              <sortColumnNames>Type,Key</sortColumnNames>
-              <maxEntries>1000</maxEntries>
-              <!-- MCHANGES-124 -->
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
         </plugins>
       </reporting>
     </profile>