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 246853

Summary: Support for templating-maven-plugin
Product: projects Reporter: vdtoorn <vdtoorn>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description vdtoorn 2014-09-03 15:27:02 UTC
the templating-maven-plugin is a plugin from codehaus, made for the correct filtering of source packages. It's a lot more convenient to use than the resources plugin. The plugin has a default file location in /src/main/java-templates/ in the tree, in which the .java files that have to be filtered are stored.
It would be very nice if you could support this plugin, with as a minimum the display of subfolders as packages (as in the resources and src folders).