Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created February 8, 2018 18:35
Show Gist options
  • Save seahrh/0513ba53bb171dfc41ce3ae05a0ca8e3 to your computer and use it in GitHub Desktop.
Save seahrh/0513ba53bb171dfc41ce3ae05a0ca8e3 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.3</version>
<configuration>
<rulesUri>file:///${project.basedir}/versions-maven-rules.xml</rulesUri>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>display-dependency-updates</goal>
<goal>display-plugin-updates</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment