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
- Host: GitHub
- URL: https://github.com/marschall/skinny-war-maven-plugin
- Owner: marschall
- Created: 2020-05-05T18:48:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T16:23:55.000Z (over 1 year ago)
- Last Synced: 2025-01-16T02:44:49.711Z (4 months ago)
- Topics: maven-plugin
- Language: Java
- Size: 364 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).