Added required property "jsp-impl" set to "apache" to build the distro.

This commit is contained in:
Simone Bordet 2014-11-20 12:57:47 +01:00
parent ab2e9c357f
commit 2eb6e06387
1 changed files with 2 additions and 0 deletions

View File

@ -579,6 +579,7 @@
<arguments>
<argument>jetty.home=${assembly-directory}</argument>
<argument>jetty.base=${assembly-directory}</argument>
<argument>jsp-impl=apache</argument>
<argument>--add-to-start=deploy,websocket,ext,resources,jsp,jstl,http</argument>
</arguments>
</configuration>
@ -609,6 +610,7 @@
<arguments>
<argument>jetty.home=${assembly-directory}</argument>
<argument>jetty.base=${assembly-directory}/demo-base</argument>
<argument>jsp-impl=apache</argument>
<argument>--add-to-startd=jsp,jstl,http,https</argument>
</arguments>
</configuration>