Added system environment to subprocess (Bug #1619451). Changed testng to v5.1
[mapasuta/maven-emfgen-plugin.git] / src / site / apt / introduction.apt
blob2be7a90534f1d441ffc6357c36a02d003e5e6bd1
1         -----
2         Introduction
3         -----
4         Dominik Winter
5         -----
6         2006-10-29
7         -----
9 EMF generator plugin
11     This plugin integrates the EMF genmodel generator in a Maven 2
12     build.  It runs Eclipse in so-called
13     {{{http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/plugins/org.eclipse.emf.importer.ecore/readme.html?cvsroot=Tools_Project&rev=HEAD}headless}}
14     mode with
15     {{{http://dev.eclipse.org/viewcvs/indextools.cgi/*checkout*/org.eclipse.emf/plugins/org.eclipse.emf.importer.ecore/examples/library/build/codeGen.bat?rev=1.1&content-type=text/plain}some
16     magic commands}} to generate the GenModel and the model sources.
18     The plugin is dedicated to be used for
19     {{{http://www.eclipse.org/gmt/oaw/doc/4.1/30_emfExample.pdf}generating
20     the EMF based metamodel}} of an
21     {{{http://openarchitectureware.org}openArchitectureWare}} project.
23 * Goals Overview
25   There is only one goal, which does all the work: {{{genmodel-mojo.html}genmodel}}
27 * Usage
29  Instructions on how to use the plugin can be found on the {{{usage.html}Usage}} page.
31 * Requirement
33  This plugins requires Eclipse, because it runs it in headless mode to
34  generate the sources.  See {{{configuration.html}Eclipse
35  Configuration}} for details about the configuration to find Eclipse.