I use IDEA and use command line for things like jetty:run and sometimes for test. I don't use the Maven plugin other than it recognizing the maven project structure. I use the IDE for running certain JUnit tests I want to debug or I am running alot to solve a problem.

I have heard not very good things about Netbeans and Maven from other developers. I have been using IDEA for many years now so.....

-D

On Apr 21, 2008, at 2:43 PM, Vincent Ramdhanie wrote:

You can configure netbeans to use your own installed version of maven. This is actually the setup I am using but there are still issues. For instance netbeans will not be able to provide certain UI functionality.

I actually use netbeans to edit code but then use the command line to build and test. I know this sounds like a clumsy way to do things but I haven't had the time to come up with a better approach. I am considering Idea or eclipse as an alternative.

On Mon, Apr 21, 2008 at 5:12 PM, Matt Raible <[EMAIL PROTECTED]> wrote:

On Apr 21, 2008, at 3:04 PM, Mauri Ferreyra wrote:

Hi, I installed the maven netbeans plugin, i created project with netbeans 6.0, but when i execute run project the out is:
[ERROR]BUILD FAILURE
------------------------------------------------------------------------
Unable to build project 'D:\TODO\desarrollo\mavenproject10\pom.xml; it requires Maven version 2.0.6
------------------------------------------------------------------------
[DEBUG]Trace
org.apache.maven.BuildFailureException: Unable to build project 'D: \TODO\desarrollo\mavenproject10\pom.xml; it requires Maven version 2.0.6

at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:535) at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:423) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: 349)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java: 760) at org .codehaus .mevenide .netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:196) at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java: 151)


Wich's the problem?
Regards.

NetBean uses an old version of Maven. You might try a more recent version of the plugin.

Matt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Vincent Ramdhanie
Vinette Technologies

Reply via email to