Fixed - thanks!
On 21/02/2010, at 10:50 PM, Frederik Dejaeghere wrote:
> Hi,
>
> I was trying the aggregation section in http://maven.apache.org/pom.html.
>
> The modules lines aren't closed correctly
>
>my-project
>another-project
>
>
> Should be
>
>my-project
>another-proj
Hi,
I was trying the aggregation section in http://maven.apache.org/pom.html.
The modules lines aren't closed correctly
my-project
another-project
Should be
my-project
another-project
I also had to add
pom
to get it to work.
Cheers.
Frederik