Skip to content

Commit 0900d06

Browse files
committed
[MDEPLOY-243] - Remove JIRA report from generated site
1 parent 790b563 commit 0900d06

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -200,30 +200,5 @@ under the License.
200200
</pluginManagement>
201201
</build>
202202
</profile>
203-
<profile>
204-
<id>reporting</id>
205-
<reporting>
206-
<plugins>
207-
<plugin>
208-
<groupId>org.apache.maven.plugins</groupId>
209-
<artifactId>maven-changes-plugin</artifactId>
210-
<configuration>
211-
<!-- For JIRA-report -->
212-
<columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
213-
<onlyCurrentVersion>true</onlyCurrentVersion>
214-
<resolutionIds>Closed</resolutionIds>
215-
<sortColumnNames>Type,Key</sortColumnNames>
216-
</configuration>
217-
<reportSets>
218-
<reportSet>
219-
<reports>
220-
<report>jira-report</report>
221-
</reports>
222-
</reportSet>
223-
</reportSets>
224-
</plugin>
225-
</plugins>
226-
</reporting>
227-
</profile>
228203
</profiles>
229204
</project>

src/site/site.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ under the License.
5252
<item name="Goals" href="plugin-info.html"/>
5353
<item name="Usage" href="usage.html"/>
5454
<item name="FAQ" href="faq.html"/>
55-
<item name="Release Notes" href="jira-report.html"/>
5655
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
5756
<item name="License" href="http://www.apache.org/licenses/"/>
5857
<item name="Download" href="download.html"/>

0 commit comments

Comments
 (0)