[
https://issues.apache.org/jira/browse/SYNCOPE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697982#comment-17697982
]
ASF subversion and git services commented on SYNCOPE-1739:
----------------------------------------------------------
Commit b0d28360f883e27a8ee474e7b113c20b85b460a1 in syncope's branch
refs/heads/3_0_X from Samuel Garofalo
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=b0d28360f8 ]
[SYNCOPE-1739] Wrong volume mapping for source code in fit docker profile (#422)
> 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
> 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)