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:
- Right click on the
org.imogene.tools.maven
project. - Click Export....
- Select Plug-in Development > Deployable plug-ins and fragments.
- Check Install into host. Repository:.
- Keep the repository given by default.
- 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:
- Right click on the èorg.imogene.library' project.
- Click Imogene tools > Add/update library from pom.xml.
- Select the
pom.xml
file from the template you want to update the libraries. - Toggle Update an existing library.
- 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...). - Optionally you can toggle Delete unused jars to remove unseless libraries after the update.
- Click Finish.
Once finished the libraries are now up to date, you must restart the studio for the changes to be applied.