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

@@ -33,7 +33,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>module-snapshot-timestamp</id>
@@ -78,7 +78,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-module-resources</id>
@@ -138,7 +138,6 @@
<!-- This plugin prevents binary file formats from being corrupted due to filtering -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<encoding>UTF-8</encoding>
<nonFilteredFileExtensions>
@@ -254,7 +253,7 @@
<!-- This plugin changes the packaging directory to the consolidated directory -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>${maven-jar.version}</version>
<configuration>
<classesDirectory>${project.build.packageDirectory}</classesDirectory>
</configuration>
@@ -316,7 +315,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>attach-amp</id>
@@ -404,6 +403,10 @@
<!-- output -->
<alfresco.module.path>alfresco/module/${alfresco.module.pathname}</alfresco.module.path>
<!-- versions -->
<build-helper.version>3.6.1</build-helper.version>
<maven-jar.version>3.4.2</maven-jar.version>
</properties>
</profile>
</profiles>