Auties00 / WhatsappWebRequestAnalyzer

Browser based tool built to decrypt any request sent or received by WhatsappWeb's WebClient for WhatsappWeb4j
32 stars 17 forks source link

Could not find com.github.auties00:standard:2.2.2-SNAPSHOT. #5

Closed brunoaduarte closed 2 years ago

brunoaduarte commented 2 years ago

Hi @Auties00 , I'm trying to recompile the project because the provided release do not work with latest version of Chrome 96. But I get this error when building it.

image

So I tried adding the JitPack repository because of the GitHub dependencies

repositories {
    mavenCentral()
    mavenLocal()
    maven {
        url = uri("https://jitpack.io")
    }
}

But now a "Could not resolve..." error appears

image

Auties00 commented 2 years ago

Hi @Auties00 , I'm trying to recompile the project because the provided release do not work with latest version of Chrome 96. But I get this error when building it.

image

So I tried adding the JitPack repository because of the GitHub dependencies

repositories {
    mavenCentral()
    mavenLocal()
    maven {
        url = uri("https://jitpack.io")
    }
}

But now a "Could not resolve..." error appears

image

replace 2.2.2-SNAPSHOT with 2.2.2 and remove the jitpack import

brunoaduarte commented 2 years ago

replace 2.2.2-SNAPSHOT with 2.2.2 and remove the jitpack import

Ok, now a similar error appears

image

https://repo.maven.apache.org/maven2/com/github/auties00/standard/2.2.2/standard-2.2.2.pom

404 Not Found
nginx

There are no "standard" and "multidevice" repositories in Maven

https://repo.maven.apache.org/maven2/com/github/auties00/

com/github/auties00
../
delombok-plugin/                                                 -         -      
noise-java/                                                      -         -      
optional/                                                        -         -      
protoc/                                                          -         -      
protoc-api/                                                      -         -      
protoc-parser/                                                   -         -      
protoc-tool/                                                     -         -      
reified/                                                         -         -      
whatsappweb4j/                                                   -         -      
maven-metadata.xml                                2021-05-05 13:24       253      
maven-metadata.xml.md5                            2021-05-05 13:24        32      
maven-metadata.xml.sha1                           2021-05-05 13:24        40      
maven-metadata.xml.sha256                         2021-05-05 13:24        64      
maven-metadata.xml.sha512                         2021-05-05 13:24       128      
Auties00 commented 2 years ago

Oh yeah use whatsappweb4j

brunoaduarte commented 2 years ago

Oh yeah use whatsappweb4j

Ok

dependencies {
    implementation("com.github.auties00", "whatsappweb4j", "2.2.2")
//    implementation("com.github.auties00", "multidevice", "2.2.2")
    implementation("org.seleniumhq.selenium", "selenium-java", "4.0.0-beta-3")
    implementation("org.seleniumhq.selenium", "selenium-devtools-v90", "4.0.0-beta-3")
    implementation("org.bouncycastle", "bcpkix-jdk15on", "1.68")
}

But what about multidevice?

image

Auties00 commented 2 years ago

Oh yeah use whatsappweb4j

Ok

dependencies {
    implementation("com.github.auties00", "whatsappweb4j", "2.2.2")
//    implementation("com.github.auties00", "multidevice", "2.2.2")
    implementation("org.seleniumhq.selenium", "selenium-java", "4.0.0-beta-3")
    implementation("org.seleniumhq.selenium", "selenium-devtools-v90", "4.0.0-beta-3")
    implementation("org.bouncycastle", "bcpkix-jdk15on", "1.68")
}

But what about multidevice?

image

Yeah, I just remembered the problem. You will not be able to compile the project locally because the version of whatsappweb4j that you need isn't released yet. Clean everything that you've done and do something like:

git clone https://github.com/Auties00/WhatsappWeb4j.git
cd ./WhatsappWeb4j
git checkout multidevice
mvn install

And then try to build the analyzer, remember to add mavenLocal as a repository in gradle

brunoaduarte commented 2 years ago

Yeah, I just remembered the problem. You will not be able to compile the project locally because the version of whatsappweb4j that you need isn't released yet. Clean everything that you've done and do something like:

git clone https://github.com/Auties00/WhatsappWeb4j.git
cd ./WhatsappWeb4j
git checkout multidevice
mvn install

And then try to build the analyzer, remember to add mavenLocal as a repository in gradle

