Open vogella opened 12 months ago
Note that Oomph is just kicking off a build here:
at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:490)
From that point on, it's just a regular build, nothing Oomph related. I fully expect you will see the same problem when you do a clean build from the project menu.
Note that Oomph is just kicking off a build here:
at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:490)
From that point on, it's just a regular build, nothing Oomph related. I fully expect you will see the same problem when you do a clean build from the project menu.
Not true, if I try to do it manually I get ZILLIONS of errors, so Oomph is really helpful here and I agree that this is an regular error, the Oomph reference was just the "how to reproduce".
There seems to be a NPE in org.apache.maven.tools.plugin
so probably you want report it to maven-plugin-plugin
? We can upgrade to a newer version then once published.
Beside that, it is often easier to do mvn clean install -DskipTests -T1C
and only import the project of interest instead of the full "Tycho SDK" ...
I see the error annotation in my pom.xml, too. But be aware that executing the same goal via CLI does work without any issues:
cd tycho-p2-repository-plugin
mvn org.apache.maven.plugins:maven-plugin-plugin:3.10.2:descriptor@default-descriptor
Therefore this is not generally broken, but depends on some additional context.
Using the Oomph setup for Tycho (thanks @merks for this), results in the following error in tycho-p2-repository-plugin, this error can be seen in the Problems View.