You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Starting 2.10.0 release the lang-painless maven package https://mvnrepository.com/artifact/org.opensearch.plugin/lang-painless/2.10.0, does not generate the compile dependencies (Maven compile dependencies are the dependencies that are required for the compilation of the project under development)
I assume this bug was introduced from #8823, as looking at the code there are some declared dependencies but are not added in compile dependencies section of the POM file.
Executing the following generates the right POM file with compile dependencies. ../../gradlew :modules:lang-painless:generatePomFileForNebulaPublication --stacktrace
Since I'm close let me take a stab at it, if not we can collaborate on this.
Describe the bug
Starting
2.10.0
release the lang-painless maven package https://mvnrepository.com/artifact/org.opensearch.plugin/lang-painless/2.10.0, does not generate the compile dependencies (Maven compile dependencies are the dependencies that are required for the compilation of the project under development)I assume this bug was introduced from #8823, as looking at the code there are some declared dependencies but are not added in compile dependencies section of the POM file.Expected behavior
The
2.9.0
lang-painless maven package has the Compile Dependencies https://mvnrepository.com/artifact/org.opensearch.plugin/lang-painless/2.9.0Another example of ingest-geoip 2.10.0 which has the compile dependencies.
The text was updated successfully, but these errors were encountered: