I am working on the Tutorial and am running into the following error when I attempt to do a maven build :
cd ~/dev/mule-cookbook
mvn install eclipse:eclipse
[ERROR] Failed to execute goal on project sdk-client: Could not resolve dependencies for project com.cookbook.tutorial:sdk-client:jar:1.0.0-SNAPSHOT: Failure to find com.cookbook.tutorial:soap-server:jar:1.0.0-SNAPSHOT in http://repository.jboss.com/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss has elapsed or updates are forced -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project sdk-client: Could not resolve dependencies for project com.cookbook.tutorial:sdk-client:jar:1.0.0-SNAPSHOT: Failure to find com.cookbook.tutorial:soap-server:jar:1.0.0-SNAPSHOT in http://repository.jboss.com/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss has elapsed or updates are forced at ...
Any idea what I can do to resolve this?