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 (Maven Integration)
m (Old Maven Build)
Line 6: Line 6:
  
 
The old maven build is based on a call to a Java class used to launch a stand alone Acceleo compilation.
 
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 ==
 
== New Maven Build ==
  
 
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.

Revision as of 09:09, 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.

Back to the top