MVN

de.twentyeleven.unitprofiler : unitprofiler-maven-plugin

Maven & Gradle

Oct 13, 2013

unitProfiler :: Maven Plugin · The unitProfiler Maven Plugin provides the unitProfiler runtime agent to your tests and allows basic report creation.

<plugin>
    <groupId>de.twentyeleven.unitprofiler</groupId>
    <artifactId>unitprofiler-maven-plugin</artifactId>
    <version>0.0.23</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.twentyeleven.unitprofiler : unitprofiler-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.23

All Versions

Choose a version of de.twentyeleven.unitprofiler : unitprofiler-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
unitprofiler-maven-plugin-0.0.23
unitprofiler-maven-plugin-0.0.22

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.twentyeleven.unitprofiler</groupId>
    <artifactId>unitprofiler-maven-plugin</artifactId>
    <version>0.0.23</version>
</plugin>