[
https://issues.apache.org/jira/browse/UIMA-6185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029912#comment-17029912
]
Richard Eckart de Castilho commented on UIMA-6185:
--------------------------------------------------
In the current parent POM, we have this comment:
{code}
<!-- inherited from apache-wide parent pom -->
<!--
<artifactId>maven-deploy-plugin</artifactId>
<artifactId>maven-source-plugin</artifactId>
<artifactId>maven-resources-plugin</artifactId>
<artifactId>maven-dependency-plugin</artifactId><version>3.0.2</version> see
https://issues.apache.org/jira/browse/UIMA-2963
<artifactId>maven-javadoc-plugin</artifactId> at 3.0.1 Oct 2018
<artifactId>apache-rat-plugin</artifactId>
<artifactId>maven-remote-resources-plugin</artifactId>
-->
{code}
I don't know, but it seems redundant and tedious to lumber through that when
updating the ASF parent POM version that our parent POM inherits from when we
can as well defined the plugins locally and lock them down - placing any
comments we might have right next to the respectively locked down version.
> Upgrade parent POM plugins
> --------------------------
>
> Key: UIMA-6185
> URL: https://issues.apache.org/jira/browse/UIMA-6185
> Project: UIMA
> Issue Type: Improvement
> Components: Build, Packaging and Test
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Priority: Minor
> Fix For: parent-pom-14
>
>
> * upgrade to Apache parent POM 23
> * upgrade Maven plugin versions where feasible
--
This message was sent by Atlassian Jira
(v8.3.4#803005)