[
https://issues.apache.org/jira/browse/SYNCOPE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò reassigned SYNCOPE-1739:
-----------------------------------------------
Assignee: Samuel Garofalo
> Wrong volume mapping for source code in fit docker profile
> -----------------------------------------------------------
>
> Key: SYNCOPE-1739
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1739
> Project: Syncope
> Issue Type: Bug
> Components: archetype
> Affects Versions: 3.0.2
> Reporter: Andrea Patricelli
> Assignee: Samuel Garofalo
> Priority: Major
> Fix For: 3.0.3, 4.0.0
>
>
> # 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:
> {code:java}
> <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>{code}
> instead of
> {code:java}
> <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>{code}
> Moreover should be added a volume mapping also with common module jar for
> core, console and enduser and wa containers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)