Created
November 20, 2018 18:59
-
-
Save luc310/d7b65892c574a2f95d3e6705c3850ed6 to your computer and use it in GitHub Desktop.
datasources-5.0-1.5 compilation error /centos 7.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost rudder-plugins]# make datasources | |
cd datasources && make | |
make[1] : on entre dans le répertoire « /root/rudder-plugins/datasources » | |
mvn --batch-mode package | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building datasources 5.0-1.5 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ datasources --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-build-conf) @ datasources --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ datasources --- | |
[INFO] Source directory: /root/rudder-plugins/datasources/src/main/scala-templates/default added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ datasources --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 4 resources | |
[INFO] | |
[INFO] --- scala-maven-plugin:3.2.2:add-source (scala-compile-first) @ datasources --- | |
[INFO] Add Source directory: /root/rudder-plugins/datasources/src/main/scala | |
[INFO] Add Test Source directory: /root/rudder-plugins/datasources/src/test/scala | |
[INFO] | |
[INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ datasources --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 10.529s | |
[INFO] Finished at: Wed Nov 21 06:56:46 TVT 2018 | |
[INFO] Final Memory: 12M/29M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on project datasources: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile failed: For artifact {antlr:antlr:null:jar}: The version cannot be empty. -> [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/PluginExecutionException | |
make[1]: *** [std-files] Erreur 1 | |
make[1] : on quitte le répertoire « /root/rudder-plugins/datasources » | |
make: *** [datasources] Erreur 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment