You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/07/05 10:32:43 UTC

[sling-slingfeature-maven-plugin] branch master updated: Change extension of slingfeature files from .json to .slingfeature

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d29c77c  Change extension of slingfeature files from .json to .slingfeature
d29c77c is described below

commit d29c77c41bd9a20415b7d036aed1b9512ff0d0c8
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Jul 5 11:31:45 2018 +0100

    Change extension of slingfeature files from .json to .slingfeature
    
    This is to make the lookup of sling features work with artifact IDs that
    use 'slingfeature' as the type.
---
 src/main/resources/META-INF/plexus/components.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml
index 4c32bad..8fc0c4f 100644
--- a/src/main/resources/META-INF/plexus/components.xml
+++ b/src/main/resources/META-INF/plexus/components.xml
@@ -100,7 +100,7 @@
         <type>slingfeature</type>
         <includesDependencies>false</includesDependencies>
         <language>json</language>
-        <extension>json</extension>
+        <extension>slingfeature</extension>
         <addedToClasspath>false</addedToClasspath>
       </configuration>
     </component>