[ 
https://issues.apache.org/jira/browse/CXF-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benson Margulies resolved CXF-3051.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

done

> Rename all POM properties that change dependency versions
> ---------------------------------------------------------
>
>                 Key: CXF-3051
>                 URL: https://issues.apache.org/jira/browse/CXF-3051
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.2.10, 2.3.0
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.4
>
>
> The maven gang discourages:
>     <version>${blah}</version>
> One reason is that maven does *not* resolve these references before 
> publishing a pom in the release process. Our released poms contain property 
> definitions and dependencies that use them.
> If, for example, a user innocently create a setting for jetty.version that 
> is, oh, for jetty version 8, maven will forget, entirely that we carefully 
> declared a dependency on version 7.
> The fix we can live with is to make all of these properties have names of the 
> form cxf-*, so that other people won't accidently set them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to