You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/11/25 10:13:23 UTC

[wicket] 01/03: WICKET-6937 maven-resources-plugin should not filter the keystore file

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 3c50c4fee649a8d18602bc63a13ed08cfde6c3bf
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Nov 25 11:18:27 2021 +0200

    WICKET-6937 maven-resources-plugin should not filter the keystore file
    
    (cherry picked from commit 920aa6cb291282012e242873069c0b6123d3d5af)
---
 archetypes/quickstart/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 7b9833f..a8ae111 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -60,6 +60,9 @@
 						<delimiters>
 							<delimiter>@</delimiter>
 						</delimiters>
+						<nonFilteredFileExtensions>
+							<nonFilteredFileExtension>p12</nonFilteredFileExtension>
+						</nonFilteredFileExtensions>
 					</configuration>
 				</plugin>
 			</plugins>