Reputation: 229
The Console view does not show any output when the Maven is configured to external Maven installation in Eclipse.
Please refer to the screenshots for more details.
The Console is displayed when Maven → Installations is configured for EMBEDDED Maven.
My external Maven version: 3.5.0, Eclipse Luna.
TIA
Upvotes: 2
Views: 2318
Reputation: 14772
Apparently you're using Maven's brand new v3.5.0 that's just three weeks old. I don't know whether the m2e Eclipse plugin has been updated to support it already. I performed Help → Check for Updates in Eclipse and there wasn't any.
I'd try Maven's previous v3.3.9 which I experienced to be stable for 1.5 years now to see whether it works with that.
Upvotes: 1