From 42c16e28449544dd591e21769b6014c4f7d66a74 Mon Sep 17 00:00:00 2001 From: maoo Date: Tue, 2 Jul 2013 18:10:17 +0000 Subject: [PATCH] release info and commands git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@697 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/java/org/alfresco/maven/plugin/AmpMojo.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AmpMojo.java b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AmpMojo.java index 7ecba9de..8a8b399f 100644 --- a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AmpMojo.java +++ b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AmpMojo.java @@ -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 {