talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
251 stars 74 forks source link

Support for Marginalia multidoc generation #66

Closed sthuebner closed 11 years ago

sthuebner commented 11 years ago

Hi,

I'd like to use multi-doc generation with Marginalia and changed the plugin to support this.

I created an integration test as well, but for some reason my machine has problems executing any integration test. Please bear with me.

From the commit message:

Marginalia can generate documentation for each namespace as a separate file. This commit adds a configuration option to the "marginalia" map to support this feature.

Usage:

  <plugin>
    <groupId>com.theoryinpractise</groupId>
    <artifactId>clojure-maven-plugin</artifactId>
    <version>1.3.14-SNAPSHOT</version>
    <configuration>
      <marginalia>
        <multi>true</multi>
      </marginalia>
    </configuration>
  </plugin>
buildhive commented 11 years ago

Mark Derricutt » clojure-maven-plugin #26 SUCCESS This pull request looks good (what's this?)

sthuebner commented 11 years ago

Thank you, Mark!

talios commented 11 years ago

No worries! Thank YOU you the contribution - even if I was a bit slow in pulling it in ;-)

I see I have some other pull requests to go thru as well and sort out.

Cheers, Mark

Stefan Hübner wrote:

Thank you, Mark!

— Reply to this email directly or view it on GitHub https://github.com/talios/clojure-maven-plugin/pull/66#issuecomment-15162513.