MVN

de.plushnikov.maven.plugin : intellij-plugin-modul-importer-plugin

Maven & Gradle

Jun 03, 2012

IntelliJ-Plugin-Modul-Importer maven plugin · Maven plugin that helps IntelliJ IDEA to import maven based IntelliJ plugin module into IDEA

<plugin>
    <groupId>de.plushnikov.maven.plugin</groupId>
    <artifactId>intellij-plugin-modul-importer-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.plushnikov.maven.plugin : intellij-plugin-modul-importer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of de.plushnikov.maven.plugin : intellij-plugin-modul-importer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
intellij-plugin-modul-importer-plugin-0.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>de.plushnikov.maven.plugin</groupId>
    <artifactId>intellij-plugin-modul-importer-plugin</artifactId>
    <version>0.1</version>
</plugin>