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

   **[Olivier 
Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** 
commented
   
   Other tests made which causes some troubles.
   My pom has a dependency to a SNAPSHOT dependecy (in example called foo).
   An included war dependency has the same dependency.
   The deployed war dependency contains a timestamped version of this 
(foo-64456-1.jar).
   On my machine I have a SNAPSHOT of this (foo-SNAPSHOT.jar) due to an install 
which include fixes..
   When I package my war, the WEB-LIB contains :
   foo-64456-1.jar
   foo-SNAPSHOT.jar
   This cause real trouble and long time debugging to find the trouble because 
the timestamped one win in the appserver.
   The ones declares in the pom (and transitive ones) doesn't win.
   Junit passes but not the application deployed in the appserver.
   This breaks the maven benefit's because you're really sure about your 
dependencies.
   IMO this issue must be set to blocker :-(
   Olivier
   


-- 
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