Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-dev] Master is open for 4.14 contributions



On Thu, Sep 12, 2019 at 2:38 PM Stephan Herrmann <stephan.herrmann@xxxxxxxxx> wrote:
As the effect of this change, the bundle version 1.1.400 is treated as a
*successor* of 2.2.300 and we get bogus complaints that stuff from 2.2.300 has
been *removed* in 1.1.400.

Then api check should be disabled for this bundle, just by adding in its pom.xml

  <properties>
    <skipAPIAnalysis>true</skipAPIAnalysis>
  </properties>


Where is the change in command line comming from?

It's coming from that platform parent pom.

Back to the top