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 - Support for templating-maven-plugin
Summary: Support for templating-maven-plugin
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 15:27 UTC by vdtoorn
Modified: 2014-09-03 15:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).