You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2021/01/30 19:20:42 UTC

[db-jdo-site] branch maven-copy-api-javadoc created (now cce119d)

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

tilmannz pushed a change to branch maven-copy-api-javadoc
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git.


      at cce119d  Update pom.xml

This branch includes the following new commits:

     new cce119d  Update pom.xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[db-jdo-site] 01/01: Update pom.xml

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cce119ddf7d33b63f7ebd3a92b78b4c5a7263f04
Author: Tilmann <zo...@gmx.de>
AuthorDate: Sat Jan 30 20:20:28 2021 +0100

    Update pom.xml
---
 pom.xml | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 448e8a1..fa48895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,13 +104,22 @@
                             <goal>copy-resources</goal>
                         </goals>
                         <configuration>
-                          <outputDirectory>${basedir}/docs</outputDirectory>
-                          <resources>          
-                              <resource>
-                                  <directory>target/site</directory>
-                              </resource>
-                          </resources>              
-                        </configuration>            
+                            <outputDirectory>${basedir}/docs</outputDirectory>
+                            <nonFilteredFileExtensions>
+                                <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
+                                <nonFilteredFileExtension>jar</nonFilteredFileExtension>
+                                <nonFilteredFileExtension>html</nonFilteredFileExtension>
+                            </nonFilteredFileExtensions>
+                            <resources>
+                                <resource>
+                                    <directory>target/site</directory>
+                                </resource>
+                                <resource>
+                                    <directory>src/main/resources/javadoc</directory>
+                                    <filtering>false</filtering>
+                                </resource>
+                            </resources>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>