Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a maven plugin or mojo to build IntelliJ IDEA plugins

I'd like to use Maven to build an IntelliJ IDEA plugin. Googling and searching SO has failed me. Can anyone tell me if there is a such a Maven plugin?

like image 934
Elmo Avatar asked May 13 '11 17:05

Elmo


People also ask

Does IntelliJ build use Maven?

Check the results in the Run tool window or in the Debug tool window if you are debugging your code. For example, when you run the main method Ctrl+Shift+F10 in your Java project, IntelliJ IDEA uses Maven to run the class.

How do I get Maven plugins for IntelliJ?

Add Maven supportIn the Project tool window, right-click your project and select Add Framework Support. In the dialog that opens, select Maven from the options on the left and click OK. IntelliJ IDEA adds a default POM to the project and generates the standard Maven layout in Project tool window.

What is Codehaus mojo?

Welcome to the MojoHaus Project (previously known as Mojo@Codehaus) The MojoHaus project is a collection of plugins for Apache Maven 2 & 3. Releases of the plugins are available from the Maven Central repository. Snapshots are available on request through the development list or by emailing the maintainer.


1 Answers

If you're still interested in using Maven for IntelliJ plugin development, here's how we implemented at our company : http://labs.bsb.com/2013/11/how-to-manage-development-life-cycle-of-intellij-plugins-with-maven-2/

like image 114
Gauthier JACQUES Avatar answered Oct 06 '22 07:10

Gauthier JACQUES