You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2018/10/08 14:58:00 UTC

[GitHub] simonetripodi opened a new pull request #4: SLING-7988 - Allow Analyzer include/exclude tasks by id, in order to enable specific Tasks in the Maven plugin

simonetripodi opened a new pull request #4: SLING-7988 - Allow Analyzer include/exclude tasks by id, in order to enable specific Tasks in the Maven plugin
URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/4
 
 
   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!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services