maven release works best if you have this structure:
root
pom.xml <-- parent
common
core
framework
web
Note: you should eliminate your main and move its pom to root.
Ofcourse you need to change all your module's pom accordingly.
-D
On Dec 28, 2007 3:59 PM, geirgp <[EMAIL PROTECTED]> wrote:
>
> I have 5 projects:
> * common (packaging=jar, parent project=main)
> * core (packaging=jar, parent project=main)
> * framework (packaging=jar, parent project=main)
> * web (packaging=war, parent project=main)
> * main (packaging=pom, modules=common,core,framework,web)
>
> When I do a normal build on this project i run "mvn clean install" from the
> "main" -project, and all other projects are built as well. Assuming the same
> approach would work for
>
> --
> View this message in context:
> http://www.nabble.com/maven-release-plugin-with-multi-project-tp14533200s177p14533200.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]