Hello,
Has any one tried using CXF (old version 2.1.3 and latest versions) along with
Maven 3.0.5 ?
I see this message always
{code}
[WARNING] Failure to transfer
commons-logging:commons-logging/maven-metadata.xml from
http://ws.zones.apache.org/repository2/ was cached in the local repository,
resolution will not be reattempted until the update interval of
apache-ws-snapshots2 has elapsed or updates are forced. Original error: Could
not transfer metadata commons-logging:commons-logging/maven-metadata.xml
from/to apache-ws-snapshots2 (http://ws.zones.apache.org/repository2):
Connection to http://ws.zones.apache.org refused
{code}
The build doesn't fail but takes a while trying to fetch that and it always
does every time I build, looks like CXF has a repository reference in its POM ?
This works great with maven 2.2.1.
Any thoughts ?
Thanks !