This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5047-new-velocity in repository https://gitbox.apache.org/repos/asf/struts.git
commit 28c6fd34ed74e0f26a8f24b5c460980ef879c6e6 Author: Lukasz Lenart <[email protected]> AuthorDate: Tue Nov 26 20:27:44 2019 +0100 WW-5047 Includes the new plugin in assembly --- assembly/src/main/assembly/all.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assembly/src/main/assembly/all.xml b/assembly/src/main/assembly/all.xml index 36ca3f5..0c08b48 100644 --- a/assembly/src/main/assembly/all.xml +++ b/assembly/src/main/assembly/all.xml @@ -209,6 +209,10 @@ <directory>../plugins/tiles/target/apidocs</directory> <outputDirectory>docs/struts2-plugins/struts2-tiles-plugin/apidocs</outputDirectory> </fileSet> + <fileSet> + <directory>../plugins/velocity/target/apidocs</directory> + <outputDirectory>docs/struts2-plugins/struts2-velocity-plugin/apidocs</outputDirectory> + </fileSet> <!-- bundles --> <fileSet>
