release info and commands

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@697 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo 2013-07-02 18:10:17 +00:00
parent 1d2213ee84
commit 42c16e2844

View File

@ -171,6 +171,10 @@ public class AmpMojo extends AbstractMojo {
ampArchiver.setArchiver(new AmpArchiver());
ampArchiver.setOutputFile(ampFile);
// JarArchiver.FilesetManifestConfig config = new JarArchiver.FilesetManifestConfig();
// config.setValue("skip");
// ampArchiver.getArchiver().setFilesetmanifest(config);
if (!this.ampBuildDirectory.exists()) {
getLog().warn("ampBuildDirectory does not exist - AMP will be empty");
} else {