The file index.jsp will be put here by build process.
We cannot use the index.html generated by ng build directly. It it is necessary to set <base href="..."/> based on current context.
Therefore the maven build process put jstl variable inside the index.html, renames it to index.jsp and put it here. 