Task #2440
closed
Copy fe-sources to the JAR
Added by Alena Peterová over 4 years ago.
Updated 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:
<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
- Assignee set to Marek Klement
- Target version set to 3.0.1
- 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
I didn't find your changes, please give me some hint where I find these changes :)
- Assignee changed from Ondřej Kopr to Marek Klement
- Assignee changed from Marek Klement to Ondřej Kopr
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.
- File sorry.jpg sorry.jpg added
- Status changed from In Progress to Needs feedback
- Assignee changed from Marek Klement to Ondřej Kopr
- 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>
- Status changed from Resolved to Closed
Also available in: Atom
PDF