MVN

org.jboss.maven.plugins : maven-transformer-plugin

Maven & Gradle

Aug 09, 2013
6 stars

Transformer Maven Mojo · Provides capability to perform bytecode transformation as part of build

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>maven-transformer-plugin</artifactId>
    <version>1.0.0.Beta5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.maven.plugins : maven-transformer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.Beta5
  • Latest Beta: 1.0.0.Beta5

All Versions

Choose a version of org.jboss.maven.plugins : maven-transformer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-transformer-plugin-1.0.0.Beta5
maven-transformer-plugin-1.0.0.Beta4
maven-transformer-plugin-1.0.0.Beta3
maven-transformer-plugin-1.0.0.Beta2
maven-transformer-plugin-1.0.0.Beta1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>maven-transformer-plugin</artifactId>
    <version>1.0.0.Beta5</version>
</plugin>