Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Created July 21, 2013 22:03
Show Gist options
  • Save mcasperson/6050194 to your computer and use it in GitHub Desktop.
Save mcasperson/6050194 to your computer and use it in GitHub Desktop.
detect maven updates
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
versions:display-dependency-updates
http://mojo.codehaus.org/versions-maven-plugin/usage.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment