Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-5993

Fix Studio MP to remove unnecessary packages

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 3.32.1
    • Fix Version/s: 3.33.0
    • Component/s: Technical / Transverse

      Description

      Fix Studio MP to remove unnecessary packages, the fix must be done in the following part of the assembly.xml file

      <copy todir="${outdir}/nxr/lib" overwrite="true">
            <artifact:set>
              <excludes>
                <!-- Filter out your artifacts using their groupId for instance -->
                <artifact type="pom" />
                <artifact groupId="com.nuxeo.nos.studio" />
                <artifact groupId="com.nuxeo.nos.gitty" />
                <artifact artifactId="log4j" />
                <artifact scope="test" />
              </excludes>
              <includes>
                <artifact groupId="org.nuxeo.lib*" scope="!test" type="!pom"/>
                <artifact groupId="!org.nuxeo*" scope="!test"/>
              </includes>
            </artifact:set>
          </copy>
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 30 minutes
                  30m