Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho build extension for projects with packaging type POM?

Packaging pom is reserved for configuration inheritance and build
aggregation. Even if maven does not explicitly forbid other uses, I
would not recommend using packaging pom for anything else.

--
Regards,
Igor

On 12-07-20 6:42 AM, Kopecz, Klaus wrote:
Hi,
It seems that it is not possible to run Tycho build extension for projects with packaging type POM?
I'm getting error messages like:

Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.15.0:eclipse-run (default) on project <project name>: Execution default of goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.15.0:eclipse-run failed: Tycho build extension not configured for MavenProject:

Is there a way to get this running for packaging type POM? I tried to bind the eclipse-run goal to several lifecycle phases without success.
Thanks,
Klaus
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




Back to the top