You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2022/03/12 07:22:33 UTC

[olingo-odata4] branch master updated: [OLINGO-1560] Fixes for build

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

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new 795cbd8  [OLINGO-1560] Fixes for build
795cbd8 is described below

commit 795cbd8bfaebeded33b5c5e34ee3fb4a70ea6d93
Author: mibo <mi...@apache.org>
AuthorDate: Sun Feb 27 09:03:34 2022 +0100

    [OLINGO-1560] Fixes for build
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92811b7..1c13933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
     <!-- Project build settings -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.build.source>1.8</project.build.source>
+    <project.build.source>8</project.build.source>
     <project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
     <olingo.deploy.skip>true</olingo.deploy.skip>
 
@@ -565,6 +565,13 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <source>8</source>
+              <!--<failOnError>false</failOnError>-->
+              <additionalOptions>
+                <additionalOption>-Xdoclint:none</additionalOption>
+              </additionalOptions>
+            </configuration>
             <executions>
               <execution>
                 <id>javadoc-jar</id>