Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-744

Allow patterns use in the artifact filters

    XMLWordPrintable

    Details

      Description

      The artifact pattern currently only manages:

      • one value,
      • with one optional asterisk,
      • with an optional negative ("!")
              <artifact:set>
                <includes>
                  <artifact groupId="org.nuxeo*" scope="!test" type="!pom" />
                </includes>
              </artifact:set>
        

      Improve it to allow advanced patterns like:

      • !(test|provided)
      • something meaning "org.nuxeo*" but not "org.nuxeo.lib*"

      Once implemented, NXBT-745 must be reverted or improved.

        Attachments

          Activity

            People

            • Assignee:
              jcarsique Julien Carsique
              Reporter:
              jcarsique Julien Carsique
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: