[
https://issues.apache.org/jira/browse/MSHARED-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233492#comment-15233492
]
Hudson commented on MSHARED-510:
--------------------------------
SUCCESS: Integrated in maven-shared #1329 (See
[https://builds.apache.org/job/maven-shared/1329/])
[MSHARED-510] Add missing apache-rat-plugin configuration for keystore
o Followup cause remove duplicate configuration which simply
overwrites parent instead of appending.
Index: pom.xml
===================================================================
--- pom.xml (revision 1738342)
+++ pom.xml (working copy)
@@ -91,11 +91,15 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
+ <!--
+ ! Using append to prevent overwriting of
+ ! inherited configuration.
+ -->
<excludes combine.children="append">
<!--
! Binary file so no license possible
-->
- <exclude>src/test/keystory</exclude>
+ <exclude>src/test/keystore</exclude>
</excludes>
</configuration>
</plugin>
@@ -115,15 +119,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>src/test/keystore</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
</build> (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1738344])
* maven-jarsigner/pom.xml
> Add missing apache-rat-plugin configuration for keystore
> --------------------------------------------------------
>
> Key: MSHARED-510
> URL: https://issues.apache.org/jira/browse/MSHARED-510
> Project: Maven Shared Components
> Issue Type: Improvement
> Components: maven-jarsigner
> Affects Versions: maven-jarsigner-3.0.0
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Blocker
> Fix For: maven-jarsigner-3.0.0
>
>
> {{src/test/keystore}} was not excluded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)