All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.maven-dependency-plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.6.0</version>
    <executions>
        <execution>
            <id>copy-jacoco</id>
            <goals>
                <goal>copy-dependencies</goal>
            </goals>
            <phase>compile</phase>
            <configuration>
                <includeArtifactIds>org.jacoco.agent</includeArtifactIds>
                <includeClassifiers>runtime</includeClassifiers>
                <outputDirectory>${project.build.directory}/jacoco-agent</outputDirectory>
                <stripVersion>true</stripVersion>
            </configuration>
        </execution>
    </executions>
</plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy