Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzyk/rultor-maven-plugin
Rultor Supplementary Maven Plugin
https://github.com/krzyk/rultor-maven-plugin
Last synced: 8 days ago
JSON representation
Rultor Supplementary Maven Plugin
- Host: GitHub
- URL: https://github.com/krzyk/rultor-maven-plugin
- Owner: krzyk
- License: other
- Created: 2013-10-15T17:31:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T12:42:00.000Z (over 9 years ago)
- Last Synced: 2024-11-18T05:51:59.368Z (2 months ago)
- Language: Java
- Homepage: maven.rultor.com
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Maven Build Progress Reporter
Rultor.com is a unique continuous integration server that reads build
progress information from its standard output. [Xembly](http://www.xembly.org)
XML data manipulation language is used for reporting. Your build
should throw Xembly instructions into its standard output and Rultor
will pick them, parse, and use for summary statistics building.`rultor-maven-plugin` automates this operation for Maven builds.
Add it to the list of plugins in your parent module:```xml
com.rultor
rultor-maven-plugin
0.3.1
```
By default the plugin reports successfull completion of every sub-project, if
the project is a multi-module one. And it reports every individual goal if
the project doesn't have any sub-modules.By default the plugin is turned off. It is supposed to be turned on
only in [rultor rule](http://doc.rultor.com/index.html#rule),
by explicit initialization of `rultor:steps` goal:```
$ mvn rultor:steps clean install
```More details: [maven-plugin.rultor.com](http://maven-plugin.rultor.com)