[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-20 Thread Alan Mehio (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107826 ] Alan Mehio commented on MDEP-112: - Brian, Idealy maven dependency should not copy the servlet-api since the container provide

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-20 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107838 ] Brian Fox commented on MDEP-112: You need to mark servlet-api as provided and then maven knows not to include this on the

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-20 Thread Alan Mehio (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107896 ] Alan Mehio commented on MDEP-112: - Brian, thanks again. Yes I am not running mvn dependency:copy-dependencies from the

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-20 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107898 ] Brian Fox commented on MDEP-112: Ok it's more clear now. The war plugin is including the contents of the runtime scope.

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-19 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107749 ] Brian Fox commented on MDEP-112: Not sure I completely understand. You're saying it is copying a dependency marked as

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-19 Thread Alan Mehio (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107783 ] Alan Mehio commented on MDEP-112: - Brian, Many thanks for your reply. Sorry for my brief description. the servlet-api get

[jira] Commented: (MDEP-112) Container dependency jar file get copied during the deployment or during hte installation1

2007-09-19 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_107784 ] Brian Fox commented on MDEP-112: I'm getting more confused now. Are you referring to the war plugin or the dependency plugin?