MVN

org.apache.maven.plugins : maven-idea-plugin

Maven & Gradle

Jul 23, 2013

Apache Maven IDEA Plugin (RETIRED) · Generates project files for usage with IntelliJ IDEA from the POM.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-idea-plugin</artifactId>
    <version>2.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.1
  • Latest Beta: 2.0-beta-1

All Versions

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

Version Vulnerabilities Updated
2.2.x
maven-idea-plugin-2.2.1
2.2
maven-idea-plugin-2.2
2.1
maven-idea-plugin-2.1
2.0
maven-idea-plugin-2.0
maven-idea-plugin-2.0-beta-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>org.apache.maven.plugins</groupId>
    <artifactId>maven-idea-plugin</artifactId>
    <version>2.2.1</version>
</plugin>

Advertisement