Sourcesense Skin

An alternative Maven site skin with rounded corners and code syntax highlight, Sourcesense branded.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.sourcesense.maven
ArtifactId

ArtifactId

maven-skin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sourcesense Skin
An alternative Maven site skin with rounded corners and code syntax highlight, Sourcesense branded.
Project URL

Project URL

http://github.com/sourcesense/maven-skin
Project Organization

Project Organization

Sourcesense
Source Code Management

Source Code Management

http://github.com/sourcesense/maven-skin

Download maven-skin

How to add to project

<!-- https://jarcasting.com/artifacts/com.sourcesense.maven/maven-skin/ -->
<dependency>
    <groupId>com.sourcesense.maven</groupId>
    <artifactId>maven-skin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourcesense.maven/maven-skin/
implementation 'com.sourcesense.maven:maven-skin:1.0.0'
// https://jarcasting.com/artifacts/com.sourcesense.maven/maven-skin/
implementation ("com.sourcesense.maven:maven-skin:1.0.0")
'com.sourcesense.maven:maven-skin:jar:1.0.0'
<dependency org="com.sourcesense.maven" name="maven-skin" rev="1.0.0">
  <artifact name="maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourcesense.maven', module='maven-skin', version='1.0.0')
)
libraryDependencies += "com.sourcesense.maven" % "maven-skin" % "1.0.0"
[com.sourcesense.maven/maven-skin "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Introduction

This is an alternative Sourcesense branded Maven site skin with rounded corners and code syntax highlight.

Usage

Using it it's quite easy: it is available on Maven central repository and all you need is just add the following XML snippet in your site.xml:

<project name="XXXXXXXX">
    ....
    <skin>
        <groupId>com.sourcesense.maven</groupId>
        <artifactId>maven-skin</artifactId>
        <version>1.0.0</version>
    </skin>
    ....
</project>

That's all, have fun with it! :)

com.sourcesense.maven

Sourcesense

Speed up your business transformation

Versions

Version
1.0.0