License |
License |
---|---|
GroupId | GroupIdio.takari |
ArtifactId | ArtifactIdincrementalbuild-watchdog |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is a maven build extension that will fail incremental build if mojo executions are
removed from project build plan compared to the previous build. The idea is to guarantee
outputs produced by the removed mojo executions are not affecting build result. For example,
if source code generating mojo is removed, the build may continue to succeed until the
generated sources are removed.
|
<!-- https://jarcasting.com/artifacts/io.takari/incrementalbuild-watchdog/ -->
<dependency>
<groupId>io.takari</groupId>
<artifactId>incrementalbuild-watchdog</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari/incrementalbuild-watchdog/
implementation 'io.takari:incrementalbuild-watchdog:0.6.0'
// https://jarcasting.com/artifacts/io.takari/incrementalbuild-watchdog/
implementation ("io.takari:incrementalbuild-watchdog:0.6.0")
'io.takari:incrementalbuild-watchdog:jar:0.6.0'
<dependency org="io.takari" name="incrementalbuild-watchdog" rev="0.6.0">
<artifact name="incrementalbuild-watchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari', module='incrementalbuild-watchdog', version='0.6.0')
)
libraryDependencies += "io.takari" % "incrementalbuild-watchdog" % "0.6.0"
[io.takari/incrementalbuild-watchdog "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
org.apache.maven : maven-core | jar | 3.2.1 |
javax.inject : javax.inject | jar | 1 |
io.takari : incrementalbuild | jar | 0.6.0 |