Maven tools for Imogene - medes-imps/imogene GitHub Wiki

Prerequisite

Make sure you read our documentation on how the dependency management works within imogene.

Install the maven tools for imogene

Get a local copy of the imogene tools repository with this command:

git clone https://github.com/medes-imps/imogene.tools.git

Import the project to your eclipse.

Follow these steps to install the imogene maven tools eclipse plugin into onto eclipse:

  1. Right click on the org.imogene.tools.maven project.
  2. Click Export....
  3. Select Plug-in Development > Deployable plug-ins and fragments.
  4. Check Install into host. Repository:.
  5. Keep the repository given by default.
  6. Click Finish. Your eclipse should be restarted for the updates apply.

Update the classpath containers libraries for a template

To updape the libraries that are needed by a template and that will be provided to the generated applications follow the next steps:

  1. Right click on the èorg.imogene.library' project.
  2. Click Imogene tools > Add/update library from pom.xml.
  3. Select the pom.xml file from the template you want to update the libraries.
  4. Toggle Update an existing library.
  5. Select the library corresponding to the template you want to update (org.imogene.library.sync.server for the synchronization server, org.imogene.library.web.requestfactory for the web and administration applications, etc...).
  6. Optionally you can toggle Delete unused jars to remove unseless libraries after the update.
  7. Click Finish.

Once finished the libraries are now up to date, you must restart the studio for the changes to be applied.