Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To see the directory structure for your newly created project in NetBeans, select the Files tab (next to the Projects tab).

Image RemovedImage Added

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:

...