Hi,

Jörg Schaible wrote:

> Alexis Midon wrote on Wednesday, September 06, 2006 10:55 AM:
> 
>> you get the point!
>> hrrr, damned!
>> do you know any workaround? or version can definitely not be
>> aggregated? 
> 
> Use a dependencyManagement section for this in your parent POM and drop the 
> version in the module's POM at all.

But you can not drop the (literal) version declaration in the <parent> ... 
</parent>
element, or ?

  <parent>
    <groupId>com....</groupId>
    <artifactId>app</artifactId>
    <version>1.0.0.0</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

ciao....
-- 
                                         ...roland huss
                                              consol.de


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

Reply via email to