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/extdirectory.
- Create the file .mvn/extensions.xmlparallel 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> 
 JarCasting
 JarCasting