commit | ffe105bb6d19a3e3eeba4821fcbbdbec8b50d0a4 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Wed Sep 23 12:45:14 2009 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Wed Sep 23 12:45:14 2009 +0000 |
tree | 023f7744314f1c35465148f698cca86673058c90 | |
parent | d2b77c50715d2e218a78f11cda74d66f6ea44785 [diff] |
FELIX-1634: enable transitive lookup for dependencies with <type>bundle</type> git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@818082 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/resources/META-INF/plexus/components.xml b/bundleplugin/src/main/resources/META-INF/plexus/components.xml index a7e3bbf..9027774 100644 --- a/bundleplugin/src/main/resources/META-INF/plexus/components.xml +++ b/bundleplugin/src/main/resources/META-INF/plexus/components.xml
@@ -54,7 +54,7 @@ <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> <configuration> <type>bundle</type> - <includesDependencies>true</includesDependencies> + <includesDependencies>false</includesDependencies> <language>java</language> <extension>jar</extension> <addedToClasspath>true</addedToClasspath>