You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "Naoki Takezoe (JIRA)" <ji...@apache.org> on 2018/09/12 09:11:00 UTC

[jira] [Created] (PIO-164) Fix JavaSDK's README and examples correctly

Naoki Takezoe created PIO-164:
---------------------------------

             Summary: Fix JavaSDK's README and examples correctly
                 Key: PIO-164
                 URL: https://issues.apache.org/jira/browse/PIO-164
             Project: PredictionIO
          Issue Type: Bug
          Components: Java SDK
            Reporter: Naoki Takezoe
            Assignee: Naoki Takezoe


I got a following error when I tried to "mvn clean install" at the root of the source tree following to README:
{code}
[ERROR] Failed to execute goal
org.apache.rat:apache-rat-plugin:0.12:check (validate) on project
predictionio-sdk-java: Too many files with unapproved license: 10 See
RAT report in: /Users/takezoe/predictionio-sdk-java/target/rat.txt ->
[Help 1]
{code}
Further, the dependency to java-sdk in examples is now as below:
{code:xml}
<dependency>
    <groupId>org.apache.predictionio</groupId>
    <artifactId>client</artifactId>
    <version>0.13.0</version>
</dependency>
{code}
But I guess correct one is below:
{code:xml}
<dependency>
    <groupId>org.apache.predictionio</groupId>
    <artifactId>predictionio-sdk-java-client</artifactId>
    <version>0.13.0</version>
</dependency>
{code}
README and examples need to be fixed correctly.
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)