From the course: Introduction to Maven
Unlock this course with a free trial
Join today to access over 25,100 courses taught by industry experts.
Reporting - Maven Tutorial
From the course: Introduction to Maven
Reporting
- [Instructor] Reporting is one of the great benefits of Apache Maven. With the reporting structure, you not only are able to generate documentation about your project, but also documentation about the various aspects of the build process. So let's go ahead and open up on our Project Palm. We're going to scroll down to the build section. And in the build section, you will notice the Maven site plugin. I have a non-standard directory here. This directory is actually for the Apache HTB server. This is where it looks for to run its output. So instead of having you move files, which is normally what we would do, or if you're on your desktop, you could just open up the index file, I've went ahead and moved them to the Apache configuration directory so that we can display it in the port, but we have to generate that report first. If you scroll down to the reporting section, you will see I've only configured one report, and this is for test documentation. This is just something I wanted to…