mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
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:
parent
1d2213ee84
commit
42c16e2844
@ -171,6 +171,10 @@ public class AmpMojo extends AbstractMojo {
|
|||||||
ampArchiver.setArchiver(new AmpArchiver());
|
ampArchiver.setArchiver(new AmpArchiver());
|
||||||
ampArchiver.setOutputFile(ampFile);
|
ampArchiver.setOutputFile(ampFile);
|
||||||
|
|
||||||
|
// JarArchiver.FilesetManifestConfig config = new JarArchiver.FilesetManifestConfig();
|
||||||
|
// config.setValue("skip");
|
||||||
|
// ampArchiver.getArchiver().setFilesetmanifest(config);
|
||||||
|
|
||||||
if (!this.ampBuildDirectory.exists()) {
|
if (!this.ampBuildDirectory.exists()) {
|
||||||
getLog().warn("ampBuildDirectory does not exist - AMP will be empty");
|
getLog().warn("ampBuildDirectory does not exist - AMP will be empty");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user