[ 
http://jira.codehaus.org/browse/MNG-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143765#action_143765
 ] 

Joseph Marques commented on MNG-3690:
-------------------------------------

hmm...investigating more into this it appears it might have to do with weird 
caching.  if i just change the value of some property at some parent-parent 
pom.xml, the new value does not trickle down if i try to execute "mvn" from the 
child level.  i need to path up to the ancestor, build "mvn -N install" from 
there, and then go back down to the child.  this makes using properties set at 
parent levels rather clunky.  i want to be able to change the property at a 
parent level, and have that take immediate effect if i execute from any child 
module.  is there a way to enable this?

> inheriting properties doesn't work if name of property is too long
> ------------------------------------------------------------------
>
>                 Key: MNG-3690
>                 URL: http://jira.codehaus.org/browse/MNG-3690
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.9
>            Reporter: Joseph Marques
>
> when i used a property that was 30 characters long, it wasn't propagated.  
> when i shortened it to only be 20, it worked.  i don't know what the limit 
> is, but this was a very sly bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to