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 4e5f8e11a57e380285f358498b6465970a6f9d5b Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Apr 9 14:30:45 2015 +0000 SLING-4598 : Migrate launchpad testing to provisioning model git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1672363 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/plexus/components.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml index dacad4e..00b2c4a 100644 --- a/src/main/resources/META-INF/plexus/components.xml +++ b/src/main/resources/META-INF/plexus/components.xml @@ -85,9 +85,9 @@ <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> <type>slingstart</type> - <includesDependencies>true</includesDependencies> - <language>java</language> - <extension>jar</extension> + <includesDependencies>false</includesDependencies> + <language>txt</language> + <extension>txt</extension> <addedToClasspath>false</addedToClasspath> </configuration> </component> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
