From a889607c4871c9675d4c0292677a1cf7eedd404e Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 19 May 2021 16:16:45 -0400 Subject: [PATCH] fixed amp/jar deploy selection --- beedk-acs-module-tile/tile.xml | 50 ++++++++++++---------------------- beedk-amp-check-tile/tile.xml | 33 ---------------------- 2 files changed, 17 insertions(+), 66 deletions(-) diff --git a/beedk-acs-module-tile/tile.xml b/beedk-acs-module-tile/tile.xml index 9ad2b5a..d75c11e 100644 --- a/beedk-acs-module-tile/tile.xml +++ b/beedk-acs-module-tile/tile.xml @@ -203,7 +203,7 @@ com.inteligr8.alfresco amp-plugin - 1.0.3 + 1.0.4 build-amp-file @@ -217,42 +217,26 @@ - + - maven-install-plugin - 3.0.0-M1 + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 - - install-amp - ${amp.install.phase} - install-file + attach-amp + package + + attach-artifact + - ${project.groupId} - ${project.artifactId} - ${project.version} - amp - ${project.build.directory}/${project.artifactId}-${project.version}.amp - - - - - - - maven-deploy-plugin - 3.0.0-M1 - - - - deploy-amp - ${amp.deploy.phase} - deploy-file - - ${project.groupId} - ${project.artifactId} - ${project.version} - amp - ${project.build.directory}/${project.artifactId}-${project.version}.amp + + + amp + ${project.build.directory}/${project.artifactId}-${project.version}.amp + + + ${beedk.jar.notest.empty} diff --git a/beedk-amp-check-tile/tile.xml b/beedk-amp-check-tile/tile.xml index 71ee3a0..b08df06 100644 --- a/beedk-amp-check-tile/tile.xml +++ b/beedk-amp-check-tile/tile.xml @@ -112,39 +112,6 @@ - - com.inteligr8 - conditional-maven-plugin - 1.0.0 - - - amp-install-phase - initialize - - boolean-property - - - beedk.jar.notest.empty - none - install - amp.install.phase - - - - amp-deploy-phase - initialize - - boolean-property - - - beedk.jar.notest.empty - none - deploy - amp.deploy.phase - - - -