Project

General

Profile

Defect #1847

Updated by Petr FiĊĦer over 4 years ago

After we tried deploy project to nexus we received error: 

 <pre> 
 Sep 12, 2019 12:57:00 PM org.asciidoctor.internal.JRubyAsciidoctor renderFile 
 SEVERE: (Errno::ENOENT) /home/fiisch/git-repo/czechidm-extras/Realization/backend/idm-extras/src/docs/asciidoc/index.adoc 
 [INFO] ------------------------------------------------------------------------ 
 [INFO] BUILD FAILURE 
 [INFO] ------------------------------------------------------------------------ 
 [INFO] Total time: 02:43 min 
 [INFO] Finished at: 2019-09-12T12:57:00+02:00 
 [INFO] Final Memory: 87M/458M 
 [INFO] ------------------------------------------------------------------------ 
 [ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:1.5.3:process-asciidoc (output-html) on project czechidm-extras: Execution output-html of goal org.asciidoctor:asciidoctor-maven-plugin:1.5.3:process-asciidoc failed: org.jruby.exceptions.RaiseException: (Errno::ENOENT) /home/fiisch/git-repo/czechidm-extras/Realization/backend/idm-extras/src/docs/asciidoc/index.adoc -> [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 
 </pre> 


 Release command: 
 <pre> 
 mvn clean deploy -Prelease -DdocumentaionOnly=true 
 </pre> 

 Please check configuration of this profile. Thank you. This must be done before we release next version.

Back