Skip to content

This is a Maven plugin which provides for a warble packaging type

Notifications You must be signed in to change notification settings

lamdor/maven-warble-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Warble Packaging

THIS IS VERY EXPERIMENTAL AND IS IN A EARLY STAGE OF DEVELOPEMENT

DESCRIPTION

This is a Maven packaging type which allows for a warble packaging type. This will create a war artifact following the same rules as the warble gem.

USAGE

In your pom.xml change packaging

..
    <packaging>warble</packaging>
...

and add

...
    <packaging>warble</packaging>
...
    <build>
        <plugins>
            <plugin>
                <groupId>org.jruby.plugins</groupId>
                <artifactId>maven-warble-plugin</artifactId>
                <extensions>true</extensions>
            </plugin>
        </plugins>
    </build>
...

See BACKLOG for upcoming features

LICENSE

The maven-warbler-plugin is under the terms of the MIT License.

Warbler © 2007-08 Sun Microsystems, Inc.

Warbler also bundles several other pieces of software for convenience. Please
read the file LICENSES.txt to ensure that you agree with the terms of all the
components.

About

This is a Maven plugin which provides for a warble packaging type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages