You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2022/03/24 20:11:34 UTC

[db-jdo-site] branch main updated: Update pom.xml

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

tilmannz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 954b49c  Update pom.xml
954b49c is described below

commit 954b49c7e84ebd1b2970610344a3f1af2d8e32c6
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu Mar 24 21:11:25 2022 +0100

    Update pom.xml
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index a39d736..00f5407 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,10 @@ This repository contains the sources for the Apache DB JDO website</description>
                                     <directory>src/main/resources/quickref</directory>
                                     <filtering>false</filtering>
                                 </resource>
+                                <resource>
+                                    <directory>src/main/resources/other</directory>
+                                    <filtering>false</filtering>
+                                </resource>
                             </resources>
                         </configuration>
                     </execution>