/jcabi-maven-skin

Skin for Apache Maven

Primary LanguageCSSOtherNOASSERTION

More details are here: www.jcabi.com/jcabi-maven-skin

Use it in your site.xml, as explained in skinning:

<project>
  [...]
  <skin>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-maven-skin</artifactId>
    <version>0.8</version>
  </skin>
  [...]
</project>

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here. If you want to discuss, please use our Google Group.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice