MVN

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

Maven & Gradle

Aug 06, 2016

AppNeta instrumentation agent installer plugin · A Maven plugin that installs the AppNeta 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 https://docs.appneta.com/java.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
appneta-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.appneta.agent.java</groupId>
    <artifactId>appneta-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement