MVN

dev.aspectj : agent-embedder-maven-plugin

Maven & Gradle

Mar 18, 2024
0 stars

Agent Embedder Maven Plugin · Embeds java agents into an executable JAR file, executing them automatically during application start on JRE 9+

<plugin>
    <groupId>dev.aspectj</groupId>
    <artifactId>agent-embedder-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.aspectj : agent-embedder-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of dev.aspectj : agent-embedder-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
agent-embedder-maven-plugin-1.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>dev.aspectj</groupId>
    <artifactId>agent-embedder-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement