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

Benjamin Bentmann commented on MNG-3690:
----------------------------------------

bq. 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?
In principal it should be possible: Maven tries to look up parent POMs from the 
local filesystem by following the module's 
[{{<relativePath>}}|http://maven.apache.org/ref/2.0.8/maven-model/maven.html#class_parent]
 element (of course, the version of the parent POM found at this location must 
match the version specified in the child or Maven continues the search in the 
repos).

Can you provide a test project that demonstrates your issues?

> 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