apache / apache/maven-archetype
Cannot generate correctly when module name contains subdirectory path
Open
bug
- Dominant language
- Java
- Stars
- 148
- Forks
- 181
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 8
Description
### Affected version
3.4.0
### Bug description
For example, I have an archetype like this:
```
|- __rootArtifactId__-openapi
|- api
| - index.ts
```
When generating the `index.ts` file, the path will be replaced with `__rootArtifactId__-open/api/index.ts`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.