Use m2doc outside of eclipse

21 views Asked by At

I'm evaluation the options to generate templated OOXML documents and found M2Doc approach.

I would like to know if it's possible to use M2Doc outside eclipse (like with a CLI call to some jar) ?

1

There are 1 answers

2
Yvan Lussaud On

You can use M2Doc in standalone (outside Eclipse). You can use the documentation to use M2Doc programmatically. Binaries are only distributed in a P2 repository, but you can convert it to maven using CBI/aggregator.

I opened an issue to create a maven compatible repository. If you make the aggregator model on your side, feel free to attach it to the issue.