Closed GoogleCodeExporter closed 9 years ago
It appears that is is caused by IntelliJ using a version of Maven-core pre 3.1
As clearly outlined by Stuart McCulloch on the Maven-Users list in the thread
titled
"Guice provision error with AbstractMavenLifecycleParticipant"
We either need to rewrite using the depdendency:tree classes or push IntelliJ
to upgrade to using Maven-Core 3.1
Original comment by william....@xandar.com.au
on 3 Mar 2014 at 11:10
This is an absolute blocker for me.
IntelliJ cannot parse the POM at all so new dependencies aren't added to the
IDE dependency graph.
I am digging into whether we can use the dependency-tree component to abstract
us from whether it is a Maven 3.1+ or previous environment. But this means
removing all dependnencies and references to Aether.
Original comment by william....@xandar.com.au
on 7 Mar 2014 at 11:39
Submitted pull request #305
Original comment by william....@xandar.com.au
on 10 Mar 2014 at 11:43
Resolved in pull request #305
Original comment by william....@xandar.com.au
on 22 Mar 2014 at 1:09
Original issue reported on code.google.com by
william....@xandar.com.au
on 26 Feb 2014 at 12:28