Actions
Task #2438
closedCopy fe-sources to the JAR
Start date:
08/17/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
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:
<resource> <directory>../frontend</directory> <filtering>false</filtering> <excludes> <exclude>**/.*</exclude> </excludes> </resource>
FE sources should be included, so we can build the projects that use the Password reset module with IdmTool (easier).
Updated by Roman Kubica over 4 years ago
- Status changed from New to Needs feedback
- % Done changed from 0 to 80
https://git.bcvsolutions.eu/modules/password-reset/commit/7464750a3974dbb1fd60fecc6ccdfdb0bf2d2055
Build with <directory>../frontend</directory> resulted with no fe-sources in JAR module
Build with <directory>../../frontend</directory> resulted with fe-sources in JAR module
Updated by Peter Štrunc over 4 years ago
- Target version changed from 2.0.1 to 2.1.0
Updated by Peter Štrunc over 4 years ago
- Status changed from Needs feedback to Closed
- % Done changed from 80 to 100
Thanks for fixing that. It works well now. Closing the ticket.
Actions