[jira] (MNG-1991) Can't get transitive dependencies from a war pom when this war is added as a depdency of a project

2015-01-25 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MNG-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MNG-1991: --- Attachment: war-deps.tar Comment duplicated on MWAR-253, but example project is also relevant here so I'll

[jira] (MWAR-253) Inherit dependencies from a WAR type dependency when it is overlayed.

2015-01-25 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MWAR-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MWAR-253: --- Attachment: war-deps.tar Example project attached (also at https://github.com/srstclair/war-deps) shows the

[jira] (MPLUGIN-254) @parameter javadoc annotation and @Parameter Java annotation should be allowed on setters

2013-11-22 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MPLUGIN-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MPLUGIN-254: -- Component/s: maven-plugin-annotations Description: maven-plugin-tools-javadc currently complain

[jira] (MPLUGIN-254) @parameter annotation should be allowed on setters

2013-11-22 Thread Shane StClair (JIRA)
Shane StClair created MPLUGIN-254: - Summary: @parameter annotation should be allowed on setters Key: MPLUGIN-254 URL: https://jira.codehaus.org/browse/MPLUGIN-254 Project: Maven Plugin Tools

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-05-17 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=299050#comment-299050 ] Shane StClair commented on MSHADE-107: -- Any chance of getting this patch committed? Seems like

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-03-21 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-107: - Attachment: mshade-107-revised.patch Acutally, see mshade-107-revised.patch. Instead of only catching

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-03-14 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-107: - Attachment: mshade-107.patch Suggested patch, implemented as described above. > Array

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-03-14 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=294156#comment-294156 ] Shane StClair commented on MSHADE-107: -- Also, it might be worth noting that it seems like the

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-03-14 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=294155#comment-294155 ] Shane StClair commented on MSHADE-107: -- I get a slightly different ArrayIndexOutOfBoundsExcept

[jira] (MSHADE-107) ArrayIndexOutOfBoundsException when using minimizeJar with shade plugin

2012-03-14 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-107: - Attachment: pom.xml Simple example file for MSHADE-107 > ArrayIndexOutOfBoundsExcepti

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-11 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=293807#comment-293807 ] Shane StClair edited comment on MSHADE-111 at 3/11/12 3:23 PM: --- Ok, t

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-11 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-111: - Attachment: mshade-111-fixed-again.patch Ok, this patch should be the definitive version. Filter inclu

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-09 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=293766#comment-293766 ] Shane StClair commented on MSHADE-111: -- Actually this patch isn't quite complete, as filter in

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-09 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-111: - Attachment: mshade-111-fixed.patch This is the fixed patch. Integration tests weren't included in the

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-09 Thread Shane StClair (JIRA)
[ https://jira.codehaus.org/browse/MSHADE-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane StClair updated MSHADE-111: - Attachment: mshade-111.patch This is a patch file with test case. > minimizeJar shoul

[jira] (MSHADE-111) minimizeJar should not remove classes specifically included by filters

2012-03-09 Thread Shane StClair (JIRA)
Shane StClair created MSHADE-111: Summary: minimizeJar should not remove classes specifically included by filters Key: MSHADE-111 URL: https://jira.codehaus.org/browse/MSHADE-111 Project: Maven 2.x Sh