David C. Hicks wrote at Mittwoch, 4. März 2009 22:59: > I'm sure there's got to be some little something that I'm missing. > > 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?
Don't use properties to define the versions between the artifacts. If the version tag contains the correct version, the release plugin will adjust them as needed during the release. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
