Menu

Tree [8436a5] master /
 History

HTTPS access


File Date Author Commit
 Plugin 2015-03-31 AdeelIlyas2014 AdeelIlyas2014 [dfd749] Aspose Maven for Eclipse v1.0 (New Eclipse Plug...
 com.aspose.eclipse.maven.updatesite 2015-03-31 AdeelIlyas2014 AdeelIlyas2014 [ef430a] Aspose Maven for Eclipse v1.0 (New Eclipse Plug...
 .gitignore 2015-03-31 AdeelIlyas2014 AdeelIlyas2014 [ef430a] Aspose Maven for Eclipse v1.0 (New Eclipse Plug...
 LICENSE 2015-03-31 AdeelIlyas2014 AdeelIlyas2014 [ef430a] Aspose Maven for Eclipse v1.0 (New Eclipse Plug...
 README.md 2015-04-04 AdeelIlyas2014 AdeelIlyas2014 [8436a5] Aspose Maven for Eclipse v1.0 (New Eclipse Plug...

Read Me

Aspose Maven for Eclipse

This is new Eclipse Plugin released by Aspose pty ltd, it creates Aspose maven based projects.

Aspose Maven for Eclipse IDE plugin enables Java developers to work with various binary file formats by using Aspose Java APIs.

This plugin comes with Aspose Maven Project Wizard that creates Aspose maven based project by selecting Aspose Java APIs on the wizard steps (like Aspose.Words, Aspose.Pdf or Aspose.Cells) and add those selected Aspose API's maven dependencies into newly created maven project's pom.xml.

The creating Maven project will always contain the selected APIs latest available version maven dependencies from Aspose Cloud Maven Repository.

How to install Aspose Maven Project Wizard

  • Drag and drop installation from Eclipse Marketplace to your Eclipse workspace.
  • Or download the plugin jar from Release and copy it into /dropins folder of Eclipse installation and restart the IDE.
  • Or goto Help > Install New Software... > Enter following update site url in Work with:

    http://cdn.aspose.com/marketplace/maven

    Then select "Aspose Maven Project Wizard" and Finish. Accept License Agreement and Install the plugin.

How to configure source code of Aspose Maven Project Wizard

Below simple steps will smoothly lead to successful configuration of Aspose Maven Project Wizard source code in Eclipse IDE

  1. Download / Clone the source code.
  2. Choose File >Import > General > Existing Projects into Workspace
  3. Browse to the latest project source that you have downloaded
  4. Select the Eclipse Project you want to import
  5. Click Finish
  6. Aspose Maven for Eclipse plugin code is now ready to enhance.