Project

General

Profile

Actions

Task #2245

closed

Copy fe-sources to the JAR

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

Status:
Closed
Priority:
Normal
Assignee:
Peter Štrunc
Target version:
Start date:
05/11/2020
Due date:
% Done:

100%

Estimated time:
Owner:

Description

The frontend sources aren't copied to the built JAR now, 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 Extras module with IdmTool (easier).

Currently, the build says:

[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-fe-sources) @ idm-extras ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/alena/projects/modules/czechidm-extras/Realization/backend/idm-extras/../frontend

Actions #1

Updated by Alena Peterová almost 4 years ago

  • Status changed from New to Needs feedback
  • Assignee changed from Alena Peterová to Peter Štrunc
  • % Done changed from 0 to 90
Actions #2

Updated by Alena Peterová almost 4 years ago

  • Description updated (diff)
Actions #3

Updated by Peter Štrunc almost 4 years ago

  • Status changed from Needs feedback to Closed
  • % Done changed from 90 to 100

Thank you for this fix. I merged it to develop.

Actions

Also available in: Atom PDF