Hi,
John Ament wrote: > > I have a multimodule project that involves 1 jar file (common) and 3 war > files. When the project builds, the pom file for the parent installs > first, > then the jar file then the war files. When the war files build, they > don't > seem to know about the jar file from the current version, instead tries > reading from the repository. This means I have to execute every build > twice. If you you delete the artifacts from your locale maven repository and try to do a maven clean package does this work? If no you have an issue with dependencies within your project. Kind regards Karl Heinz Marbaise ----- Kind regards Karl Heinz Marbaise ---- http://www.soebes.de http://www.skmwiki.de http://supose.org/wiki/supose -- View this message in context: http://maven.40175.n5.nabble.com/Multimodule-project-installs-the-pom-first-tp4299015p4300019.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
