Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 822 Bytes

File metadata and controls

17 lines (12 loc) · 822 Bytes

Reactor Order

Prints the Reactor Build Order using the projects artifactId. By default maven builds the reactor order by using the names of the projects ( tag). Also allows the reactor order to be printed even if quiet mode (-q) is used. This can be helpfull when you want to easilly parse the output to get the projects

In order to use it

  1. Clone this repo
  2. Do a mvn install
  3. Run mvn org.lytsiware:reactor-order-maven-plugin:print

Optionally can be used the following parameters:

-Ddelimiter="x", where x a string that will be used as a delimeter between the projects in the output string (default is \r\n)

-Decho=b, where b is true or false. If true the output will always be printed, even in quiet mode. If false the output will follow the mavens logging rules. ( default is true)