Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-surefire-plugin dependencies ignored?

So, it's simply ignored by tycho. You can put anything as artifactId,
no errors. Thx!

On Wed, Apr 18, 2012 at 2:46 PM, Balazs Varnai <bvarnai@xxxxxxxxx> wrote:
> Using 0.14.1, I am trying to include a fragment need to logging setup.
>
> <plugin>
>        <groupId>org.eclipse.tycho</groupId>
>        <artifactId>tycho-surefire-plugin</artifactId>
>        <version>${tycho-version}</version>
> <configuration>
>                                                        <dependencies>
>                                                                <dependency>
>                                                                        <type>eclipse-plugin</type>
>                                                                        <artifactId>logging.fragment</artifactId>
>                                                                        <groupId>ignored-by-p2-resolver</groupId>
>                                                                        <version>2.0.1.qualifier</version>
>                                                                </dependency>
>                                                        </dependencies>

Back to the top