If we add a site
directory to the src
directory of a Maven project in NetBeans, we get an extra node in the structure: Project site. Here we can put all our files for the project's site. We can run mvn site to build the site.

If we add a site
directory to the src
directory of a Maven project in NetBeans, we get an extra node in the structure: Project site. Here we can put all our files for the project's site. We can run mvn site to build the site.