How to adjust Netbeans' "Project Files" filter -


i working netbeans project maven uses maven assemble plugin. plugin configured via file assembleplugin.xml in root folder of project, pom.xml.

but when @ project in projects tree, folder project files shows pom.xml, nbactions.xml , nb-configuration.xml, not assembleplugin.xml.

edit: logging.properties candidate keep missing.

how can adjust filter (or turn off)?

(netbeans 8.0.2)


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -