[jira] (MNG-3959) Per-execution inherited flag ignored

2014-10-31 Thread Michael Osipov (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-3959:


Affects Version/s: 2.2.1

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Affects Versions: 2.2.1
>Reporter: Dave Syer
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-3959) Per-execution inherited flag ignored

2014-01-24 Thread Michael Osipov (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov reopened MNG-3959:
-


> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-3959) Per-execution inherited flag ignored

2014-01-24 Thread Michael Osipov (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MNG-3959.
---

Resolution: Won't Fix

Won't fix for Maven 2.2.x, works in Maven 3.x

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-3959) Per-execution inherited flag ignored

2014-01-24 Thread Michael Osipov (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-3959:


Fix Version/s: (was: Issues to be reviewed for 3.x)

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-3959) Per-execution inherited flag ignored

2014-01-23 Thread Jason van Zyl (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl closed MNG-3959.
--

Resolution: Not A Bug

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
> Fix For: Issues to be reviewed for 3.x
>
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-3959) Per-execution inherited flag ignored

2014-01-23 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=339944#comment-339944
 ] 

Jason van Zyl commented on MNG-3959:


This works in 3.x, we're likely not going to fix it in 2.x.

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
> Fix For: Issues to be reviewed for 3.x
>
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-3959) Per-execution inherited flag ignored

2013-02-08 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=319011#comment-319011
 ] 

Michael Osipov commented on MNG-3959:
-

Sadly, I can confirm this on Maven 2.2.1. Maven 3.0.x works as expected.

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
> Fix For: Issues to be reviewed for 3.x
>
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNG-3959) Per-execution inherited flag ignored

2012-01-16 Thread Christian Schulte (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=288441#comment-288441
 ] 

Christian Schulte commented on MNG-3959:


Maven 3 correctly supports per-execution inherited flags.

> Per-execution inherited flag ignored
> 
>
> Key: MNG-3959
> URL: https://jira.codehaus.org/browse/MNG-3959
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: Inheritance and Interpolation
>Reporter: Dave Syer
> Fix For: Issues to be reviewed for 3.x
>
>
> Per-execution inherited flag ignored.  E.g. 
> {code}
> 
>   org.apache.maven.plugins
>   maven-antrun-plugin
>   
>   
>   test
>   initialize
>   false
> ...
> {code}
> If you move the inherited element up to the plugin level it works, but then 
> that applies to all executions, which isn't what is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira