commit | a26397795185b25870a22000d4f019bbe5a30118 | [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 | b1134c7557d0a039bf468d3cb352a5ee8944083e [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>