You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paulo Cesar Silva Reis <ca...@gmail.com> on 2008/11/18 21:40:26 UTC

[Maven 2.0.9] - Release Plug-in :: Multi Projects

Hi Folks,

I have seen a lot of people wondering if the release bug about flat-style
for multi-projects was fixed, but I couldn¹t find the answer. Every time
that I try to make the release I get an error saying that a pom.xml file
wasn¹t found inside the directory ³parent/target/module_name/².

My trunk layout looks like this:

* parent/
> * pom.xml
* modules
> * module1
>> * pom.xml
> * module2
>> * pom.xml
> * module3
>> * pom.xml

The error happens when I try to execute the command inside the parent
folder.

Thanks for any help.