Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
It's impossible. html file is not a java class. – kan Aug 23 '12 at 16:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.