An open API service indexing awesome lists of open source software.

https://github.com/marschall/skinny-war-maven-plugin

an easy way to build skinny WARs
https://github.com/marschall/skinny-war-maven-plugin

maven-plugin

Last synced: 3 months ago
JSON representation

an easy way to build skinny WARs

Awesome Lists containing this project

README

        

Skinny WAR Maven Plugin
=======================

This Maven plugin gives you an easy way to build [skinny WARs](https://maven.apache.org/plugins/maven-ear-plugin/examples/skinny-wars.html).

Usage
-----

Simply run the `skinny-war-maven-plugin` after the `maven-ear-plugin`

```xml

4.0.0

com.acme
application
1.0-SNAPSHOT
ear




maven-ear-plugin


com.github.marschall
skinny-war-maven-plugin
1.0.4


repackage

repackage





```

For more information check out the generated [plugin page](https://marschall.github.io/skinny-war-maven-plugin/).