Project

General

Profile

Actions

Task #2438

closed

Copy fe-sources to the JAR

Added by Alena Peterová over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Peter Štrunc
Target version:
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).

Actions

Also available in: Atom PDF