Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854989 **[Douglas Ferguson](https://issues.apache.org/jira/secure/[email protected])** commented I think the semantics get a bit mixed up when you say "over onto" which direction is the dependency? As far as it stands, I can't use the current war plugin as it stands, I have to hard code the version to 2.0. Here's my issue: I have 2 modules, they are both packaging type war Framework Application Applicattion declares a dependecny on framework. When I build application, if there is a file that exists in both war files, the newer file will win. I need the file in application to always win. This is because the specific application needs to overide default behavior. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854980 **[vvinnie](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vvinnie)** commented Douglas, Tamas : Actually theu **do**, ie if you overlay A on B, you can be sure that B files "win". And that's how it behaved in the first place. The issue I entered was that if you ran a build a frist time, A files were copied. If you then modified A files, since they are now in B's target directory (in a matter of speaking), they were not copied over anymore (although they were changed) Does that make sense to you ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854964 **[vvinnie](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vvinnie)** commented Please read " ... must benefit MANY "real, final" projects ..." above -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854969 **[Douglas Ferguson](https://issues.apache.org/jira/secure/[email protected])** commented I actually would prefer that files in the "real,final" projects would take priority over anything in a dependency. I was suprised when this changed. Could this be configurable? D- -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854973 **[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented The same as above seems logical to me also. If the web.xml is taken from "final" project, why not overwrite another file that exists in both, the dependency WAR and "final" project with "final" file? ~t~ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [MWAR-47] Regression : Files not copied when overlaying wars [maven-war-plugin]
jira-importer commented on issue #238: URL: https://github.com/apache/maven-war-plugin/issues/238#issuecomment-2967854976 **[Joakim Erdfelt](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joakime)** commented Adding link to MWAR-72 to reference need for better overlay controls. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
