Hi dear, I wanna use jousha decoder. after download joshua when i want to compile the package with "mvn package", the following error is appear. how can i fix it? arezoo1@arezoo1-X450CC:/joshua$ mvn clean package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Joshua Machine Translation Toolkit 6.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ joshua-incubating --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ joshua-incubating --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.602 s [INFO] Finished at: 2017-07-29T13:14:48-04:00 [INFO] Final Memory: 10M/164M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project joshua-incubating: Error finding remote resources manifests: /joshua/target/maven-shared-archive-resources/META-INF/NOTICE (No such file or directory) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
in addition, i set JAVA/_HOME with three different path as follows: default-java, java-1.8.0-openjdk-amd64, java-8-openjdk-amd64, java-9-openjdk-amd64. Thank you so much