Created
June 13, 2013 17:48
-
-
Save lfryc/5775768 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[lfryc@lfryc richfaces-docs]$ export PATH=/home/lfryc/Apps/jbdevstudio:/home/lfryc/Apps/nodejs/bin:/home/lfryc/Apps/WebStorm/bin:/home/lfryc/Apps/apache-maven-3.0.4/bin:/home/lfryc/Apps:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/lfryc/.local/bin:/home/lfryc/bin | |
[lfryc@lfryc richfaces-docs]$ which tilt | |
/usr/bin/which: no tilt in (/home/lfryc/Apps/jbdevstudio:/home/lfryc/Apps/nodejs/bin:/home/lfryc/Apps/WebStorm/bin:/home/lfryc/Apps/apache-maven-3.0.4/bin:/home/lfryc/Apps:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/lfryc/.local/bin:/home/lfryc/bin) | |
[lfryc@lfryc richfaces-docs]$ mvn -v | |
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) | |
Maven home: /home/lfryc/Apps/apache-maven-3.0.4 | |
Java version: 1.7.0_19, vendor: Oracle Corporation | |
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.19.x86_64/jre | |
Default locale: en_US, platform encoding: UTF-8 | |
OS name: "linux", version: "3.9.4-200.fc18.x86_64", arch: "amd64", family: "unix" | |
[lfryc@lfryc richfaces-docs]$ mvn install -s ../local-settings.xml | |
[INFO] Scanning for projects... | |
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/css/core/maven-metadata.xml | |
Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/css/core/maven-metadata.xml (376 B at 0.3 KB/sec) | |
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/sse/core/maven-metadata.xml | |
Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/sse/core/maven-metadata.xml (376 B at 0.8 KB/sec) | |
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/common/uriresolver/maven-metadata.xml | |
Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/eclipse/wst/common/uriresolver/maven-metadata.xml (386 B at 0.8 KB/sec) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Richfaces Docs: Parent | |
[INFO] RichFaces Component Reference | |
[INFO] RichFaces Developer Guide | |
[INFO] RichFaces Document Aggregator | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Richfaces Docs: Parent 5.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ docs-parent --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ docs-parent --- | |
[INFO] | |
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ docs-parent --- | |
[INFO] | |
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ docs-parent --- | |
[INFO] Installing /home/lfryc/Downloads/docs-test/richfaces-docs/parent/pom.xml to /home/lfryc/Downloads/docs-test/org/richfaces/docs/docs-parent/5.0.0-SNAPSHOT/docs-parent-5.0.0-SNAPSHOT.pom | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building RichFaces Component Reference 5.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ richfaces-component-reference --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ richfaces-component-reference --- | |
[INFO] | |
[INFO] --- asciidoctor-maven-plugin:0.1.3:process-asciidoc (output-xml) @ richfaces-component-reference --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Richfaces Docs: Parent ............................ SUCCESS [0.390s] | |
[INFO] RichFaces Component Reference ..................... FAILURE [4.022s] | |
[INFO] RichFaces Developer Guide ......................... SKIPPED | |
[INFO] RichFaces Document Aggregator ..................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 7.861s | |
[INFO] Finished at: Thu Jun 13 19:48:22 CEST 2013 | |
[INFO] Final Memory: 24M/292M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:0.1.3:process-asciidoc (output-xml) on project richfaces-component-reference: Execution output-xml of goal org.asciidoctor:asciidoctor-maven-plugin:0.1.3:process-asciidoc failed: (LoadError) Unable to activate slim-1.3.6, because tilt-1.4.0 conflicts with tilt (~> 1.3.3) -> [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 | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :richfaces-component-reference | |
[lfryc@lfryc richfaces-docs]$ |
Author
lfryc
commented
Jun 13, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment