Uploaded image for project: 'projectdoc Toolbox'
  1. projectdoc Toolbox
  2. PDAC-475

Allow to filter POM Properties

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Major
    • 1.8.0, 1.8.2, 1.8.3
    • 1.7.0
    • None
    • None

    Description

      Allow to suppress properties from the POM's properties section by its name or value.

      For simplicity's sake we add the patterns for keys and values to exclude to a profile section in the settings.xml.

          <profile>
            <id>de.smartics.projectdoc</id>
            <properties>
              <ignore-property-keys>
                &lt;item&gt;.*password.*&lt;/item&gt;
              </ignore-property-keys>
              <ignore-property-values>
                &lt;item&gt;\w:.*&lt;/item&gt;
              </ignore-property-values>
            </properties>
          </profile>
      

      Future versions should allow to configure these properties in an admin view.

      Attachments

        Issue Links

          Activity

            People

              robert.reiner Robert Reiner
              robert.reiner Robert Reiner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: