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
in tika-parent/pom.xml , change <maven.jar.version>3.4.1</maven.jar.version> to <maven.jar.version>3.3.0</maven.jar.version>
run mvn org.codehaus.mojo:versions-maven-plugin:2.16.2:display-dependency-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-plugin-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-property-updates, while using maven 3.9.6.
maven.jar.version property is not used in tika-parent/pom.xml so property update is not detected.
plase add a pluginManagemnt section in tika-parent/pom.xml
but:
mvn versions:display-plugin-updates -pl tika-eval/tika-eval-core/pom.xml
...
[INFO] --- versions:2.16.2:display-plugin-updates (default-cli) @ tika-eval-core ---
[INFO]
[INFO] The following plugin updates are available:
[INFO] maven-jar-plugin ................................... 3.3.0 -> 3.4.1
Thanks, this works, but is unexpected. It would mean that it wouldn't make much sense to use properties. Github dependabot detects it (but has other drawbacks).
How to reproduce:
<maven.jar.version>3.4.1</maven.jar.version>
to<maven.jar.version>3.3.0</maven.jar.version>
mvn org.codehaus.mojo:versions-maven-plugin:2.16.2:display-dependency-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-plugin-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-property-updates
, while using maven 3.9.6.expected: getting output like
what I got instead: no such thing
Whatever the cause is, it doesn't happen in another project of mine, so I think the jar itself or its metadata isn't to blame. I have read the FAQ.
The text was updated successfully, but these errors were encountered: