Joachim, ditto on the git-submodule support (but that goes in a different thread).
can you try running release:perform on the isolated submodule projects, instead of the superproject? On Wed, Jan 12, 2011 at 12:54 PM, Joachim Van der Auwera <joac...@progs.be>wrote: > I have a large project with many independently releasable submodules. > They are stored in one large git repository. > > When I want to release an individual module, the release:prepare seems to > work fine, but the release:perform tries to run a deploy on the entire > project. > > Is there a way to indicate to the relesae plugin what the base directory is > for the module inside the repository? > > I can work around this by interrupting the release:perform and doing a > manual "mvn -DperformRelease deploy" in the proper subdirectory of > target/checkout of the module, but it would be nice if the release:perform > would just work. > > (I understand this using one large git repository is against the git > philosophy, but git submodule are difficult/unpractical to use and badly > supported in IDEs. > > Joachim > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >