You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2021/03/09 21:15:06 UTC

[jspwiki] 05/07: Added exclusion for json properties

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit dd8886ecd8041c010f778ac5fc4823a78b466361
Author: Julien Masnada <ro...@gmail.com>
AuthorDate: Mon Mar 1 09:20:10 2021 +0100

    Added exclusion for json properties
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6fef854..b789f99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -713,6 +713,7 @@
               <exclude>**/src/test/resources/test-repo/*.txt</exclude>          <!-- web tests input data -->
               <exclude>**/src/main/webapp/templates/default/images/SilkIconSet-readme.txt</exclude> <!-- license, required by Silk Icon set cfr. NOTICE, LICENSE, etc. -->
               <exclude>**/PkgInfo</exclude>  <!-- PkgInfo files, per http://docs.oracle.com/cd/E19683-01/816-0219/6m6njqbat/index.html doesn't seem to accept comments -->
+              <exclude>jspwiki-kendra-searchprovider/src/main/resources/org/apache/wiki/search/kendra/content_types.json</exclude> <!-- Json File -->
             </excludes>
           </configuration>
         </plugin>