Возможно, вам подойдет что-то вроде следующей структуры проекта:
<project>
+- src/
+- site/
+- apt/
| +- apt-files
| +- index.apt <-- index file
|
|- fml/ <-- optional ...
| +- fml-files
|
|- ....
| +- ...
|
|- resources/
| +- css/
| +- images/
|
`- site.xml <-- this must be configuered appropriately
Также настройте следующее, чтобы иметь возможность развертывания:
<distributionManagement>
<site>
<id>site</id>
<url>http://host.coom/site</url>
</site>
</distributionManagement>