Hi,
I'm trying to learn how to use AppFuse from the tutorials, but I have this problem.
At first, I have created a new multi-module project from mvn command
AppFuse+QuickStart gave me.
I used
mvn install
command in the core module. That went ok. But then I tried to use
mvn jetty:run
in the web module and got this error
[ERROR] Failed to execute goal on project tutorialproject-web: Could not resolve dependencies for project com.mycompany:tutorialproject-web:war:1.0-SNAPSHOT: Failed to collect dependencies at com.mycompany:tutorialproject-core:jar:1.0-SNAPSHOT: Failed to read artifact descriptor for com.mycompany:tutorialproject-core:jar:1.0-SNAPSHOT: Failure to find com.mycompany:tutorialproject:pom:1.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/appfuse-snapshots was cached in the local repository, resolution will not be reattempted until the update interval of appfuse-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
I'm not quite sure what to do now. Can somebody please help me? I tried the cwiki link but it didn't help at all.
Thank you.