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 171030

Summary: maven project adding new class problem
Product: projects Reporter: kscarr <kscarr>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description kscarr 2009-08-27 19:40:31 UTC
Some maven archetypes do not create the src/main/java folder.  

If you use Netbeans, and try to add a class to this project, netbeans throws the file in the root of the project.  You
have to go to the Files tab to be able to see the file again.

If you create the src/main/java folder manually, then create the class, it puts the files in the project properly.
Comment 1 Milos Kleint 2009-08-28 11:39:40 UTC
a duplicate of #97170, if the archetype created from the IDE, we add the test and main java folders automatically to
avoid the problem. A manual workaround is to create the files (project reload or IDE restart might be necessary in this
case)

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