[FOLSPRINGS-4] Spring Way: Fix Maven replacement tokens in ModuleDescriptor-template.json files Created: 14/Jan/21 Updated: 15/Nov/21 Resolved: 15/Nov/21 |
|
| Status: | Closed |
| Project: | folio-spring-support |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | David Crossley | Assignee: | Pavel Filippov |
| Resolution: | Done | Votes: | 0 |
| Labels: | back-end, epam-falcon, springway | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||||||
| Sprint: | Falcon Sprint 127 | ||||||||||||||||||||||||
| Story Points: | 0 | ||||||||||||||||||||||||
| Development Team: | Spring Force | ||||||||||||||||||||||||
| Description |
|
The replacement tokens for Spring-based modules are different to the normal form. Instead they require tokens of the form: "@artifactId@-@version@" The maven build then transforms the replacement tokens (for "artifactId" and "version") in those template descriptors, and the resultant final Descriptors are generated to "./target/ModuleDescriptor.json" etc. See documentation. Ensure that all Spring-based modules are using this form in all "./descriptors/*Descriptor-template.json" files. For example, when last inspected, at least mod-spring-template and mod-search and mod-password-validator are still using the old form. |