[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 4 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] com.github.auties00:whatsappweb4j                                  [pom]
[INFO] common                                                             [jar]
[INFO] standard                                                           [jar]
[INFO] multidevice                                                        [jar]
[INFO]
[INFO] -----------------< com.github.auties00:whatsappweb4j >------------------
[INFO] Building com.github.auties00:whatsappweb4j 2.2.2-SNAPSHOT          [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- delombok-plugin:1.18.20:delombok (default) @ whatsappweb4j ---
[INFO] Starting delombok process...
[INFO] Detected 0 files
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for com.github.auties00:whatsappweb4j 2.2.2-SNAPSHOT:
[INFO]
[INFO] com.github.auties00:whatsappweb4j .................. FAILURE [  4.239 s]
[INFO] common ............................................. SKIPPED
[INFO] standard ........................................... SKIPPED
[INFO] multidevice ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.863 s
[INFO] Finished at: 2021-11-22T03:42:06-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.auties00:delombok-plugin:1.18.20:delombok (default) on project whatsappweb4j: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.auties00:delombok-plugin:1.18.20:delombok (default) on project whatsappweb4j: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.util.NoSuchElementException: No value present
    at java.util.Optional.orElseThrow (Optional.java:377)
    at it.auties.delombok.DelombokMojo.findMatchingSourceFile (DelombokMojo.java:61)
    at it.auties.delombok.DelombokMojo.lambda$moveOutputToCorrectDir$1 (DelombokMojo.java:50)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.ReferencePipeline$2$1.accept (ReferencePipeline.java:179)
    at java.util.stream.ReferencePipeline$3$1.accept (ReferencePipeline.java:197)
    at java.util.Iterator.forEachRemaining (Iterator.java:133)
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining (Spliterators.java:1845)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:509)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:499)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:596)
    at it.auties.delombok.DelombokMojo.moveOutputToCorrectDir (DelombokMojo.java:48)
    at it.auties.delombok.DelombokMojo.execute (DelombokMojo.java:40)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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/PluginExecutionException
Auties00 commented 2 years ago

Yeah, I just remembered the problem. You will not be able to compile the project locally because the version of whatsappweb4j that you need isn't released yet. Clean everything that you've done and do something like:

git clone https://github.com/Auties00/WhatsappWeb4j.git
cd ./WhatsappWeb4j
git checkout multidevice
mvn install

And then try to build the analyzer, remember to add mavenLocal as a repository in gradle

[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 4 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] com.github.auties00:whatsappweb4j                                  [pom]
[INFO] common                                                             [jar]
[INFO] standard                                                           [jar]
[INFO] multidevice                                                        [jar]
[INFO]
[INFO] -----------------< com.github.auties00:whatsappweb4j >------------------
[INFO] Building com.github.auties00:whatsappweb4j 2.2.2-SNAPSHOT          [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- delombok-plugin:1.18.20:delombok (default) @ whatsappweb4j ---
[INFO] Starting delombok process...
[INFO] Detected 0 files
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for com.github.auties00:whatsappweb4j 2.2.2-SNAPSHOT:
[INFO]
[INFO] com.github.auties00:whatsappweb4j .................. FAILURE [  4.239 s]
[INFO] common ............................................. SKIPPED
[INFO] standard ........................................... SKIPPED
[INFO] multidevice ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.863 s
[INFO] Finished at: 2021-11-22T03:42:06-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.auties00:delombok-plugin:1.18.20:delombok (default) on project whatsappweb4j: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.auties00:delombok-plugin:1.18.20:delombok (default) on project whatsappweb4j: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.github.auties00:delombok-plugin:1.18.20:delombok failed: No value present
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.util.NoSuchElementException: No value present
    at java.util.Optional.orElseThrow (Optional.java:377)
    at it.auties.delombok.DelombokMojo.findMatchingSourceFile (DelombokMojo.java:61)
    at it.auties.delombok.DelombokMojo.lambda$moveOutputToCorrectDir$1 (DelombokMojo.java:50)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.ReferencePipeline$2$1.accept (ReferencePipeline.java:179)
    at java.util.stream.ReferencePipeline$3$1.accept (ReferencePipeline.java:197)
    at java.util.Iterator.forEachRemaining (Iterator.java:133)
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining (Spliterators.java:1845)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:509)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:499)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:596)
    at it.auties.delombok.DelombokMojo.moveOutputToCorrectDir (DelombokMojo.java:48)
    at it.auties.delombok.DelombokMojo.execute (DelombokMojo.java:40)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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/PluginExecutionException

Try with mvn clean install