Maven archetypes

Archetype provider

GroupId

ArtifactId

Description

flexmojos project

net.flexmojos.oss

flexmojos-archetypes-library

Creates a simple SWC project

flexmojos project

net.flexmojos.oss

flexmojos-archetypes-application

Creates a simple SWF project

flexmojos project

net.flexmojos.oss

flexmojos-archetypes-modular-webapp

Creates a modular project containing one SWC, one SWF and one WAR

Flexmojos archetypes are now hosted at Central Maven repository, use the archetype:generate goal to create your projet:

$ mvn archetype:generate -DarchetypeGroupId=net.flexmojos.oss -DarchetypeArtifactId=flexmojos-archetypes-library -DarchetypeVersion=5.0-beta
$ mvn archetype:generate -DarchetypeGroupId=net.flexmojos.oss -DarchetypeArtifactId=flexmojos-archetypes-application -DarchetypeVersion=5.0-beta