io.sealights.onpremise.agents.plugin.jacoco.JacocoPluginConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sealights-maven-plugin
Show all versions of sealights-maven-plugin
A maven plugin to run java agents.
The newest version!
package io.sealights.onpremise.agents.plugin.jacoco;
import io.sealights.onpremise.agents.plugin.surefire.PluginConfiguration;
import lombok.Data;
@Data
public class JacocoPluginConfiguration {
private String propertyName = PluginConfiguration.ARG_LINE;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy