Lone Developer
Lone Developer

Reputation: 616

Mule 3.5.0 With Maven Is Failing

I am getting following error when trying to run mule with maven .

[ERROR] Failed to execute goal on project middleware-services: Could not resolve dependencies for project ch.koala:middleware-services:mule:1.0: Failed to collect dependencies at org.mule.transports:mule-transport-vm:jar:3.5.0 -> org.mule.modules:mule-module-xml:jar:3.5.0 -> net.java.dev.stax-utils:stax-utils:jar:20080702: Failed to read artifact descriptor for net.java.dev.stax-utils:stax-utils:jar:20080702: Could not transfer artifact net.java.dev.stax-utils:stax-utils:pom:20080702 from/to codehaus (http://repository.codehaus.org): Failed to transfer file: http://repository.codehaus.org/net/java/dev/stax-utils/stax-utils/20080702/stax-utils-20080702.pom. Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]

Why is it even going to download mule-module dependencies when i have added provided tag in the pom.xml files .

what is the solution ?

Upvotes: 1

Views: 1918

Answers (1)

Lone Developer
Lone Developer

Reputation: 616

Modifying the Settings.xml worked . Here is the blog post about it

Upvotes: 2

Related Questions