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 158564 - Maven exec issue
Summary: Maven exec issue
Status: RESOLVED DUPLICATE of bug 153644
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: Other Windows ME/2000
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 10:25 UTC by sreedhar37
Modified: 2009-02-15 14:41 UTC (History)
0 users

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 sreedhar37 2009-02-14 10:25:16 UTC
Hi  
 
I am facing an issue while running my project that uses maven.
 
I downloaded maven plugin and installed it in netbeans 6.5, everything seem to be fine except for running my project.
 
For running the project netbeans seem to use maven's exec plugin and when i try to run my project netbeans says that 
the comand line is too long.
 
This is because all of project's dependencies are added to classpath and when exec tries ro run java with huge class 
path it fails saying that command line is too long.
 
Have you ever faced this issue, Could you please help me in resolvoing this.
Comment 1 Milos Kleint 2009-02-15 14:41:03 UTC
duplicate of #153644, primarily an issue of exec-maven-plugin, the issue 153644 has a workaround included.

*** This issue has been marked as a duplicate of 153644 ***