Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1739

Wrong volume mapping for source code in fit docker profile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.2
    • 3.0.3, 4.0.0
    • archetype
    • None

    Description

      1. Generate a new project from archetype with group id for example "com.example"
      2. 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

          Activity

            People

              sgarofalo Samuel Garofalo
              andreapatricelli Andrea Patricelli
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: