jira-importer commented on issue #107:
URL: 
https://github.com/apache/maven-war-plugin/issues/107#issuecomment-2967842924

   **[Maarten 
Billemont](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lhunath)**
 commented
   
   This might be interesting; done after the process of building from the 
parent failed on artifact "safe-online-owner-webapp":
   
   cd "safe-online-owner-webapp"
   cp -a target target~
   mvn clean install # successful
   diff -ur target~ target
   
   The result shows only one file is different: "war/work/webapp-cache.xml"
   The old version of this file (from target~; the target dir that caused the 
build to fail) contained an entry for 
"net.lin-k.safe-online:safe-online-startup-runtime" which is NOT the artifact 
that should be overlayed on this artifact.
   The new version of this file (from target; the target dir that caused the 
build to succeed) contained an entry for 
"net.lin-k.safe-online:safe-online-webapp-base" which IS the artifact that 
should be overlayed on this artifact.  So that's good.
   
   Basically; I conclude something has gone wrong in the caching backend of 
maven-war-plugin.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to