I have gotten Maven to create a jar that contains all the javadoc html files generated from the project. I would like to specify the "main" class of the jar to be the overview-summary.html file. This way, I could double click the javadoc jar and have the summary website launch. I understand that typically you would set the main class in the manifest, but, in this case, my main class (html file) doesn't exist yet.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|