maven_templates.versions-maven-plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of project-keeper-core Show documentation
Show all versions of project-keeper-core Show documentation
Project keeper is a tool that verifies and fixes project setups.
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.16.0</version> <executions> <execution> <id>display-updates</id> <phase>package</phase> <goals> <goal>display-plugin-updates</goal> <goal>display-dependency-updates</goal> </goals> </execution> </executions> <configuration> <rulesUri>file:///${project.basedir}/versionsMavenPluginRules.xml</rulesUri> </configuration> </plugin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy