Smart Reactor Maven Extension

The Maven reactor, reimagined!

License

License

Categories

Categories

Maven Build Tools Jenkins Continuous Integration and Continuous Delivery React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

info.ronjenkins
ArtifactId

ArtifactId

smart-reactor-maven-extension
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Smart Reactor Maven Extension
The Maven reactor, reimagined!
Project URL

Project URL

http://rjenkinsjr.github.io/smart-reactor-maven-extension
Source Code Management

Source Code Management

https://github.com/rjenkinsjr/smart-reactor-maven-extension

Download smart-reactor-maven-extension

How to add to project

<!-- https://jarcasting.com/artifacts/info.ronjenkins/smart-reactor-maven-extension/ -->
<dependency>
    <groupId>info.ronjenkins</groupId>
    <artifactId>smart-reactor-maven-extension</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/info.ronjenkins/smart-reactor-maven-extension/
implementation 'info.ronjenkins:smart-reactor-maven-extension:0.1.4'
// https://jarcasting.com/artifacts/info.ronjenkins/smart-reactor-maven-extension/
implementation ("info.ronjenkins:smart-reactor-maven-extension:0.1.4")
'info.ronjenkins:smart-reactor-maven-extension:jar:0.1.4'
<dependency org="info.ronjenkins" name="smart-reactor-maven-extension" rev="0.1.4">
  <artifact name="smart-reactor-maven-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.ronjenkins', module='smart-reactor-maven-extension', version='0.1.4')
)
libraryDependencies += "info.ronjenkins" % "smart-reactor-maven-extension" % "0.1.4"
[info.ronjenkins/smart-reactor-maven-extension "0.1.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.release : maven-release-manager jar 2.5.3

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.3.1
org.codehaus.plexus : plexus-component-annotations jar 1.5.5

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
org.jmockit : jmockit jar 1.21
junit : junit jar 4.12
org.sonarsource.java : sonar-jacoco-listeners jar 3.9
com.google.code.findbugs : jsr305 jar 3.0.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0