>      </dependency>
>      <dependency>
>        <groupId>org.apache.karaf</groupId>
>        <artifactId>apache-karaf</artifactId>
>        <version>${karaf.version}</version>
>        <type>tar.gz</type>
> +      <exclusions>
> +        <exclusion>
> +          <groupId>*</groupId>
> +          <artifactId>*</artifactId>
> +        </exclusion>
> +      </exclusions> 

Wildcard exclusions is not the way to solve this.  Please ping me on irc
tomorrow.  The duplicate checking plugin is very important to keeping
jclouds clean and simple.
On Jul 16, 2013 10:20 PM, "Zack Shoylev" <[email protected]> wrote:

> In assembly/pom.xml:
>
> >      </dependency>
> >      <dependency>
> >        <groupId>org.apache.karaf</groupId>
> >        <artifactId>apache-karaf</artifactId>
> >        <version>${karaf.version}</version>
> >        <type>tar.gz</type>
> > +      <exclusions>
> > +        <exclusion>
> > +          <groupId>*</groupId>
> > +          <artifactId>*</artifactId>
> > +        </exclusion>
> > +      </exclusions>
>
> Hm, no, scope provided will not work I think. I tried it as well as some
> other stuff along those lines. The problem is all the transient
> dependencies. By excluding them here the plugin that checks duplicates does
> not fail (as they are already present from the parent). And yes, this is
> exactly related to the duplicate resources problem as per the JIRA comments.
>
> —
> Reply to this email directly or view it on 
> GitHub<https://github.com/jclouds/jclouds-cli/pull/9/files#r5234822>
> .
>

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/9/files#r5234963

Reply via email to