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 - maven project adding new class problem
Summary: maven project adding new class problem
Status: RESOLVED DUPLICATE of bug 97170
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 19:40 UTC by kscarr
Modified: 2009-08-28 11:39 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 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 ***