Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

jonbuffington/juice-maven-skin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Apache Maven site skin that is designed
to match the Juice, Inc. style. To use this skin for your
Maven project site, you will need to add a reference to
this juice-maven-skin artifact in your project's site descriptor. A site
references a skin in the site descriptor using the skin element:

<project name="A Project">
  ...
  <skin>
    <groupId>org.juicekit.skins</groupId>
    <artifactId>juice-maven-skin</artifactId>
    <version>0.0.1-SNAPSHOT</version>
  </skin>
  ...
</project>

You can refer to this projects src/site/site.xml for an example.

About

Is a Juice-style skin for a Maven site.

Resources

Stars

Watchers

Forks

Packages