[jira] [Commented] (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2020-06-13 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWAR-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17134711#comment-17134711 ] Hudson commented on MWAR-45: Build succeeded in Jenkins: Maven TLP » maven-war-plugin » master #

[jira] Commented: (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2006-06-11 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MWAR-45?page=comments#action_67130 ] Jason van Zyl commented on MWAR-45: --- I agree that there should be a boolean parameter and the JAR name should come out with the standard Maven naming conventions. > add config prop to

[jira] Commented: (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2006-06-09 Thread Ian Springer (JIRA)
[ http://jira.codehaus.org/browse/MWAR-45?page=comments#action_67041 ] Ian Springer commented on MWAR-45: -- +1 to Torgeir's suggestion. I think having a boolean parameter for enabling the option is more intuitive. > add config prop to specify webapp classe

[jira] Commented: (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2006-06-09 Thread Torgeir Lorange ?stby (JIRA)
[ http://jira.codehaus.org/browse/MWAR-45?page=comments#action_67021 ] Torgeir Lorange Østby commented on MWAR-45: --- Would it be better if classesArchiveName defaults to ${project.build.finalName} and then have an additional parameter/flag which tri

[jira] Commented: (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2006-06-08 Thread Torgeir Lorange ?stby (JIRA)
[ http://jira.codehaus.org/browse/MWAR-45?page=comments#action_66923 ] Torgeir Lorange Østby commented on MWAR-45: --- This feature makes it easier to overlay war files if you have files with the same name and path in the war projects you want to merg

[jira] Commented: (MWAR-45) add config prop to specify webapp classes should be zipped and placed into WEB-INF/lib/xxx.jar instead of placed in WEB-INF/classes/

2006-06-07 Thread David Jencks (JIRA)
[ http://jira.codehaus.org/browse/MWAR-45?page=comments#action_66816 ] David Jencks commented on MWAR-45: -- I think adding this capability is a very good idea. IIUC the only argument against it is that it is possible to get the same effect by putting the cl