You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2010/07/15 20:26:51 UTC

[jira] Created: (CXF-2897) cxf-rt-transports-http-jetty POM variable reference to jetty.version can lead to a surprise

cxf-rt-transports-http-jetty POM variable reference to jetty.version can lead to a surprise
-------------------------------------------------------------------------------------------

                 Key: CXF-2897
                 URL: https://issues.apache.org/jira/browse/CXF-2897
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.2.9
            Reporter: Benson Margulies


The POM for cxf-rt-transports-http-jetty defines and references jetty.version. Somewhat to my surprise, I see that this survived release deployment. So, if *I* set that variable in my pom, it effects CXF. Which, in turn, has some unpleasant effects on an attempt to use jetty version 7.1.4.

I think the fix is to rename that variable, and, all the other pom variables, to have the name format cxf.x.y. In this case, cxf.jetty.version. Otherwise, we're just waiting for surprises from unexpected collisions.


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