...
To see the directory structure for your newly created project in NetBeans, select the Files tab (next to the Projects tab).
Many Apps will include image files and other content. To include these, create a directory named "resources" at the same level as the pom.xml file, as seen in the image above.
...
Edit pom.xml
When you created the project, maven generated a default "pom.xml" file:
...