Description
- Generate a new project from archetype with group id for example "com.example"
- In the generated fit/pom.xml file you'll find a docker profile with wrong volume mapping, like this:
<volume>${settings.localRepository}/com.example/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/com.example-syncope-core-classes.jar:ro</volume>
instead of
<volume>${settings.localRepository}/com/example/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/com.example-syncope-core-classes.jar:ro</volume>
Moreover should be added a volume mapping also with common module jar for core, console and enduser and wa containers.
Attachments
Issue Links
- links to