[
https://issues.apache.org/jira/browse/MWAR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg closed MWAR-420.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Fixed
This seems to have been resolved in Maven War Plugin 3.3.0.
> build failure in lifecycle deploy: 'Could not copy webapp sources'
> ------------------------------------------------------------------
>
> Key: MWAR-420
> URL: https://issues.apache.org/jira/browse/MWAR-420
> Project: Maven WAR Plugin
> Issue Type: Bug
> Affects Versions: 3.2.0, 3.2.1, 3.2.2
> Reporter: Bruno Marti
> Priority: Major
> Fix For: 3.3.0
>
> Attachments: build-error.log, testWarPlugin.zip
>
>
> Since version 3.2.x there is a build failure in maven-war-plugin on lifecycle
> 'deploy'.
> {code:java}
> mvn package package -e{code}
> If you build sample webapp (see attachement: [^testWarPlugin.zip]) with
> version 3.2.2 following error occurs:
> {code:java}
> [INFO] --- maven-war-plugin:3.2.2:war (default-war) @ testWarPlugin ---
> [INFO] Packaging webapp
> [INFO] Assembling webapp [testWarPlugin] in
> [C:\TEMP\testWarPlugin\target\testWarPlugin-1.0-SNAPSHOT]
> [INFO] Processing war project
> [INFO] Copying webapp resources [C:\TEMP\testWarPlugin\src\main\webapp]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 5.106 s
> [INFO] Finished at: 2018-11-07T10:11:58+01:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-war-plugin:3.2.2:war (default-war) on project
> testWarPlugin: Could not copy webapp sources
> [C:\TEMP\testWarPlugin\target\testWarPlugin-1.0-SNAPSHOT]:
> C:\TEMP\testWarPlugin\target\testWarPlugin-1.0-SNAPSHOT\images\ajaxloading.gif
> -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-war-plugin:3.2.2:war (default-war) on
> project testWarPlugin: Could not copy webapp sources
> [C:\TEMP\testWarPlugin\target\testWarPlugin-1.0-SNAPSHOT]
> ...
> Caused by: java.nio.file.AccessDeniedException:
> C:\TEMP\testWarPlugin\target\testWarPlugin-1.0-SNAPSHOT\images\ajaxloading.gif
> at sun.nio.fs.WindowsException.translateToIOException
> (WindowsException.java:83)
> at sun.nio.fs.WindowsException.rethrowAsIOException
> (WindowsException.java:97)
> at sun.nio.fs.WindowsException.rethrowAsIOException
> (WindowsException.java:102)
> at sun.nio.fs.WindowsFileCopy.copy (WindowsFileCopy.java:165)
> at sun.nio.fs.WindowsFileSystemProvider.copy
> (WindowsFileSystemProvider.java:278)
> at java.nio.file.Files.copy (Files.java:1274)
> {code}
> It only occurs on {color:#ff0000}windows{color} and with
> maven-war-plugin{color:#ff0000} 3.2.x{color}. Fullstacktrace here:
> [^build-error.log]
> Version {color:#14892c}3.1.0 and older{color} works fine
--
This message was sent by Atlassian Jira
(v8.20.7#820007)