Hi,

imagine following project structure:

main-project
! pom.xml (version x.y)
!
+- module-a
!    pom.xml (parent = main-project-x.y
!             default relativePath = ../pom.xml)
!
+- module-b
     pom.xml (parent is main-project-x.y
              default relativePath = ../pom.xml)

I know that relative path is first used to find the parent pom.xml. If it's 
not found then it is searched in the repositories (local, central).

Is there a way to avoid the version number if I surely know that the parent 
pom.xml lives in the relative path? I don't want manually change the version 
in all submodules if the parent version changes.


Regards

-chris


**********************************************************************
Diese E-Mail wurde auf Viren ueberprueft.
[EMAIL PROTECTED]
**********************************************************************

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

Reply via email to