[ https://issues.apache.org/jira/browse/CXF-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-2563. ------------------------------ Resolution: Won't Fix This is NOT a problem for recent versions of Maven (example: 2.2.1). The repository entry in ws-security is ONLY used for resolving dependencies of ws-security, not the whole project. Since the ws-security stuff at central has no snapshot deps, the repositry entry is pretty much ignored as it's defined with releases turned off. It never searches the apache.snapshot repo. For example, if you take one of our samples and force it to cxf.version 2.2.5 and remove the <repository> and <pluginRepository> entries out of them and run mvn with a clean repo, it does NOT hit the apache snapshot repo for anything. > CXF RT WS Security artifact POM at maven central repo wrongfuly contains > reference to external repository > --------------------------------------------------------------------------------------------------------- > > Key: CXF-2563 > URL: https://issues.apache.org/jira/browse/CXF-2563 > Project: CXF > Issue Type: Bug > Components: Build system > Affects Versions: 2.2.5 > Reporter: Stevo Slavic > Fix For: Invalid > > > [cxf-rt-ws-security-2.2.5.pom|http://repo2.maven.org/maven2/org/apache/cxf/cxf-rt-ws-security/2.2.5/cxf-rt-ws-security-2.2.5.pom] > contains reference to external (non maven central) repository, so it does > not adhere to the rules for deploying artifacts to maven central repository > (see "FAQ and common mistakes" in official ["Guide to uploading artifacts to > the Central > Repository"|http://maven.apache.org/guides/mini/guide-central-repository-upload.html]). > Please check other CXF modules too for the same error, before deploying to > maven central. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.