Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcabi/jcabi-maven-skin
Skin for Apache Maven
https://github.com/jcabi/jcabi-maven-skin
java maven maven-skin
Last synced: 25 days ago
JSON representation
Skin for Apache Maven
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-maven-skin
- Owner: jcabi
- License: other
- Created: 2013-09-04T13:27:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T20:22:26.000Z (about 1 month ago)
- Last Synced: 2024-09-29T16:41:08.211Z (about 1 month ago)
- Topics: java, maven, maven-skin
- Language: SCSS
- Homepage: https://skin.jcabi.com
- Size: 514 KB
- Stars: 8
- Watchers: 5
- Forks: 11
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
[![DevOps By Rultor.com](http://www.rultor.com/b/jcabi/jcabi-maven-skin)](http://www.rultor.com/p/jcabi/jcabi-maven-skin)[![Build Status](https://travis-ci.org/jcabi/jcabi-maven-skin.svg?branch=master)](https://travis-ci.org/jcabi/jcabi-maven-skin)
[![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-maven-skin)](http://www.0pdd.com/p?name=jcabi/jcabi-maven-skin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-maven-skin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-maven-skin)More details are here: [skin.jcabi.com](http://skin.jcabi.com/index.html)
Use it in your `site.xml`, as explained in
[skinning](http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html#Skinning):```xml
[...]
com.jcabi
jcabi-maven-skin
[...]```
## Questions?
If you have any questions about the framework, or something doesn't work as expected,
please [submit an issue here](https://github.com/jcabi/jcabi-maven-skin/issues/new).## 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
```Make sure you have Maven 3.2+, Java7+ and
[fontcustom](http://fontcustom.com/) gem installed.