Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] testing m2e conectors

Thanks Benjamin, that worked very nicely!

regards,
Rafał

On 07/04/2011 01:56 PM, Benjamin Bentmann wrote:
Rafał Krzewski wrote:

My tests don't need to use the index and I'd be happy to disable the
download.

You should be able to disable the index download by passing the argument

  -pluginCustomization <file>

into the argLine of the tycho-surefire-plugin, and have that properties file contain the entry

  org.eclipse.m2e.core/eclipse.m2.updateIndexes=false

See [0, 1] for an example.


Benjamin


[0] https://github.com/sonatype/m2eclipse-egit/blob/master/pom.xml#L77
[1] https://github.com/sonatype/m2eclipse-egit/blob/master/org.sonatype.m2e.egit.tests/plugin_customization.ini#L11
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top