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 > > <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 -- Brett Porter [email protected] http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
