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

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


The following commit(s) were added to refs/heads/master by this push:
     new de7a0ed  Remove obsolete/dead plugin
de7a0ed is described below

commit de7a0edbff7455a15414c51ff18ab9aa17a90b13
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Mar 21 11:45:44 2023 +0100

    Remove obsolete/dead plugin
    
    That also produced empty page last several releases,
    aside it is dead as a parrot.
---
 pom.xml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index e184b68..6295acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,34 +179,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-changes-plugin</artifactId>
-            <configuration>
-              
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Created</columnNames>
-              <maxEntries>200</maxEntries>
-              <onlyCurrentVersion>true</onlyCurrentVersion>
-              <sortColumnNames>Key</sortColumnNames>
-              <versionPrefix>maven-filtering-</versionPrefix>
-              <fixVersionIds>12335751</fixVersionIds>
-              <onlyCurrentVersion>true</onlyCurrentVersion>
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
 </project>

Reply via email to