l

lifecycle-static-weaving-maven-plugin

Lifecycle Weaver statically weaves application byte code at post compile time. After woven by this plugin, runtime bytecode manipulation won't be necessary, so the JVM argument -javaagent must not be specified with certain Lifecycle-version.jar any more.
https://github.com/zhongdj/Lifecycle-StaticWeaver-maven-plugin
CDDL + GPL
Barry Zhong Tracy Lu
Files download
File Operation
lifecycle-static-weaving-maven-plugin-0.9.2.jar download
lifecycle-static-weaving-maven-plugin-0.9.2.pom download
lifecycle-static-weaving-maven-plugin-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imadz</groupId>
  <artifactId>lifecycle-static-weaving-maven-plugin</artifactId>
  <version>0.9.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.imadz:lifecycle-static-weaving-maven-plugin:0.9.2'
Gradle Kotlin
implementation("net.imadz:lifecycle-static-weaving-maven-plugin:0.9.2")
Scala SBT
libraryDependencies += "net.imadz" % "lifecycle-static-weaving-maven-plugin" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='net.imadz', module='lifecycle-static-weaving-maven-plugin', version='0.9.2')
)
Apache Ivy
<dependency org="net.imadz" name="lifecycle-static-weaving-maven-plugin" rev="0.9.2" />
Leiningen
[net.imadz/lifecycle-static-weaving-maven-plugin "0.9.2"]
Apache Buildr
'net.imadz:lifecycle-static-weaving-maven-plugin:jar:0.9.2'