Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The <a href="http://www.mojohaus.org/versions-maven-plugin/" rel="noreferrer">Maven Versions plugin</a> and its <a href="http://www.mojohaus.org/versions-maven-plugin/display-dependency-updates-mojo.html" rel="noreferrer"><code>display-dependency-updates</code></a> mojo are what you're looking for:</p> <p><code>mvn versions:display-dependency-updates</code></p> <p>Here is what the output looks like:</p> <pre><code>[INFO] ------------------------------------------------------------------------ [INFO] Building Build Helper Maven Plugin [INFO] task-segment: [versions:display-dependency-updates] [INFO] ------------------------------------------------------------------------ [INFO] [versions:display-dependency-updates] [INFO] [INFO] The following dependency updates are available: [INFO] org.apache.maven:maven-artifact ........................ 2.0 -&gt; 2.0.9 [INFO] org.apache.maven:maven-plugin-api ...................... 2.0 -&gt; 2.0.9 [INFO] org.apache.maven:maven-project ....................... 2.0.2 -&gt; 2.0.9 [INFO] org.codehaus.plexus:plexus-utils ....................... 1.1 -&gt; 1.5.6 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Fri Aug 15 10:46:03 IST 2008 [INFO] Final Memory: 10M/167M [INFO] ------------------------------------------------------------------------ </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload