Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Build issue: ApiAnalyzer cannot find imported extension point element

Hi,

I'll try to have a deeper look at it later, hopefully with some answer.
In the meantime, here is a piece of advice for such investigation: whenever you see CI failing in an unexpected way, one good thing is to try the same build command locally. The command line used to build/test this repo on Gerrit is `mvn clean verify -Pbuild-individual-bundle,api-check skipTests=false maven.test.error.ignore=true maven.test.failure.ignore=true compare-version-with-baselines.skip=false` (you can see it on the Gerrit job config and logs. For this case, as tests are not involved, you may just try `mvn clean verify -Pbuild-individual-bundles,api-check -DskipTests=true`

HTH

Back to the top