Hi,

running with a JDK7 yields:


[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar
(attach-javadocs) on project tamaya-functions: MavenReportException:
Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none

Maybe your workaround is for JDK8, only?

Phil


Am 05.11.2016 um 16:02 schrieb [email protected]:
> Repository: incubator-tamaya-extensions
> Updated Branches:
>   refs/heads/master 48f54a6a5 -> 57e349d31
> 
> 
> Turn off doclint, for JDK 8.
> 
> 
> Project: 
> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
> Commit: 
> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/57e349d3
> Tree: 
> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/57e349d3
> Diff: 
> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/57e349d3
> 
> Branch: refs/heads/master
> Commit: 57e349d31b4058ed29d2601006a18040391decfd
> Parents: 48f54a6
> Author: John D. Ament <[email protected]>
> Authored: Sat Nov 5 11:02:02 2016 -0400
> Committer: John D. Ament <[email protected]>
> Committed: Sat Nov 5 11:02:02 2016 -0400
> 
> ----------------------------------------------------------------------
>  pom.xml | 1 +
>  1 file changed, 1 insertion(+)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/57e349d3/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 009ae39..9f1ee30 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -48,6 +48,7 @@ under the License.
>      </prerequisites>
>  
>      <properties>
> +<additionalparam>-Xdoclint:none</additionalparam>
>          <commons-io.version>2.5</commons-io.version>
>          <findbugs.skip>false</findbugs.skip>
>          <jdkVersion>1.7</jdkVersion>
> 

Reply via email to