Task #2440
closedCopy fe-sources to the JAR
100%
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 Registration module with IdmTool.
Files
Updated by Marek Klement over 4 years ago
- Status changed from New to Needs feedback
- Assignee changed from Marek Klement to Ondřej Kopr
- % Done changed from 0 to 80
Build added and adjusted according to extras module. Should be good. Can you make review please @kopro
Updated by Ondřej Kopr over 4 years ago
I didn't find your changes, please give me some hint where I find these changes :)
Updated by Ondřej Kopr over 4 years ago
- Assignee changed from Ondřej Kopr to Marek Klement
Updated by Marek Klement over 4 years ago
Sorry, here is a commit: https://git.bcvsolutions.eu/modules/reg/commit/fb7b208efd5a624a794e26d8e002edb41bd880d2
I also adjusted order of some items in pom - should not affect anything
Updated by Marek Klement over 4 years ago
- Assignee changed from Marek Klement to Ondřej Kopr
Updated by Ondřej Kopr over 4 years ago
- File bug_or_feature.png bug_or_feature.png added
- Status changed from Needs feedback to In Progress
- Assignee changed from Ondřej Kopr to Marek Klement
You remove all author? Why you do this? I know that you want own the registration module, but this isn't correct way :D
And also change output folder of asciidoc to extras isn't also good. I think that you just will add 7 rows from Alča description.
Updated by Marek Klement over 4 years ago
- File sorry.jpg sorry.jpg added
- Status changed from In Progress to Needs feedback
- Assignee changed from Marek Klement to Ondřej Kopr
Sorry, it was my bad. I fixed it here: https://git.bcvsolutions.eu/modules/reg/commit/751d0f597171aa497e51a1b16cb4d053389ffffe
Updated by Ondřej Kopr over 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Marek Klement
- % Done changed from 80 to 100
Together we updated pom.xml with these lines:
<resources> <resource> <filtering>false</filtering> <directory>target/idm</directory> </resource> </resources>
Updated by Marek Klement over 4 years ago
- Status changed from Resolved to Closed