IDEA 11 and Maven 3 problem
Hi
I'm using IDEA 11 and Maven 7 on win7 64bit.
For every maven project, I have something below:
[WARNING] Command line option -npu is deprecated and will be removed in future Maven versions.
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (503 B at 0.4 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (657 B at 0.9 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml (1015 B at 1.4 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (614 B at 0.7 KB/sec)
I understand the -npu command option is related to plugin update. But whether I check the option or not, I got the -npu or -cpu warning.
And download those plugins everytime on every project is really annoying, I can't find a way to disable it.
PS: These won't show up if I use maven directly from command line.
Please sign in to leave a comment.
Currently Maven 3 is not fully supported.
Please follow http://youtrack.jetbrains.net/issue/IDEA-53501.