[
https://issues.apache.org/jira/browse/OOZIE-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622895#comment-15622895
]
Jan Hentschel commented on OOZIE-1459:
--------------------------------------
[~rkanter] Thanks for your help. I was now able to attach the patch.
> We should remove the version in the child poms for maven-antrun-plugin
> ----------------------------------------------------------------------
>
> Key: OOZIE-1459
> URL: https://issues.apache.org/jira/browse/OOZIE-1459
> Project: Oozie
> Issue Type: Bug
> Reporter: Robert Kanter
> Assignee: Jan Hentschel
> Priority: Critical
> Labels: newbie
> Attachments: OOZIE-1459-1.patch
>
>
> Many of the poms use the {{maven-antrun-plugin}} and define the version again
> as {{1.6}}. We should remove the {{<version>}} elements from these poms and
> it should get picked up from the root pom.
> For example, the hive sharelib pom has:
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-antrun-plugin</artifactId>
> <version>1.6</version>
> <executions>
> <execution>
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)