You need to install your core package to your maven repository before it will be available to the build in the web module. So either mvn install from the top level, or just in the core module, will do the trick. You will need to do this every time you change anything in the core module. Happy AppFusing!
Mike. On 2/4/07, schwark <[EMAIL PROTECTED]> wrote:
It seems to be looking for the snapshot <projectname>.pom and complains that it is not able to download it. mvn package on the top-level works well. But the same command in the web directory does not - complains that it needs to download the -core package (instead of building it and using the same). So running the mvn package and then mvn install took care of that problem, but now it is stuck on <projectname>.pom. Any ideas? Is multi-module even support with archetypeVersion=1.0-SNAPSHOT or 1.0-m2? -- View this message in context: http://www.nabble.com/multi-module-project-has-problem-mvn-jetty%3Arun-war-in-web-directory-tf3171123s2369.html#a8796716 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
