s

scope-instrumentation-for-maven

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. The Scope for Maven instrumentator library allows to modify the Maven pom file to add Scope Java Agent to surefire and failsafe plugins.
https://scope.dev/
The Apache Software License, Version 2.0
Daniel Rodriguez Hernandez
Files download
File Operation
scope-instrumentation-for-maven-0.1.0.jar download
scope-instrumentation-for-maven-0.1.0.pom download
scope-instrumentation-for-maven-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-instrumentation-for-maven</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-instrumentation-for-maven:0.1.0'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-instrumentation-for-maven:0.1.0")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-instrumentation-for-maven" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-instrumentation-for-maven', version='0.1.0')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-instrumentation-for-maven" rev="0.1.0" />
Leiningen
[com.undefinedlabs.scope/scope-instrumentation-for-maven "0.1.0"]
Apache Buildr
'com.undefinedlabs.scope:scope-instrumentation-for-maven:jar:0.1.0'
Dependencies