Hi, On 9/17/06, Richard S. Hall <[EMAIL PROTECTED]> wrote:
The only thing we need is plugins for Maven to generate project files for the various IDEs like Idea and NetBeans too. If they are not available, then I assume that is not a big enough demand for them.
Actually there is a maven plugin to generate idea files from poms (http://maven.apache.org/plugins/maven-idea-plugin/) and for NetBeans, the poms may directly be used as project descriptions (http://mevenide.codehaus.org/m2-site/) Regards Felix