Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created November 23, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnodet/25b2f9e8e72757b8e4a6812fcfd70314 to your computer and use it in GitHub Desktop.
Save gnodet/25b2f9e8e72757b8e4a6812fcfd70314 to your computer and use it in GitHub Desktop.
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] net.lr.demo.chat.parent
[INFO] net.lr.demo.chat.api
[INFO] net.lr.demo.chat.lcd
[INFO] net.lr.demo.chat.irc
[INFO] net.lr.demo.chat.command
[INFO] net.lr.demo.chat.index
[INFO] net.lr.demo.chat.packaging
[INFO] net.lr.demo.chat.packaging.all
[INFO] net.lr.demo.chat.packaging.display
[INFO] net.lr.demo.chat.packaging.irc
[INFO] net.lr.demo.chat.packaging.service
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.parent 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.parent ---
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.parent ---
[INFO] skip project with packaging=pom
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.parent ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.parent/1.0.0-SNAPSHOT/net.lr.demo.chat.parent-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.api 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.api ---
[INFO] Deleting /Users/gnodet/tmp/osgi-chat/api/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ net.lr.demo.chat.api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ net.lr.demo.chat.api ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 3 source files to /Users/gnodet/tmp/osgi-chat/api/target/classes
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.api ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ net.lr.demo.chat.api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/api/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ net.lr.demo.chat.api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ net.lr.demo.chat.api ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ net.lr.demo.chat.api ---
[INFO] Building jar: /Users/gnodet/tmp/osgi-chat/api/target/net.lr.demo.chat.api-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.api ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/api/target/net.lr.demo.chat.api-1.0.0-SNAPSHOT.jar to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.api/1.0.0-SNAPSHOT/net.lr.demo.chat.api-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/tmp/osgi-chat/api/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.api/1.0.0-SNAPSHOT/net.lr.demo.chat.api-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.lcd 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.lcd ---
[INFO] Deleting /Users/gnodet/tmp/osgi-chat/lcd/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ net.lr.demo.chat.lcd ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/lcd/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ net.lr.demo.chat.lcd ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 4 source files to /Users/gnodet/tmp/osgi-chat/lcd/target/classes
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.lcd ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ net.lr.demo.chat.lcd ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/lcd/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ net.lr.demo.chat.lcd ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ net.lr.demo.chat.lcd ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ net.lr.demo.chat.lcd ---
[INFO] Building jar: /Users/gnodet/tmp/osgi-chat/lcd/target/net.lr.demo.chat.lcd-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.lcd ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/lcd/target/net.lr.demo.chat.lcd-1.0.0-SNAPSHOT.jar to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.lcd/1.0.0-SNAPSHOT/net.lr.demo.chat.lcd-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/tmp/osgi-chat/lcd/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.lcd/1.0.0-SNAPSHOT/net.lr.demo.chat.lcd-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.irc 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.irc ---
[INFO] Deleting /Users/gnodet/tmp/osgi-chat/irc/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ net.lr.demo.chat.irc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/irc/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ net.lr.demo.chat.irc ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /Users/gnodet/tmp/osgi-chat/irc/target/classes
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.irc ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ net.lr.demo.chat.irc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/irc/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ net.lr.demo.chat.irc ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ net.lr.demo.chat.irc ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ net.lr.demo.chat.irc ---
[INFO] Building jar: /Users/gnodet/tmp/osgi-chat/irc/target/net.lr.demo.chat.irc-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.irc ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/irc/target/net.lr.demo.chat.irc-1.0.0-SNAPSHOT.jar to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.irc/1.0.0-SNAPSHOT/net.lr.demo.chat.irc-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/tmp/osgi-chat/irc/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.irc/1.0.0-SNAPSHOT/net.lr.demo.chat.irc-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.command 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.command ---
[INFO] Deleting /Users/gnodet/tmp/osgi-chat/command/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ net.lr.demo.chat.command ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/command/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ net.lr.demo.chat.command ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /Users/gnodet/tmp/osgi-chat/command/target/classes
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.command ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ net.lr.demo.chat.command ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/command/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ net.lr.demo.chat.command ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ net.lr.demo.chat.command ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ net.lr.demo.chat.command ---
[INFO] Building jar: /Users/gnodet/tmp/osgi-chat/command/target/net.lr.demo.chat.command-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.command ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/command/target/net.lr.demo.chat.command-1.0.0-SNAPSHOT.jar to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.command/1.0.0-SNAPSHOT/net.lr.demo.chat.command-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/tmp/osgi-chat/command/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.command/1.0.0-SNAPSHOT/net.lr.demo.chat.command-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.index 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.index ---
[INFO] Deleting /Users/gnodet/tmp/osgi-chat/packaging/index/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ net.lr.demo.chat.index ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/packaging/index/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ net.lr.demo.chat.index ---
[INFO] No sources to compile
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.index ---
[WARNING] /Users/gnodet/tmp/osgi-chat/packaging/index/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named net.lr.demo.chat.index did not cause any content to be included, this is likely wrong
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ net.lr.demo.chat.index ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/tmp/osgi-chat/packaging/index/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ net.lr.demo.chat.index ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ net.lr.demo.chat.index ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ net.lr.demo.chat.index ---
[INFO] Building jar: /Users/gnodet/tmp/osgi-chat/packaging/index/target/net.lr.demo.chat.index-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- bnd-indexer-maven-plugin:3.2.0:index (index) @ net.lr.demo.chat.index ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.index ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/packaging/index/target/net.lr.demo.chat.index-1.0.0-SNAPSHOT.jar to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.index/1.0.0-SNAPSHOT/net.lr.demo.chat.index-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/gnodet/tmp/osgi-chat/packaging/index/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.index/1.0.0-SNAPSHOT/net.lr.demo.chat.index-1.0.0-SNAPSHOT.pom
[INFO] Installing /Users/gnodet/tmp/osgi-chat/packaging/index/target/index.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.index/1.0.0-SNAPSHOT/net.lr.demo.chat.index-1.0.0-SNAPSHOT.xml
[INFO] Installing /Users/gnodet/tmp/osgi-chat/packaging/index/target/index.xml.gz to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.index/1.0.0-SNAPSHOT/net.lr.demo.chat.index-1.0.0-SNAPSHOT.xml.gz
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.packaging 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.packaging ---
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.packaging ---
[INFO] skip project with packaging=pom
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ net.lr.demo.chat.packaging ---
[INFO] Installing /Users/gnodet/tmp/osgi-chat/packaging/pom.xml to /Users/gnodet/tmp/repo/net/lr/demo/chat/net.lr.demo.chat.packaging/1.0.0-SNAPSHOT/net.lr.demo.chat.packaging-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building net.lr.demo.chat.packaging.all 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.lr.demo.chat.packaging.all ---
[INFO]
[INFO] --- bnd-maven-plugin:3.2.0:bnd-process (default) @ net.lr.demo.chat.packaging.all ---
[INFO] skip project with packaging=pom
[INFO]
[INFO] --- bnd-export-maven-plugin:3.3.0:export (default) @ net.lr.demo.chat.packaging.all ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] net.lr.demo.chat.parent ............................ SUCCESS [ 0.224 s]
[INFO] net.lr.demo.chat.api ............................... SUCCESS [ 1.008 s]
[INFO] net.lr.demo.chat.lcd ............................... SUCCESS [ 0.229 s]
[INFO] net.lr.demo.chat.irc ............................... SUCCESS [ 0.268 s]
[INFO] net.lr.demo.chat.command ........................... SUCCESS [ 0.093 s]
[INFO] net.lr.demo.chat.index ............................. SUCCESS [ 0.973 s]
[INFO] net.lr.demo.chat.packaging ......................... SUCCESS [ 0.006 s]
[INFO] net.lr.demo.chat.packaging.all ..................... FAILURE [ 0.826 s]
[INFO] net.lr.demo.chat.packaging.display ................. SKIPPED
[INFO] net.lr.demo.chat.packaging.irc ..................... SKIPPED
[INFO] net.lr.demo.chat.packaging.service ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.733 s
[INFO] Finished at: 2016-11-23T15:40:37+01:00
[INFO] Final Memory: 29M/386M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal biz.aQute.bnd:bnd-export-maven-plugin:3.3.0:export (default) on project net.lr.demo.chat.packaging.all: Default handler for Launcher-Plugin not found in biz.aQute.launcher -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal biz.aQute.bnd:bnd-export-maven-plugin:3.3.0:export (default) on project net.lr.demo.chat.packaging.all: Default handler for Launcher-Plugin not found in biz.aQute.launcher
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.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Default handler for Launcher-Plugin not found in biz.aQute.launcher
at aQute.bnd.maven.export.plugin.ExportMojo.execute(ExportMojo.java:52)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: java.lang.IllegalArgumentException: Default handler for Launcher-Plugin not found in biz.aQute.launcher
at aQute.bnd.build.Project.getHandler(Project.java:2531)
at aQute.bnd.build.Project.getProjectLauncher(Project.java:2480)
at aQute.bnd.maven.export.plugin.ExportMojo.export(ExportMojo.java:57)
at aQute.bnd.maven.export.plugin.ExportMojo.execute(ExportMojo.java:48)
... 22 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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :net.lr.demo.chat.packaging.all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment