Hi Alex,

2006/7/10, Alex Shneyderman <[EMAIL PROTECTED]>:
> Do the module lawnet-web-core's pom.xml defines a parent ?
> if no, it must define a version.

the question is why?

The answer is, it's the way pom-inheritance works. Which is something
slightly different from module-aggregation. the lawnet-web-core's and
the lawnet-web-jcomp's poms need to refer to your aggregating parent
pom.
in general, submodules inherit properties (like version-number, etc.)
from a parent, to which *they* refer to via the parent-tag. they
*don't* get properties injected just because they are submodules of
another pom.

you may find this thread useful to understand the concepts of pom
inheritence and aggregation:

http://www.nabble.com/Parent-vs.-Multi-Project-super-pom-tf1776475.html#a4836112

--Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to