1 | | Same here with Virtual Box 5.1.18. |
2 | | Host: OS X 10.12.3 |
3 | | Guest: Windows 7 64 bits |
| 1 | Same here with Virtual Box 5.1.18.[[BR]] |
| 2 | Host: OS X 10.12.3[[BR]] |
| 3 | Guest: Windows 7 64 bits or Windows 10 64 bits |
| 4 | |
| 5 | |
| 6 | {{{ |
| 7 | org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar (default-jar) on project jline-terminal: Error assembling JAR |
| 8 | at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) |
| 9 | at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) |
| 10 | at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) |
| 11 | at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) |
| 12 | at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) |
| 13 | at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) |
| 14 | at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) |
| 15 | at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) |
| 16 | at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) |
| 17 | at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) |
| 18 | at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) |
| 19 | at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) |
| 20 | at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) |
| 21 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
| 22 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
| 23 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| 24 | at java.lang.reflect.Method.invoke(Method.java:498) |
| 25 | at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) |
| 26 | at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) |
| 27 | at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) |
| 28 | at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) |
| 29 | Caused by: org.apache.maven.plugin.MojoExecutionException: Error assembling JAR |
| 30 | at org.apache.maven.plugins.jar.AbstractJarMojo.createArchive(AbstractJarMojo.java:231) |
| 31 | at org.apache.maven.plugins.jar.AbstractJarMojo.execute(AbstractJarMojo.java:255) |
| 32 | at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) |
| 33 | at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) |
| 34 | ... 20 more |
| 35 | Caused by: org.codehaus.plexus.archiver.ArchiverException: Failed to determine inclusion status for: Z:\work\git\jline3\terminal\pom.xml |
| 36 | at org.codehaus.plexus.archiver.AbstractArchiver.addFile(AbstractArchiver.java:468) |
| 37 | at org.codehaus.plexus.archiver.AbstractArchiver.addFile(AbstractArchiver.java:375) |
| 38 | at org.apache.maven.archiver.MavenArchiver.createArchive(MavenArchiver.java:591) |
| 39 | at org.apache.maven.plugins.jar.AbstractJarMojo.createArchive(AbstractJarMojo.java:224) |
| 40 | ... 23 more |
| 41 | Caused by: java.nio.file.FileSystemException: Z:\work\git\jline3\terminal\pom.xml: Incorrect function. |
| 42 | |
| 43 | at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) |
| 44 | at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:90) |
| 45 | at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity(WindowsAclFileAttributeView.java:88) |
| 46 | at sun.nio.fs.WindowsAclFileAttributeView.getOwner(WindowsAclFileAttributeView.java:121) |
| 47 | at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner(FileOwnerAttributeViewImpl.java:91) |
| 48 | at org.codehaus.plexus.components.io.attributes.Java7FileAttributes.<init>(Java7FileAttributes.java:89) |
| 49 | at org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributesByPathJava7(PlexusIoResourceAttributeUtils.java:336) |
| 50 | at org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributesByPath(PlexusIoResourceAttributeUtils.java:198) |
| 51 | at org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributes(PlexusIoResourceAttributeUtils.java:175) |
| 52 | at org.codehaus.plexus.components.io.resources.ResourceFactory.createResource(ResourceFactory.java:21) |
| 53 | at org.codehaus.plexus.archiver.ArchiveEntry.createFileEntry(ArchiveEntry.java:208) |
| 54 | at org.codehaus.plexus.archiver.AbstractArchiver.addFile(AbstractArchiver.java:464) |
| 55 | ... 26 more |
| 56 | }}} |