Baptiste MATHUS wrote:
Hi,
Well, to tackle the potential maven-netbeans integration problem, I guess
you tested your project outside NB? What does it say? Which version of maven
is it? Which maven-integration are you using?
Did you specify the referenced maven xsd?

Baptiste,

thanks for your reply,

our project works fine outside NB. (Using Maven 2.0.7 or 2.0.8 or 2.0.9).

NetBeans IDE 6.1 (Build 200805300101)
Maven: 3.1.4
I believe we did reference the maven xsd. e.g. our pom.xml starts with:

<?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";>

Actually, we can _build_ our project with NB (but I think it uses an external maven, so that's normal), but the sources are not displayed, which is kind of annoying :)

Milos Kleint suggested in an other reply that we test NB 6.5-dev and maven-integration 4.0.x, which we will do...

Regards,

--
Julien

CheerS.

2008/10/10 Julien Stern <[EMAIL PROTECTED]>

Hi list,

I hope this is the right place to query about this issue.
We have a Maven2 project that is displayed as <Badly formed maven project>
(unknown).

After a (lot) of trial and errors, we manage to locate the source of the
problem. We have one plugin (homemade) that uses
<extensions>true</extensions>.

If we comment this line, netbeans is happy (but we cannot compile any
more). If we keep this line, we have the above error.

Would anyone have an idea on what the issue could be?
(And how to solve it?)

Regards,

--
Julien

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






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

Reply via email to