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 251273 - Maven 3.3.1 mvn.bat not found
Summary: Maven 3.3.1 mvn.bat not found
Status: RESOLVED DUPLICATE of bug 251213
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-19 05:43 UTC by tanyehzheng
Modified: 2015-06-29 17:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tanyehzheng 2015-03-19 05:43:11 UTC
In Maven 3.3.1, the mvn.bat file is replaced with mvn.cmd
Therefore NetBeans fails to execute mvn.bat file.

My current workaround on my windows machine is to create a mvn.bat file with the following content:
"%~dp0\mvn.cmd" %*
Comment 1 Tomas Stupka 2015-03-19 09:33:38 UTC

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