plugin version upgrades and parameterization
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user