
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.18.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> <allowDowngrade>false</allowDowngrade> <allowIncrementalUpdates>true</allowIncrementalUpdates> <allowMinorUpdates>true</allowMinorUpdates> <allowMajorUpdates>true</allowMajorUpdates> <allowSnapshots>false</allowSnapshots> <generateBackupPoms>true</generateBackupPoms> <processDependencies>true</processDependencies> <processDependencyManagement>true</processDependencyManagement> <processParent>false</processParent> <autoLinkItems>true</autoLinkItems> <excludeReactor>true</excludeReactor> </configuration> </plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy