351352353354355356357
public void build(File targetDir) throws ModelOperationException { new StaticAppBuilder().build(this, targetDir); } public void buildWar(File targetFile) throws ModelOperationException { new WarAppBuilder().build(this, targetFile); }