Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-2896

mvn clean install triggers a posix related error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Guilin Release
    • Frankfurt Release
    • SDC
    • On OSx with Mojave.

      `mvn clean install` triggers the following error in asdctool , catalog-be , test-apis-ci and ui-ci:

       group id '1697745982' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1]
      

      This can be fixed by adding the following flag in each project respective pom.xml:

      <configuration>
        <tarLongFileMode>posix</tarLongFileMode>
         <archive>
      

            francistoth francistoth
            francistoth francistoth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: