Task #2438
Updated by Alena Peterová over 4 years ago
Description The frontend sources aren't copied to the built JAR now during copy-fe-sources, because the path to their directory is one level higher than it's defined in the copy-fe-resources execution: <pre> <resource> <directory>../frontend</directory> <filtering>false</filtering> <excludes> <exclude>**/.*</exclude> </excludes> </resource> </pre> FE sources should be included, so we can build the projects that use the Password reset Extras module with IdmTool (easier).