On Wed, Mar 4, 2009 at 3:06 PM, David C. Hicks <[email protected]> wrote:
> I'm trying to run release:prepare on my project. There are to modules in > the project that other modules depend on. The project builds just fine. > The problem seems to be that release:prepare does not do an "install" on > the modules, so those dependent modules cannot find the artifacts in the > repository. How does one get around this problem? Is there some way to > force release:prepare to install the artifacts that it builds? It should find them in the reactor, but in some cases it doesn't (or maybe can't -- not sure if this is a bug or just the way it has to be.) It's not desirable to install during the prepare phase, but sometimes you have to. To do it, you can configure the <preparationGoals> for the release plugin, see http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
