The simplest way is to generate your project with the archetype :
mvn archetype:generate \ -DarchetypeCatalog=http://smile-sa.github.com/maven-repository/releases/archetype-catalog.xml \ -DarchetypeGroupId=org.fast.archetype \ -DarchetypeVersion=RELEASE
If you’re starting with FAST, try the simpliest example : fast-archetype-simple.
Available archetypes are listed and described on their own website : FAST archetypes.
To generate the target HTML, just type :
mvn compile
You’ll find the resulting HTML into folder “target > generated-html”
To make a package of the resulting static files, just type :
mvn package
This will generate a zip-archive into target folder. Then you can send this archive to anyone wanting to see results of your work =)