The full output isn't included, but if Maven is only looking i the
'thirdparty' repo of Nexus that's very likely incorrectly setup.
I'm guessing a little bit here and basing things on the default Nexus
config. As you're using localhost I think you're using this.
There should be a proxy repo of Maven central. apache-cxf exists in
Maven central. Ensure that Maven is setup to include this repo. By the
default Nexus config, you could use the 'public' repo group.

Specific questions related to Nexus should be address to that mailing list [1].

/Anders

[1] http://nexus.sonatype.org/project-information.html

On Mon, Aug 15, 2011 at 05:14, Wayne Fay <[email protected]> wrote:
>> Failure to find org.apache.cxf:apache-cxf:jar:2.4.1 in
>> http://localhost:8081/nexus/content/repositories/thirdparty was cached in
>> the local repository, resolution will not be reattempted until the update
>> interval of thirdparty has elapsed or updates are forced -> [Help 1]
>
> This is the root problem -- Maven is trying to download a specific
> version of an artifact from your Nexus server but it cannot be found.
> You must resolve this problem in Nexus and then try your build again.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to