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 2019/03/10 22:31:08 UTC

[maven-deploy-plugin] 01/01: [MDEPLOY-243] - Remove JIRA report from generated site

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

khmarbaise pushed a commit to branch MDEPLOY-243
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 5c3578a567fe7636c8fbb23d282a2d1633ce3e02
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 10 23:30:58 2019 +0100

    [MDEPLOY-243] - Remove JIRA report from generated site
---
 pom.xml           | 25 -------------------------
 src/site/site.xml |  1 -
 2 files changed, 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index b006e45..21eed76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,30 +200,5 @@ under the License.
         </pluginManagement>
       </build>
     </profile>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <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>Closed</resolutionIds>
-              <sortColumnNames>Type,Key</sortColumnNames>
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
   </profiles>
 </project>
diff --git a/src/site/site.xml b/src/site/site.xml
index 50bd886..d5762ed 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -52,7 +52,6 @@ under the License.
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
-      <item name="Release Notes" href="jira-report.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>