[mevenide-user] Multi-module project
"Marek Nowicki" <[email protected]> Sat, 31 May 2008 18:13:21 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
hello,
I tried to change my project to multimodule project, but NetBeans display
"<Badly formed Maven project>" instead of Aurochs.
This is my main pom.xml file:
--- CUT ---
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.aurochshq</groupId>
<artifactId>aurochs</artifactId>
<name>Aurochs</name>
<version>0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- -->
<modules>
<module>core</module>
<module>api</module>
</modules>
</project>
--- CUT ---
When I run validation it don't complain.
Can multi-module projects be developed in NetBeans? How to do that?
regards,
Marek
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email