Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odavid/maven-plugins
General Maven Plugins
https://github.com/odavid/maven-plugins
Last synced: 3 months ago
JSON representation
General Maven Plugins
- Host: GitHub
- URL: https://github.com/odavid/maven-plugins
- Owner: odavid
- Created: 2013-06-14T05:25:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T05:38:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T08:07:17.501Z (3 months ago)
- Language: Java
- Size: 534 KB
- Stars: 37
- Watchers: 9
- Forks: 17
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maven-plugins
[![Build Status](https://travis-ci.org/odavid/maven-plugins.png?branch=master)](https://travis-ci.org/odavid/maven-plugins)
General purpose maven plugins and extensions
## Plugin list
- **antrun-maven-plugin** - An modified version of [maven-antrun-plugin](http://maven.apache.org/plugins/maven-antrun-plugin/), that uses Maven Logging as output instead of stdout
- **attach-report-maven-plugin** - A report plugin that let you use pre-created html files, such as surefire report instead of regenerating them in site phase
- **maven-logging-extension** - A Maven extension that adds slf4j MDC eye catcher (module-groupId:module-artifactId) to the log message for every log line. This helps to identify issues in a multithreaded build
- **mojo-descriptor-maven-plugin** - A plugin descriptor generator for ant based mojos, that uses a simplified xml for defining ant based mojos
- **[mixin-maven-plugin](../../blob/master/mixin-maven-plugin/README.md)** - A Maven extension that let a pom developer import other pom files properties and pluginManagement sections without inherting them or copy/paste. See [mixin-maven-plugin](../../blob/master/mixin-maven-plugin/README.md)## License
All code is licensed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)