bosschaert opened a new pull request #39: SLING-8692 Slingfeature maven plugin: 
add option to decompress artifacts stored in the repository goal
URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/39
 
 
   The option to decompress is enabled by specifying
   <decompress>true</decompress> with the repository goal configuration as in 
the following example:
   ...
       <execution>
           <id>repo</id>
           <goals>
               <goal>repository</goal>
           </goals>
           <configuration>
               <repositories>
                   <repository>
                       <filesInclude>*.json</filesInclude>
                       <decompress>true</decompress>
                   </repository>
               </repositories>
           </configuration>
       </execution>

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


With regards,
Apache Git Services

Reply via email to