yeokm1 / docs-to-pdf-converter

A standalone Java library/command line tool that converts DOC, DOCX, PPT, PPTX and ODT documents to PDF files.
MIT License
590 stars 242 forks source link

#17 Use maven to build release jar #18

Closed barti271 closed 5 years ago

barti271 commented 5 years ago

just invoke:

mvn clean package

and in the target folder you'll find the jar file.

Note, that the jar built using maven is about 15x faster than the one built by eclipse (~2s vs. ~30s for my test file). Also, it works with java 11.