Advertisement
BoberDiversant

Untitled

May 29th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 246 kB/s)
  2. [ERROR] An internal error occurred
  3. java.lang.IllegalArgumentException: A Jar can only accept a file or directory that exists: /app/fsm-scenario-support/target/classes
  4.     at aQute.bnd.osgi.Jar.<init> (Jar.java:124)
  5.     at aQute.bnd.osgi.Jar.<init> (Jar.java:172)
  6.     at org.apache.felix.bundleplugin.BundlePlugin.getOSGiBuilder (BundlePlugin.java:603)
  7.     at org.apache.felix.bundleplugin.BundlePlugin.buildOSGiBundle (BundlePlugin.java:934)
  8.     at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:443)
  9.     at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:364)
  10.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  11.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
  12.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
  13.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
  14.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  15.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  16.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  17.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  18.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  19.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  20.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  21.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
  22.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  23.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  24.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  25.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  26.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  27.     at java.lang.reflect.Method.invoke (Method.java:498)
  28.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  29.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  30.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  31.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] Reactor Summary:
  34. [INFO]
  35. [INFO] sdk-components-parent 0.0.1-SNAPSHOT ............... SUCCESS [  0.577 s]
  36. [INFO] fsm-scenario-support 0.0.1-SNAPSHOT ................ FAILURE [ 16.482 s]
  37. [INFO] request-option 0.0.3-SNAPSHOT ...................... SKIPPED
  38. [INFO] request-text 0.0.1-SNAPSHOT ........................ SKIPPED
  39. [INFO] swear-filter 0.0.1-SNAPSHOT ........................ SKIPPED
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] BUILD FAILURE
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Total time:  17.167 s
  44. [INFO] Finished at: 2019-05-29T11:54:49Z
  45. [INFO] ------------------------------------------------------------------------
  46. [ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.2.0:bundle (bundle-manifest) on project fsm-scenario-support: Internal error in maven-bundle-plugin: A Jar can only accept a file or directory that exists: /app/fsm-scenario-support/target/classes -> [Help 1]
  47. [ERROR]
  48. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  49. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  50. [ERROR]
  51. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  52. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  53. [ERROR]
  54. [ERROR] After correcting the problems, you can resume the build with the command
  55. [ERROR]   mvn <goals> -rf :fsm-scenario-support
  56. The command '/bin/sh -c mvn verify' returned a non-zero code: 1
  57. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement