Skip to content

Maven site plugin that generates a simple index page which redirects to another url.

Notifications You must be signed in to change notification settings

aburnett/maven-redirect-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

maven-redirect-site

Maven site plugin that generates a simple index page which redirects to another url.

Usage

Create src/site/site.xml

<project>
    <custom>
        <!-- specify the redirect target here. POM variables can be used. -->
        <redirectTarget>http://somedomain.com/${project.name}</redirectTarget>
    </custom>
    <skin>
        <groupId>net.thebur</groupId>
        <artifactId>redirect-site</artifactId>
        <version>1.0</version>
    </skin>
</project>

About

Maven site plugin that generates a simple index page which redirects to another url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published