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

@@ -31,7 +31,7 @@
<!-- This plugin downloads the Platform WAR and JDBC JAR dependency -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>${maven-dependency.version}</version>
<executions>
<!-- This execution downloads the Platform WAR -->
<execution>
@@ -115,6 +115,7 @@
<!-- versions -->
<postgres.jdbc.version>42.2.18</postgres.jdbc.version>
<maven-dependency.version>3.8.1</maven-dependency.version>
<!-- configuring beedk-acs-platform-rad-tile -->
<beedk.deploy.platform.warFile>${project.build.warDirectory}/${alfresco.platform.war.artifactId}-${alfresco.platform.war.version}.war</beedk.deploy.platform.warFile>