Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Acceleo/Maven

< Acceleo
Revision as of 09:09, 22 May 2012 by Stephane.begaudeau.obeo.fr (Talk | contribs) (Old Maven Build)

Maven Integration

/!\ currently being written for the Eclipse 4.2 Juno release /!\

Old Maven Build

The old maven build is based on a call to a Java class used to launch a stand alone Acceleo compilation.

Example

An example of this maven integration can be found in the UML to Java generator available on Github.

New Maven Build

The new maven build is using a maven based plugin that can be integrated seamlessly in a maven based workflow.

Back to the top