This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245829 - Too old version of maven does not run some plugins
Summary: Too old version of maven does not run some plugins
Status: RESOLVED DUPLICATE of bug 247988
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 04:24 UTC by Jaroslav Tulach
Modified: 2015-05-09 15:15 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2014-07-21 04:24:19 UTC
I was trying to use one maven plugin, and it complained about old version of Maven being bundled by the IDE. Isn't there time for upgrade? Maybe the current version was fine for 8.0, but there is Maven 3.2.2 available these days...

Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.0:dex (apk) on project minesweeper: The plugin com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.0 requires Maven version 3.1.1 -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

I am sure I can use external version of maven for execution. Just asking about the default...
Comment 1 markiewb 2015-05-09 15:15:57 UTC
Duplicate of 247988

*** This bug has been marked as a duplicate of bug 247988 ***