Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is there a way to specify what bundles get loaded when running tests with tycho-surefire-plugin?

On 07/08/2011 09:44 PM, TK Gospodinov wrote:

> I tried your suggestion and now I am getting the following error:

> Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
> default of goal org.eclipse.tycho:tycho-surefire-plugin:0.12.0:test
> failed: Format "format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]])" was
> unable to parse 2.2.1-SNAPSHOT

...because it expects these versions:
- 2
- 2.2
- 2.2.1
- 2.2.1.qualifier

-- 
Mykola


Back to the top