See <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/2/changes> Changes: [Hugo PIGEON] First Git version [Hugo PIGEON] Remove code-mirror [Hugo PIGEON] Now using an interface instead of the abstract class for the SCMs (ScmConnection) and the local Git repositories are stored in a folder which the name is a hash of their URL [Hugo PIGEON] The user can now choose which SCM to use. An automatic detection based on the repository's address helps the user to make the choice. [Hugo PIGEON] Added the authentication when saving a Git file: the saving feature works now. Fixed the reset feature for SVN repositories. Improved the detection of the SCM to use when giving the repository's address. [Hugo PIGEON] Changed the code of the reset feature so that it works with all the SCMs (including Git) [Hugo PIGEON] It is now possible to upload a new file to a Git repository [Hugo PIGEON] Handling more errors and some messages are clearer [Hugo PIGEON] In the search tree, when there is only one folder, it is automatically expanded [Hugo PIGEON] It is now possible to use Git repositories which need authentication [Hugo PIGEON] More errors are handled, code refactoring to make it more modular, added the "upload a new file" feature to the search page [Hugo PIGEON] Added an automatic refresh in the editor for the RST files [Hugo PIGEON] Updated JRST from version 1.5 to 2.1 and added CodeMirror UI back [Hugo PIGEON] Changed the editor's style for RST files and translated french comments to english [Hugo PIGEON] Corrected a few bugs [Hugo PIGEON] Made ScmWebEditorBaseAction abstract, added a new action class for the edit page (EditAction) [Hugo PIGEON] Added a DTO for the browse action [Hugo PIGEON] Added DTOs for the commit [Hugo PIGEON] Added DTOs for the upload action [Hugo PIGEON] Use of providers which give information about the SCMs features [Hugo PIGEON] Use of the providers for the UI to make it more modular [Hugo PIGEON] Changed the configuration file: 1 SCM provider per line [Hugo PIGEON] Added file icons on the browse tree [Hugo PIGEON] Added the display of the branch name in the editor when using a SCM which supports branches [Hugo PIGEON] Correction of some little bugs [Hugo PIGEON] Fix the authentication problems [Hugo PIGEON] Fix the problem with Git repositories which were always cloned even if there was already a local copy [Hugo PIGEON] Fix the commit with SVN which wasn't working [Hugo PIGEON] Allow the user to choose the preview's position when editing RST files [Hugo PIGEON] Fix the upload of a new file for SVN repositories [Hugo PIGEON] Change the UI to make it dependant of the screen width [Hugo PIGEON] Store the file to edit's content in a file instead of a String for SVN repositories [Hugo PIGEON] Fix the display of the lists for the preview of RST files and refactor the code a little bit [Hugo PIGEON] Fix the redirection when logging out [Hugo PIGEON] Remove a useless and not modular attribute of BrowseResultDto [Hugo PIGEON] Use of Maven modules [Hugo PIGEON] Add packages to make the modules more independant [Hugo PIGEON] Use of File.separator instead of "/" in paths to make the program more portable [Hugo PIGEON] Add a RuntimeException class: SweInternalException [Hugo PIGEON] Make a git clone when a git pull fails [Hugo PIGEON] The path where the local repositories will be stored is directly given to the providers, instead of giving the session ID only [Hugo PIGEON] Add classes so that each struts action calls a different class and changed the method names so that each action calls the execute() method [Hugo PIGEON] Add documentation in the code [Hugo PIGEON] Fix authentication problems for the upload of a new file [Hugo PIGEON] Fix translation problems [Hugo PIGEON] Add the ability to remove a file from a repository [Hugo PIGEON] Add the ability to make a commit without a push for SCMs which allow to do this [Hugo PIGEON] Add the ability to create a new branch on repositories that support branches [Hugo PIGEON] The page is reloaded after uploading or removing a file and after creating a branch to avoid errors [Hugo PIGEON] Change the branch to the given one when accessing to a file by an URL [Hugo PIGEON] Change the favicon [Hugo PIGEON] Make the SvnConnection's code shorter and easier to understand [Hugo PIGEON] Add a confirmation message when closing the editor tab or window [Hugo PIGEON] Fix logout problems [Hugo PIGEON] Remove the commit message and connection forms from the edit page, they are in a popin instead. Make the header of the edit page fixed to the top of the screen. [Hugo PIGEON] Fix the "save and exit" button to make it use the popin [Hugo PIGEON] Add a confirmation message when the user makes a commit without a commit message [Hugo PIGEON] Add loading indicators when browsing a repository and when saving the changes [Hugo PIGEON] Add the ability to create a new directory in the repository [Hugo PIGEON] Add the ability to remove a directory from the repository [Hugo PIGEON] Add a confirmation message when removing a file or a directory from the repository [Hugo PIGEON] Add loading indicators in the popups [Hugo PIGEON] Add a shortcut on the edit page to open another file [Hugo PIGEON] Fix a bug with the repository browsing when multiple directories had names which begin with the same characters [Hugo PIGEON] Move the buttons for the actions on the repository on the edit page to the header [Hugo PIGEON] Add the ability to move a file on the repository [Hugo PIGEON] Improve the reload of the page when doing an operation on the repository through the popup windows [Hugo PIGEON] Fix the bug which appeared when trying to access a file with accents in its path [Hugo PIGEON] Make the shortcut to open a file on the editor use the root of the repository [Hugo PIGEON] Fix the access to a private Git repository by a direct link [Hugo PIGEON] Put the logout button back on the editor page [Hugo PIGEON] Add an automatic save of the edited file every 5 minutes [Hugo PIGEON] Add the ability to configure the automatic save from the configuration file [Hugo PIGEON] Add the ability to save the edited file by a Ctrl-S in the editor [Hugo PIGEON] Add the ability to open image files [Hugo PIGEON] Add an icon to the image files in the browsing trees [Hugo PIGEON] Make the page reload from the popups keep given information instead of completely reload everything [Hugo PIGEON] Code refactoring to make the GitConnection and SvnConnection classes shorter [Hugo PIGEON] Fix the commit form and the logout button [Hugo PIGEON] Make the refresh after the actions in the popups automatically display the browse tree on the browse page [Hugo PIGEON] When creating a new directory on Git repositories, the automatically created file is named "placeholder" and it contains an information message [Hugo PIGEON] Improve code quality [Hugo PIGEON] Fix the "reset" feature [Hugo PIGEON] Make the autosave use the client's local storage instead of saving the file on the repository [Hugo PIGEON] Add the ability to view the edited file's history [Hugo PIGEON] Add the ability to download the non-editable files [Hugo PIGEON] Add a message in french in the Git placeholders [Hugo PIGEON] Make the autosave disabled when the interval is set to 0 in the configuration file [Hugo PIGEON] Make the date shorter in the form to view the file history [Hugo PIGEON] Add the display of the last automatic save [Hugo PIGEON] Fix a javascript error for Chrome browser [Hugo PIGEON] Add the ScmWebEditor's version number to the bottom of the pages [Hugo PIGEON] Change the user interface for the editor ------------------------------------------ [...truncated 44 lines...] [INFO] ------------------------------------------------------------------------ [INFO] Building ScmWebEditor 0.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ scmwebeditor --- [INFO] Deleting <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ scmwebeditor --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ scmwebeditor --- [INFO] Skipping goal (skipCheckAutocontainer flag is on). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ scmwebeditor --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ scmwebeditor --- [INFO] Exporting server [redmine-forge.nuiton.org] privateKey in ${redmine.apiKey} [INFO] [INFO] --- license-maven-plugin:1.7:update-project-license (attach-licenses) @ scmwebeditor --- [INFO] Will create or update license file [lgpl_v3] to <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/LICENSE.txt> [INFO] [INFO] --- license-maven-plugin:1.7:add-third-party (attach-licenses) @ scmwebeditor --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- license-maven-plugin:1.7:update-file-header (update-file-header) @ scmwebeditor --- [WARNING] No file to scan. [INFO] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.12:check (default) @ scmwebeditor --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1 [INFO] [INFO] --- jredmine-maven-plugin:1.8.2:generate-changes (jredmine-generate-changes) @ scmwebeditor --- [INFO] release project scmwebeditor [INFO] release version 0.5 [INFO] release date Thu Jun 11 18:43:09 CEST 2015 [INFO] release user CI Release Manager [INFO] File saved in <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target/changes/changes.xml> [INFO] [INFO] --- maven-antrun-plugin:1.7:run (generate-surefire-workdir) @ scmwebeditor --- [INFO] Executing tasks main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ scmwebeditor >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ scmwebeditor --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ scmwebeditor --- [INFO] Skipping goal (skipCheckAutocontainer flag is on). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ scmwebeditor --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ scmwebeditor --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ scmwebeditor --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ scmwebeditor <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ scmwebeditor --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadocs) @ scmwebeditor --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ scmwebeditor --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-pgp-passphrase) @ scmwebeditor --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-artifacts) @ scmwebeditor --- [INFO] Copying pom.xml to <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target/collect/org.nuiton--scmwebeditor/pom.xml> [INFO] [INFO] --- helper-maven-plugin:2.1:collect-files (collect-build-attachements) @ scmwebeditor --- [WARNING] skip unexisting file <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target/scmwebeditor-0.5-SNAPSHOT.war> (adding user file : ) [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ scmwebeditor --- [INFO] [INFO] --- maven-dependency-plugin:2.9:analyze-only (analyze) @ scmwebeditor --- [INFO] Skipping pom project [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scmwebeditor --- [INFO] Installing <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/pom.xml> to /var/local/forge/data/nuiton.org/maven/repository/org/nuiton/scmwebeditor/0.5-SNAPSHOT/scmwebeditor-0.5-SNAPSHOT.pom [INFO] Installing <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/target/scmwebeditor-0.5-SNAPSHOT.pom.asc> to /var/local/forge/data/nuiton.org/maven/repository/org/nuiton/scmwebeditor/0.5-SNAPSHOT/scmwebeditor-0.5-SNAPSHOT.pom.asc [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ScmWebEditor SCM API 0.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ scmwebeditor-scm-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ scmwebeditor-scm-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ scmwebeditor-scm-api --- [INFO] [INFO] --- helper-maven-plugin:2.1:check-auto-container (check-central-safe) @ scmwebeditor-scm-api --- [INFO] Skipping goal (skipCheckAutocontainer flag is on). [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ scmwebeditor-scm-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ scmwebeditor-scm-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ scmwebeditor-scm-api --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ scmwebeditor-scm-api --- [INFO] [INFO] --- helper-maven-plugin:2.1:share-server-secret (get-redmine-login) @ scmwebeditor-scm-api --- [INFO] Exporting server [redmine-forge.nuiton.org] privateKey in ${redmine.apiKey} [INFO] [INFO] --- license-maven-plugin:1.7:update-project-license (attach-licenses) @ scmwebeditor-scm-api --- [INFO] Will create or update license file [lgpl_v3] to <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/LICENSE.txt> [INFO] [INFO] --- license-maven-plugin:1.7:add-third-party (attach-licenses) @ scmwebeditor-scm-api --- [INFO] Load missing file <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/license/THIRD-PARTY.properties> [WARNING] dependency [xerces--xercesImpl--2.6.2] does not exist in project, remove it from the missing file. [WARNING] dependency [javax.servlet--servlet-api--2.5] does not exist in project, remove it from the missing file. [WARNING] dependency [org.antlr--antlr-runtime--3.4] does not exist in project, remove it from the missing file. [WARNING] dependency [com.ibm.icu--icu4j--2.6.1] does not exist in project, remove it from the missing file. [WARNING] dependency [javassist--javassist--3.11.0.GA] does not exist in project, remove it from the missing file. [WARNING] dependency [jdom--jdom--1.0] does not exist in project, remove it from the missing file. [WARNING] dependency [dom4j--dom4j--1.6.1] does not exist in project, remove it from the missing file. [WARNING] dependency [jaxen--jaxen--1.1.1] does not exist in project, remove it from the missing file. [WARNING] dependency [oro--oro--2.0.8] does not exist in project, remove it from the missing file. [INFO] Missing file <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/license/THIRD-PARTY.properties> is up-to-date. [INFO] Writing third-party file to <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/target/generated-sources/license/THIRD-PARTY.txt> [INFO] Regenerate missing license file <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/license/THIRD-PARTY.properties> [INFO] Will attach third party file from <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/license/THIRD-PARTY.properties> [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scmwebeditor-scm-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/main/resources> [INFO] Copying 2 resources [INFO] [INFO] --- license-maven-plugin:1.7:update-file-header (update-file-header) @ scmwebeditor-scm-api --- [INFO] Will search files to update from root <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src> [INFO] Will search files to update from root <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/target/generated-sources> [INFO] Scan 34 files header done in 75.109ms. [INFO] * update header on 14 files. * uptodate header on 11 files. * add header on 9 files. [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ scmwebeditor-scm-api --- [INFO] Compiling 23 source files to <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/target/classes> [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] [INFO] --- animal-sniffer-maven-plugin:1.12:check (default) @ scmwebeditor-scm-api --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1 [ERROR] <http://ci.nuiton.org/jenkins/job/scmwebeditor-nightly/ws/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java>:56: Undefined reference: int Long.compare(long, long) [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ScmWebEditor ....................................... SUCCESS [ 11.422 s] [INFO] ScmWebEditor SCM API ............................... FAILURE [ 2.286 s] [INFO] ScmWebEditor SVN SCM ............................... SKIPPED [INFO] ScmWebEditor Git SCM ............................... SKIPPED [INFO] ScmWebEditor UI web ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.329 s [INFO] Finished at: 2015-06-11T18:43:17+02:00 [INFO] Final Memory: 77M/695M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.12:check (default) on project scmwebeditor-scm-api: Signature errors found. Verify them and ignore them with the proper annotation if needed. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.12:check (default) on project scmwebeditor-scm-api: Signature errors found. Verify them and ignore them with the proper annotation if needed. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:325) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoFailureException: Signature errors found. Verify them and ignore them with the proper annotation if needed. at org.codehaus.mojo.animal_sniffer.maven.CheckSignatureMojo.execute(CheckSignatureMojo.java:226) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :scmwebeditor-scm-api Sending e-mails to: scmwebeditor-build@list.nuiton.org hpigeon@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds