MVN

com.tracelytics.agent.java : tracelytics-maven-plugin

Maven & Gradle

Apr 07, 2017

TraceView instrumentation agent installer plugin · A Maven plugin that installs the TraceView Java instrumentation agent. Can be used within a pom or directly from command line. The supported goals are "install-agent" and "download-agent". The configuration properties are "agentVersion", "agentLocation" and "agentOperatingSystem"(the last one is only valid for "download-agent" goal), all are optional and may be specified as maven configuration properties or system properties. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

<plugin>
    <groupId>com.tracelytics.agent.java</groupId>
    <artifactId>tracelytics-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tracelytics.agent.java : tracelytics-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.tracelytics.agent.java : tracelytics-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
tracelytics-maven-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.tracelytics.agent.java</groupId>
    <artifactId>tracelytics-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement