[
https://issues.apache.org/jira/browse/ARIES-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923060#comment-17923060
]
ASF subversion and git services commented on ARIES-2164:
--------------------------------------------------------
Commit 203367874b342dd8182514aa67926277da829f17 in aries's branch
refs/heads/dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.9 from
Dominik Przybysz
[ https://gitbox.apache.org/repos/asf?p=aries.git;h=203367874 ]
ARIES-2164: Remove duplicated remote-resource plugin execution
> Remove tools-maven-plugin
> -------------------------
>
> Key: ARIES-2164
> URL: https://issues.apache.org/jira/browse/ARIES-2164
> Project: Aries
> Issue Type: Task
> Components: Parent
> Reporter: Dominik Przybysz
> Assignee: Dominik Przybysz
> Priority: Major
>
> When moving from ianal plugin to tools plugin we discussed if we need the
> plugin to check legal files existence at all.
> Apache [parent pom
> 33|https://github.com/apache/maven-apache-parent/blob/apache-33/pom.xml#L361-L379]
> uses defines and make part of the lifecycle the plugin which adds legal
> files automatically. Having this plugin we does not have to:
> a) have legal files copied in each submodule
> b) use plugins to verify legal files existence
> {{<!-- We want to package up license resources in the JARs produced -->}}
> {{ <plugin>}}
> {{ <groupId>org.apache.maven.plugins</groupId>}}
> {{ <artifactId>maven-remote-resources-plugin</artifactId>}}
> {{ <executions>}}
> {{ <execution>}}
> {{ <id>process-resource-bundles</id>}}
> {{ <goals>}}
> {{ <goal>process</goal>}}
> {{ </goals>}}
> {{ <configuration>}}
> {{ <resourceBundles>}}
> {{
> <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:${version.apache-resource-bundles}</resourceBundle>}}
> {{ </resourceBundles>}}
> {{ </configuration>}}
> {{ </execution>}}
> {{ </executions>}}
> {{ </plugin>}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)