Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem with qualifier replacement / expanded version

Helle Gunnar,

Tycho and the test goal are no good friends. Have you tried mvn
package or mvn install? Some lifecycle steps of maven have a strange
behavior within the tycho extension, so you have no other chance than
use a additional phase.

Kai

> Am 28.01.2014 um 22:32 schrieb Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx>:
>
> On 2014-01-28 21:13:38 +0000, Gunnar Wagenknecht said:
>> The error message I get is:
>> [ERROR] Failed to execute goal
>> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:build-qualifier-aggregator
>> (default-build-qualifier-aggregator) on project
>> org.eclipse.gyrex.features.addons.jersey.jaxrs: Execution
>> default-build-qualifier-aggregator of goal
>> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:build-qualifier-aggregator
>> failed: Project
>> org.eclipse.gyrex.addons.jersey:org.eclipse.gyrex.http.jersey:eclipse-plugin:1.0.0-SNAPSHOT does not have expanded version
>
> FWIW, this seems to be related to the "test" goal, i.e. a "mvn clean compile" works fine as well as a "mvn clean verify". Just a "mvn clean test" breaks.
>
> -Gunnar
>
>
> --
> Gunnar Wagenknecht
> gunnar@xxxxxxxxxxxxxxx
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top