Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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)
- [ERROR] An internal error occurred
- java.lang.IllegalArgumentException: A Jar can only accept a file or directory that exists: /app/fsm-scenario-support/target/classes
- at aQute.bnd.osgi.Jar.<init> (Jar.java:124)
- at aQute.bnd.osgi.Jar.<init> (Jar.java:172)
- at org.apache.felix.bundleplugin.BundlePlugin.getOSGiBuilder (BundlePlugin.java:603)
- at org.apache.felix.bundleplugin.BundlePlugin.buildOSGiBundle (BundlePlugin.java:934)
- at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:443)
- at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:364)
- 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:956)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
- 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)
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary:
- [INFO]
- [INFO] sdk-components-parent 0.0.1-SNAPSHOT ............... SUCCESS [ 0.577 s]
- [INFO] fsm-scenario-support 0.0.1-SNAPSHOT ................ FAILURE [ 16.482 s]
- [INFO] request-option 0.0.3-SNAPSHOT ...................... SKIPPED
- [INFO] request-text 0.0.1-SNAPSHOT ........................ SKIPPED
- [INFO] swear-filter 0.0.1-SNAPSHOT ........................ SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 17.167 s
- [INFO] Finished at: 2019-05-29T11:54:49Z
- [INFO] ------------------------------------------------------------------------
- [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]
- [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/MojoExecutionException
- [ERROR]
- [ERROR] After correcting the problems, you can resume the build with the command
- [ERROR] mvn <goals> -rf :fsm-scenario-support
- The command '/bin/sh -c mvn verify' returned a non-zero code: 1
- ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement