Hi, I was trying the aggregation section in http://maven.apache.org/pom.html.
The modules lines aren't closed correctly
<module>my-project<module>
<module>another-project<module>
Should be
<module>my-project</module>
<module>another-project</module>
I also had to add
<packaging>pom</packaging>
to get it to work.
Cheers.
Frederik
