[maven-release-plugin] rollback the release of maven-emfgen-plugin-1.1
[mapasuta/maven-emfgen-plugin.git] / RELEASE_NOTES
blob228792d00cd9040819b0a80e47fce2e2c36f0992
1 MAPASUTA -- EMF generator plugin for Maven 2
3 Release 1.0-beta-1
5 Welcome to the first public beta release of the EMF generator plugin
6 for Maven 2.  The plugin runs Eclipse in so-called headless mode to
7 generate the sources from an EMF model.
9 It generates nothing more than the sources, no editor plugins, no test
10 code etc.  If you need these other artifacts, please request it as a
11 feature at
12 https://sourceforge.net/tracker/?group_id=180255&atid=892442.
14 You can find the documentation on
15 http://mapasuta.sf.net/maven/site/maven-emfgen-plugin 
17 The release comes in three different flavours:
19 Maven plugin binary: maven-emfgen-plugin-1.0-beta-1.jar
20             Sources: maven-emfgen-plugin-1.0-beta-1-sources.jar
21            JavaDocs: maven-emfgen-plugin-1.0-beta-1-javadoc.jar
23 All files are signed with the key 
24 name: "Mapasuta Releases Verification Key"
25 ID: 327B3ED9
26 fingerprint: 6CE6 C7C0 6FE1 0E3C 5F5C 88F3 1B6E 9647 327B 3ED9
28 You can find the key on http://mapasuta.sf.net/mapasuta.key.asc
30 To install the plugin in your local repository (until it is available
31 from the ibilio mirrors) use the goal install:install-file:
33 mvn install:install-file -Dfile=<filename> \
34 -DgroupId=net.sf.mapasuta.build.maven.plugins \
35 -DartifactId=maven-emfgen-plugin -Dversion=1.0-beta-1 \
36 -Dpackaging=maven-plugin
38 Happy coding,
39 Dominik
40