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 166654

Summary: Cannot stop a Maven project
Product: projects Reporter: psecheresse <psecheresse>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description psecheresse 2009-06-05 23:18:31 UTC
Cannot stop the job when using a Maven project even using the red square or the small close button in the progress bar.
To reproduce, create a new project as Maven Quick Start Archetype project and use some code like:
public class App 
{
    public static void main( String[] args ) throws InterruptedException
    {
        Thread.sleep(Long.MAX_VALUE);
    }
}
Comment 1 Milos Kleint 2009-06-08 07:32:22 UTC
duplicate of #135475

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