plugin version upgrades and parameterization

This commit is contained in:
2025-07-08 14:11:37 -04:00
parent 6fc66409c0
commit 0b2cbcf060
25 changed files with 100 additions and 35 deletions

View File

@@ -23,7 +23,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>${build-helper.version}</version>
<executions>
<execution>
<id>add-acs-platform-module-resources</id>
@@ -46,7 +46,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<executions>
<!-- This plugin execution consolidates the compiled/generated/filtered resources into one directory for packaging -->
<execution>
@@ -80,6 +79,9 @@
<!-- output -->
<alfresco.ext.path>alfresco/extension</alfresco.ext.path>
<alfresco.ext.package>alfresco.extension</alfresco.ext.package>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
</properties>
</profile>
</profiles>