## mvn release:prepare output joseph@do-enr-lap-2:/media/joseph/Data/company/Engineering/tester/branch_1.0.2$ mvn release:prepare [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tester [INFO] tester security module [INFO] tester user management [INFO] tester utilities module [INFO] api-client [INFO] tester service module [INFO] tester-webapp [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tester 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ tester --- [INFO] Verifying that there are no local modifications... [INFO] ignoring changes on: **/pom.xml.backup, **/release.properties, **/pom.xml.branch, **/pom.xml.next, **/pom.xml.releaseBackup, **/pom.xml.tag /home/joseph/.scm/svn-settings.xml isn't well formed. SKIPPED.Unrecognised tag: 'user' (position: START_TAG seen \n\t... @2:8) [INFO] Executing: /bin/sh -c cd /media/joseph/Data/company/Engineering/tester/branch_1.0.2 && svn --non-interactive status [INFO] Working directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2 [INFO] Checking dependencies and plugins for snapshots ... What is the release version for "tester"? (com.company:tester) 1.0: : 1.0.2 What is the release version for "tester security module"? (com.company.tester:security) 1.0: : 1.0.2 What is the release version for "tester user management"? (com.company.tester:usermanagement) 1.0: : 1.0.2 What is the release version for "tester utilities module"? (com.company.tester:utilities) 1.0: : 1.0.2 What is the release version for "api-client"? (com.company.tester:api-client) 1.0: : 1.0.2 What is the release version for "tester service module"? (com.company.tester:service) 1.0: : 1.0.2 What is the release version for "tester-webapp"? (com.company.tester:tester-webapp) 1.0: : 1.0.2 What is SCM release tag or label for "tester"? (com.company:tester) tester-1.0.2: : What is the new development version for "tester"? (com.company:tester) 1.0.3-SNAPSHOT: : What is the new development version for "tester security module"? (com.company.tester:security) 1.0.3-SNAPSHOT: : What is the new development version for "tester user management"? (com.company.tester:usermanagement) 1.0.3-SNAPSHOT: : What is the new development version for "tester utilities module"? (com.company.tester:utilities) 1.0.3-SNAPSHOT: : What is the new development version for "api-client"? (com.company.tester:api-client) 1.0.3-SNAPSHOT: : What is the new development version for "tester service module"? (com.company.tester:service) 1.0.3-SNAPSHOT: : What is the new development version for "tester-webapp"? (com.company.tester:tester-webapp) 1.0.3-SNAPSHOT: : [INFO] Transforming 'tester'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'tester security module'... [INFO] Transforming 'tester user management'... [INFO] Transforming 'tester utilities module'... [INFO] Updating usermanagement to 1.0.2 [INFO] Transforming 'api-client'... [INFO] Transforming 'tester service module'... [INFO] Transforming 'tester-webapp'... [INFO] Not generating release POMs [INFO] Executing goals 'clean verify -DenableIT=true'... [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance. [INFO] [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] tester [INFO] [INFO] tester security module [INFO] [INFO] tester user management [INFO] [INFO] tester utilities module [INFO] [INFO] api-client [INFO] [INFO] tester service module [INFO] [INFO] tester-webapp [INFO] [INFO] [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tester --- [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester security module 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ security --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/security/target [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ security --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ security --- [INFO] [INFO] Compiling 21 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/security/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ security --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 4 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ security --- [INFO] [INFO] Compiling 3 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/security/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ security --- [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/security/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.company.tester.security.service.securityCategoryServiceImplTest [INFO] addnewsecurityCategory [INFO] getBysecurityCategoryId [INFO] getAllsecurityCategories [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec [INFO] Running com.company.tester.security.service.securityServiceImplTest [INFO] getAllsecurity [INFO] addNewsecurity [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [INFO] Running com.company.tester.security.service.securityTypeServiceImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.001 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ security --- [INFO] [INFO] Building jar: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/security/target/security-1.0.2.jar [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester user management 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ usermanagement --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/usermanagement/target [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ usermanagement --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ usermanagement --- [INFO] [INFO] Compiling 5 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/usermanagement/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ usermanagement --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 3 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ usermanagement --- [INFO] [INFO] Compiling 1 source file to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/usermanagement/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ usermanagement --- [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/usermanagement/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.company.tester.usermanagement.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ usermanagement --- [INFO] [INFO] Building jar: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/usermanagement/target/usermanagement-1.0.2.jar [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester utilities module 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ utilities --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/utilities/target [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ utilities --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 12 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ utilities --- [INFO] [INFO] Compiling 18 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/utilities/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ utilities --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 4 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ utilities --- [INFO] [INFO] Compiling 3 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/utilities/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ utilities --- [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/utilities/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.company.tester.utilities.email.SendEmailServiceTest [INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation [INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.128 sec [INFO] Running com.company.tester.utilities.encryption.EncryptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ utilities --- [INFO] [INFO] Building jar: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/utilities/target/utilities-1.0.2.jar [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building api-client 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ api-client --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/target [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:1.9:add-source (add-source) @ api-client --- [INFO] [INFO] Source directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/src/main/resources/generated/surfline added. [INFO] [INFO] Source directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/src/main/resources/generated/idt added. [INFO] [INFO] Source directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/src/main/resources/generated/mtb added. [INFO] [INFO] Source directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/src/main/resources/generated/iwallet added. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ api-client --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 350 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ api-client --- [INFO] [INFO] Compiling 363 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ api-client --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ api-client --- [INFO] [INFO] Compiling 2 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ api-client --- [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results : [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ api-client --- [INFO] [INFO] Building jar: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/api-client/target/api-client-1.0.2.jar [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester service module 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/service/target [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ service --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ service --- [INFO] [INFO] Compiling 22 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/service/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ service --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ service --- [INFO] [INFO] Compiling 4 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/service/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ service --- [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/service/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.company.tester.service.service.TopupOrderServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 sec [INFO] Running com.company.tester.service.service.TransactionServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ service --- [INFO] [INFO] Building jar: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/service/target/service-1.0.2.jar [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building tester-webapp 1.0.2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tester-webapp --- [INFO] [INFO] Deleting /media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/target [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ tester-webapp --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 26 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ tester-webapp --- [INFO] [INFO] Compiling 34 source files to /media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ tester-webapp --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ tester-webapp --- [INFO] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ tester-webapp --- [INFO] [INFO] No tests to run. [INFO] [INFO] Surefire report directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results : [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ tester-webapp --- [INFO] [INFO] Packaging webapp [INFO] [INFO] Assembling webapp [tester-webapp] in [/media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/target/tester] [INFO] [INFO] Processing war project [INFO] [INFO] Copying webapp resources [/media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/src/main/webapp] [INFO] [INFO] Webapp assembled in [3646 msecs] [INFO] [INFO] Building war: /media/joseph/Data/company/Engineering/tester/branch_1.0.2/tester-webapp/target/tester.war [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] [INFO] [INFO] tester ............................................ SUCCESS [ 0.107 s] [INFO] [INFO] tester security module ............................. SUCCESS [ 2.258 s] [INFO] [INFO] tester user management ............................ SUCCESS [ 1.049 s] [INFO] [INFO] tester utilities module ........................... SUCCESS [ 1.836 s] [INFO] [INFO] api-client ........................................ SUCCESS [ 4.777 s] [INFO] [INFO] tester service module ............................ SUCCESS [ 5.218 s] [INFO] [INFO] tester-webapp ..................................... SUCCESS [ 13.616 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 29.032 s [INFO] [INFO] Finished at: 2015-01-14T14:55:32+00:00 [INFO] [INFO] Final Memory: 102M/724M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /media/joseph/Data/company/Engineering/tester/branch_1.0.2 && svn --non-interactive commit --file /tmp/maven-scm-1248097772.commit --targets /tmp/maven-scm-2291233265061256803-targets [INFO] Working directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2 [INFO] Tagging release with the label tester-1.0.2... [INFO] Executing: /bin/sh -c cd /media/joseph/Data/company/Engineering/tester/branch_1.0.2 && svn --non-interactive copy --file /tmp/maven-scm-1933269486.commit --revision 170 https://repo.company.com/svn/tester-revamp https://repo.company.com/svn/tester-revamp/tags/tester-1.0.2 [INFO] Working directory: /media/joseph/Data/company/Engineering/tester/branch_1.0.2 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] tester ............................................ FAILURE [02:48 min] [INFO] tester security module ............................. SKIPPED [INFO] tester user management ............................ SKIPPED [INFO] tester utilities module ........................... SKIPPED [INFO] api-client ........................................ SKIPPED [INFO] tester service module ............................ SKIPPED [INFO] tester-webapp ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:49 min [INFO] Finished at: 2015-01-14T14:55:54+00:00 [INFO] Final Memory: 12M/239M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on project tester: Unable to tag SCM [ERROR] Provider message: [ERROR] The svn tag command failed. [ERROR] Command output: [ERROR] svn: E175013: Access to '/svn/tester/!svn/bc/170' forbidden [ERROR] -> [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/MojoFailureException