Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Heads up on a weird MavenExecutionResult bug

Hi Guys,

I've been debugging something regarding an NPE in our import wizard
when you point it to
a directory that has no maven project. It turns out that the
getTopologicallySortedProjects()
of MavenExecutionResult returns 1 project even if the directory has no
maven project. The
returned project has the triplet of < org.apache.maven : super-pom :
3.0 >. I'll be coding around
this problem for the moment, so, expect some changes on
ProjectScanner.java to get around this.

Btw, it has a correct behaviour when you do point it to a directory
with a maven project.

-- 
-------------------------------------------------------------------
Every bit is sacred, Every bit is right.
If a bit is wasted, I can't sleep at night.
Every bit is gorgeous, Every bit is free.
Admire the shape it forges, In hex and BCD!
-------------------------------------------------------------------


Back to the top