Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

BUGFIX - 440 - Maven Plugin - Make Tomcat Maven Plugin version configurable #528

Closed jlosornogil closed 5 years ago

jlosornogil commented 5 years ago

Add a new parameter (tomcatMavenPluginVersion) and maven property (maven.alfresco.tomcat.maven.plugin.version) to be able to set the version of the Tomcat Maven Plugin that is going to be used in the Alfresco Maven Plugin to run the project.

This way, an integrator can create a patched version of the Tomcat Plugin to solve any issue with it and tell the Alfresco Maven Plugin to use that fixed version of the Tomcat Plugin. This is helpful with the reported issue about the maxHttpHeaderSize (https://github.com/Alfresco/alfresco-sdk/issues/440).

440