redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
563 stars 74 forks source link

Provide Maven plugin for RedPen #356

Open takahi-i opened 9 years ago

takahi-i commented 9 years ago

I would like to make a Maven plugin for checking documents with the literate interface. see the discussion with frugalmail in http://www.reddit.com/r/programming/comments/2o65sc/document_writing_with_continuous_integration/ .

yusuke commented 9 years ago

before that, RedPen needs to be registered in the maven central repository. And, to achieve that, Kuromoji needs to be registered in the maven central repository because libraries in the central repo can't depend on libraries outside the central repo.