This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag slingstart-maven-plugin-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git
commit 2cfdf794c25db6049e7a1a4e7b8ccd4c299d7134 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Apr 10 10:59:09 2015 +0000 Correct type/language of slingstart packaging git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1672612 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/plexus/components.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml index 08fcf69..323d663 100644 --- a/src/main/resources/META-INF/plexus/components.xml +++ b/src/main/resources/META-INF/plexus/components.xml @@ -84,8 +84,8 @@ <configuration> <type>slingstart</type> <includesDependencies>false</includesDependencies> - <language>txt</language> - <extension>txt</extension> + <language>java</language> + <extension>jar</extension> <addedToClasspath>false</addedToClasspath> </configuration> </component> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
