MVN

org.jboss.maven.plugins : maven-buildmagic-thirdparty-plugin

Maven & Gradle

Mar 15, 2010

JBoss Buildmagic Thirdparty Repository Maven Plugin · Plugin for deploying artifacts to JBoss ant/buildmagic repository, and building a thirdparty directory from dependencies in a maven repository.

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>maven-buildmagic-thirdparty-plugin</artifactId>
    <version>2.2.1.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.1.Final

All Versions

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

Version Vulnerabilities Updated
2.2.x
maven-buildmagic-thirdparty-plugin-2.2.1.Final
maven-buildmagic-thirdparty-plugin-2.2.0
2.1.x
maven-buildmagic-thirdparty-plugin-2.1.2
maven-buildmagic-thirdparty-plugin-2.1.1
2.1
maven-buildmagic-thirdparty-plugin-2.1
2.0
maven-buildmagic-thirdparty-plugin-2.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>org.jboss.maven.plugins</groupId>
    <artifactId>maven-buildmagic-thirdparty-plugin</artifactId>
    <version>2.2.1.Final</version>
</plugin>