Use version ranges to include versions jakarta.inject.jakarta.inject-api#1439
Conversation
|
I've already tried locally with even hardcoded 1.x and 2.x versoins and it didn't work as only the latest version was picked. I blame If one wants to test it locally, just run mvn clean verify -Declipse.javadoc=/usr/lib/jvm/java/bin/javadoc -Pbuild-individual-bundles in eclipse.platform.releng.aggregator/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv (you may have to adjust the path to javadoc executable to use), after that check that target/doc.bin.log is empty - if not it will contain the errors.
|
|
Alright I'll try to see if I find a solution here... |
|
The way javadoc is produced is so error prone that it really costs multiple workdays per release to handhold it. It would be nice to get rid of the ant part and make it pure maven. Can this be covered by the IDE WG releng work ticket, @jonahgraham ? |
|
So the issue seems to come from maven-dependency-plugin first as running |
I think so - @laeubi should talk to Paul Buck at EF if in doubt. My hope is that if it fits within the existing budget on the SoW then Paul says it is fine. Please feel free to cc in any email to Paul if I can help. |
|
@akurtakov @jonahgraham I have now started with an initiative to get rid of more ant-magic here, of course it is only a first step and likely need enhancements and more investigations: |
@akurtakov @mickaelistria WDYT?