> And indeed, the .jar is empty (safe a couple of metadata files), which cause > the build to fail on /project-web/, which depends on /project-core/
Generally this should "just work" no matter where you have started your build. If it isn't working, that usually suggests you have configured something improperly in a pom somewhere. Is your source code in src/main/java as it should be? Or are you doing something funky with <sourceDirectory> that might involve ".."? In short, what does your pom file for the project-core look like? Post it to pastebin or gist and send a link here. Perhaps also post the help:effective-pom output. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
