allow the users configure the Analyzer tasks by conventional include/exclude 
pattern

In that way, users can configure the plugin:

```
      <plugin>
        <groupId>org.apache.sling</groupId>
        <artifactId>slingfeature-maven-plugin</artifactId>
        <version>${slingfeature-maven-plugin.version}</version>
        <executions>
          <execution>
            <id>analyze</id>
            <phase>validate</phase>
            <goals>
              <goal>analyse-features</goal>
            </goals>
            <configuration>
              <includeTasks>
                <includeTask>api-regions</includeTask>
              </includeTasks>
            </configuration>
          </execution>
          [...]
        </executions>
      </plugin>
```

please, before merging it, 
https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/5 is 
required to be applied first!

[ Full content available at: 
https://github.com/apache/sling-slingfeature-maven-plugin/pull/4 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to