Fabio created TIKA-2560:
---------------------------
Summary: doclint-java8-disable profile with liferay
Key: TIKA-2560
URL: https://issues.apache.org/jira/browse/TIKA-2560
Project: Tika
Issue Type: Bug
Affects Versions: 1.17
Reporter: Fabio
Attachments: javadoc.png
Dear Apache developers I'm using the library inside Liferay. Also I'm using a
Liferay maven plugin
{code:java}
<liferay.version>6.2.5</liferay.version>
<liferay.maven.plugin.version>6.2.10.14</liferay.maven.plugin.version>{code}
When I run the plugin with the goal :
{noformat}
mvn liferay:build-service{noformat}
I have this error:
{noformat}
[ERROR] Failed to execute goal
com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.14:build-service
(default-cli) on project xxx-portlet: Some problems were encountered while
processing the POMs:
[ERROR] [ERROR] Failed to determine Java version for profile
doclint-java8-disable @ org.apache.tika:tika-parent:1.17,
/Users/fabio/.m2/repository/org/apache/tika/tika-parent/1.17/tika-parent-1.17.pom,
line 422, column 14
[ERROR] : 1 problem was encountered while building the effective model for
org.apache.tika:tika-core:1.17
[ERROR] [ERROR] Failed to determine Java version for profile
doclint-java8-disable @ org.apache.tika:tika-parent:1.17,
/Users/fabio/.m2/repository/org/apache/tika/tika-parent/1.17/tika-parent-1.17.pom,
line 422, column 14{noformat}
Seems related to the parent pom of tikka-parent-1.17 and If i open it into
IntelliJ I've noticed that the tag
{noformat}
<additionalparam>-Xdoclint:none</additionalparam>{noformat}
is red and not allowed, this probably because you are using the version 3.0.0
but if u move to the version 2.9.1 then intellij doesn't complain anymore but
the error still remain.
Are you aware of that or is just my problem because of Liferay?
Thank you so much!!!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)