Andrea Patricelli created SYNCOPE-1739:
------------------------------------------

             Summary: 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
             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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to