You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2020/08/03 09:50:00 UTC

[cayenne] branch master updated (450b875 -> be40937)

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

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from 450b875  prefetch semantics docs chapter reorg, clarification
     new 8b5dbb9  Change stage of the docs build final step
     new be40937  Fix JavaDoc search

The 2 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.


Summary of changes:
 docs/asciidoc/pom.xml | 4 ++--
 pom.xml               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[cayenne] 01/02: Change stage of the docs build final step

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

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

commit 8b5dbb9ba661d34cac7988244f24848f4d808443
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Thu Jul 30 17:03:59 2020 +0300

    Change stage of the docs build final step
---
 docs/asciidoc/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 371da8e..74f0ef6 100644
--- a/docs/asciidoc/pom.xml
+++ b/docs/asciidoc/pom.xml
@@ -125,7 +125,7 @@
                 <executions>
                     <execution>
                         <id>copy docs for site</id>
-                        <phase>install</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>copy-resources</goal>
                         </goals>
@@ -146,7 +146,7 @@
 
                     <execution>
                         <id>copy images for site</id>
-                        <phase>install</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>copy-resources</goal>
                         </goals>


[cayenne] 02/02: Fix JavaDoc search

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

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

commit be40937b481a16a4fadc9c59ebc51b06b878e92a
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Mon Aug 3 12:49:48 2020 +0300

    Fix JavaDoc search
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd70214..fd39c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1738,7 +1738,7 @@
 			</activation>
 			<properties>
 				<javadoc.doclint>none</javadoc.doclint>
-				<javadoc.additionalOptions />
+				<javadoc.additionalOptions>--no-module-directories</javadoc.additionalOptions>
 			</properties>
 		</profile>
 		<profile>
@@ -1747,7 +1747,7 @@
 				<jdk>[9,)</jdk>
 			</activation>
 			<properties>
-				<javadoc.additionalOptions>-html5</javadoc.additionalOptions>
+				<javadoc.additionalOptions>-html5 --no-module-directories</javadoc.additionalOptions>
 			</properties>
 		</profile>
 	</profiles>