Skip to content

rjenkinsjr/smart-reactor-maven-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Reactor Maven Extension

The Maven reactor, reimagined!

Want better Maven builds and releases? Just do one of the following:

  • Download the extension into your M2_HOME/lib/ext directory.
  • Create the file .mvn/extensions.xml parallel to your project's top-level POM, with the following content.
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
  <extension>
    <groupId>info.ronjenkins</groupId>
    <artifactId>smart-reactor-maven-extension</artifactId>
    <version>0.1.4</version>
  </extension>
</extensions>

Read the official docs for more info.