MVN

hu.skawa : migrator-maven-plugin

Maven & Gradle

May 03, 2017
8 stars

Maven-Bazel Migration Plugin · Used to generate a Bazel-compatible listing of all dependencies transitively. Provides a listing of "maven_jar()" directives for the WORKSPACE file, and on request, the relevant "@references" for the BUILD files.

<plugin>
    <groupId>hu.skawa</groupId>
    <artifactId>migrator-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.skawa : migrator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of hu.skawa : migrator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
migrator-maven-plugin-1.1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>hu.skawa</groupId>
    <artifactId>migrator-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>