You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastian Hoß <ma...@shoss.de> on 2013/08/30 12:35:59 UTC

[ANN] doxia-module-textile 1.1.0

Hi,

I'd like to announce the release of the Textile module for Doxia in version
1.1.0.

The plugin allows users to write content in the Textile markup language.

https://github.com/sebhoss/doxia-module-textile

To use this module, just reference is as a plugin-dependency for the
maven-site-plugin:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <dependencies>
    <dependency>
      <groupId>com.github.sebhoss</groupId>
      <artifactId>doxia-module-textile</artifactId>
      <version>1.1.0</version>
    </dependency>
  </dependencies>
</plugin>


Release Notes

- Added Sink implementation.

Comments, issues, patches welcome!