This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push:
new 8160c27 Remove dead Maven Changes Plugin
8160c27 is described below
commit 8160c27a4e87c70c09fe75dc738ac62600419f15
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Aug 31 13:56:03 2024 +0200
Remove dead Maven Changes Plugin
---
pom.xml | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index df632c4..7c0852a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,25 +267,6 @@ under the License.
<id>reporting</id>
<reporting>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.12.1</version>
- <inherited>false</inherited>
- <configuration>
- <columnNames>Type,Key,Summary,Resolution,Assignee</columnNames>
- <maxEntries>1000</maxEntries>
- <onlyCurrentVersion>true</onlyCurrentVersion>
- <sortColumnNames>Key</sortColumnNames>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>jira-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>