Home> Products> IntelliJ IDEA> Features & Screenshots> Ant/ Maven

Ant and Maven Integration


Maven Integration

IntelliJ IDEA 7 tightens the development team cooperation with the support for Maven builder by importing the entire IntelliJ IDEA project form pom.xml files, executing arbitrary goals and providing the smart coding assistance for editing Maven pom.xml.

  • Create and modify Maven pom.xml files with assisted editing, code completion, inspections and quick-fixes, refactorings and other IntelliJ IDEA productivity-boosting features
  • Import IntelliJ IDEA project from Maven pom.xml file with automatic artifacts download
  • Import Maven projects to IntelliJ IDEA
  • Execute arbitrary Maven goals before or after make or run/debug, or by invoking an assigned keyboard shortcut.

IntelliJ IDEA lets you create projects directly from Maven descriptor files, enabling you to quickly switch to your selected development environment.

to the top

Ant Integration

IntelliJ IDEA incorporates and closely integrates the popular build tool Jakarta Ant. With this integration you can:

  • get a detailed view of any build file in the specially designed Ant tool window
  • screenshot
  • execute particular Ant targets, assign custom shortcuts to them, or tune IntelliJ IDEA to automatically execute targets before/after compilation or running
  • type/maintain your code in build files with higher productivity and minimum errors, thanks to the unique Ant-aware code completion/error highlighting:
  • screenshot

For more information, visit http://jakarta.apache.org/ant.

to the top