[ https://issues.apache.org/jira/browse/ARIES-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922494#comment-17922494 ]
ASF subversion and git services commented on ARIES-2164: -------------------------------------------------------- Commit 1a4cad78aa04beea82c92be77fc45239ef639d64 in aries's branch refs/heads/ARIES-2164-remove-duplicated-remote-resources-plugin-execution from Dominik Przybysz [ https://gitbox.apache.org/repos/asf?p=aries.git;h=1a4cad78a ] 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)