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

Difference between revisions of "Acceleo/Maven"

m (Old Maven Build)
m (New Maven Build)
Line 13: Line 13:
  
 
The new maven build is using a maven based plugin that can be integrated seamlessly in a maven based workflow.
 
The new maven build is using a maven based plugin that can be integrated seamlessly in a maven based workflow.
 +
 +
=== Example ===
 +
 +
An example is currently being created

Revision as of 11:18, 22 May 2012

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.

Example

An example is currently being created

Back to the top