This plugin facilitates the integration of Aspose maven dependencies with the IntelliJ IDEA.
Aspose Java API's maven dependencies are available through Aspose Cloud Maven Repository.
Plugin provides the Aspose Maven Project wizard for easily creating the Aspose maven based project along with all the configuration of repository and selected Aspose APIs maven dependencies.
This step by step tutorial will demonstrate you from the installation of the plugin to using Aspose Maven project wizard to creat Aspose maven based projects.
The Aspose Maven Project Wizard plugin is listed on IntelliJ IDEA’s official website, so you don’t need to download it manually and install it from disk, but this extra option still exists in IntelliJ IDEA.
Aspose Maven Plugin can be easily installed from the IntelliJ IDEA CE Plugins repository enlisting the Aspose Maven Project Wizard plugin. To open it:
This plugin will introduce a new project type – Aspose Maven Project – into IntelliJ IDEA, which will enable you to create Aspose Java APIs maven based projects.
The desired Aspose APIs can be selected to include the maven dependencies in your maven based project when creating a new maven project.
Congratulations! you have successfully created Aspose maven based project with the selected Aspose APIs latest maven dependencies and Aspose Cloud Maven Repository configuration already present in pom.xml.
The created Aspose maven project is ready to be extended as per your project's requirements.