Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m-site-p 3.21+ #561

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 6 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<commons.assembly-plugin.version>3.7.1</commons.assembly-plugin.version>
<commons.build-helper.version>3.6.0</commons.build-helper.version>
<commons.build-plugin.version>1.14.1</commons.build-plugin.version>
<commons.changes.version>2.12.1</commons.changes.version>
<commons.changes.version>3.0.0-M1</commons.changes.version>
<commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version>
<!-- Checkstyle 9.3 is the version compatible with Java 8 -->
<commons.checkstyle.version>9.3</commons.checkstyle.version>
Expand All @@ -143,10 +143,10 @@
<commons.jxr.version>3.6.0</commons.jxr.version>
<!-- Compatibility is broken starting with PMD plugin 3.25.0; see comment about maven-site-plugin. -->
<!-- Version 3.26.0: java.lang.NoSuchMethodError: org.apache.maven.doxia.sink.Sink.verbatim()V -->
<commons.pmd.version>3.24.0</commons.pmd.version>
<commons.pmd.version>3.26.0</commons.pmd.version>
<commons.pmd-impl.version>7.8.0</commons.pmd-impl.version>
<!-- maven-project-info-reports-plugin 3.7.0 is not compatible with 3.6.2 -->
<commons.project-info.version>3.6.2</commons.project-info.version>
<commons.project-info.version>3.8.0</commons.project-info.version>
<commons.rat.version>0.16.1</commons.rat.version>
<commons.release-plugin.version>1.8.3</commons.release-plugin.version>
<commons.scm-publish.version>1.1</commons.scm-publish.version>
Expand Down Expand Up @@ -203,7 +203,7 @@
builds but scrambles the HTML output for the Changes and Jira report pages.
See also https://lists.apache.org/thread/pgj1gd75hx1dhq9spnl3c70xxt07corx
-->
<commons.site-plugin.version>3.12.1</commons.site-plugin.version>
<commons.site-plugin.version>3.21.0</commons.site-plugin.version>
<commons.spotbugs.plugin.version>4.8.6.6</commons.spotbugs.plugin.version>
<commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
<commons.surefire-report.version>3.5.2</commons.surefire-report.version>
Expand Down Expand Up @@ -1151,17 +1151,15 @@
<statusIds>Resolved,Closed</statusIds>
<!-- Don't include sub-task -->
<typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
<!-- For JIRA >= 5.1 -->
<useJql>true</useJql>
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
<maxEntries>${commons.changes.maxEntries}</maxEntries>
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
<report>jira-report</report>
<report>changes</report>
<report>jira-changes</report>
</reports>
</reportSet>
</reportSets>
Expand Down Expand Up @@ -1221,19 +1219,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${commons.site-plugin.version}</version>
<configuration>
<!-- Exclude the navigation file for Maven 1 sites
and the changes file used by the changes-plugin,
as they interfere with the site generation. -->
<moduleExcludes>
<xdoc>navigation.xml,changes.xml</xdoc>
</moduleExcludes>
</configuration>
</plugin>
Comment on lines -1224 to -1236
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no reports in m-site-p

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
Expand Down
Loading
Loading