elharo commented on code in PR #94: URL: https://github.com/apache/maven-changes-plugin/pull/94#discussion_r1874406303
########## src/main/java/org/apache/maven/plugins/changes/trac/TracChangesReport.java: ########## @@ -41,7 +41,9 @@ * @author Noriko Kinugasa * @version $Id$ * @since 2.1 + * @deprecated prepared for remove in next major version, lack of maintainers Review Comment: remove --> removal ########## src/site/apt/index.apt.vm: ########## @@ -105,6 +105,10 @@ ${project.name} | trac-report -> trac-changes | trac-report.html -> trac-changes.html | *---------------------------------+-------------------------------------------+ +** Deprecate Trac integration + + <<Trac>> integration is prepared for remove in next major version, lack of maintainers. Review Comment: removal version due to lack ########## src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java: ########## @@ -477,6 +477,7 @@ public void execute() throws MojoExecutionException { } if (issueManagementSystems.contains(TRAC)) { + getLog().warn("Trac integration is prepared for remove in next major version, lack of maintainers"); Review Comment: remove --> removal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org