2010/9/24 Marshall Schor <[email protected]>: > The top pom and all the poms in the submodules have version numbers > 2.3.1-SNAPSHOT. > The top pom has *some* of the submodules also listed as <dependencies>, with > the > 2.3.1-SNAPSHOT version.
This does not make any sense, this is a circular dependency, and a pom project usually (I'd say *always*) does not need dependencies at all. I suspect that one ore more modules depend on others. You have to add dependencies to those modules, not in the pom project. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
