All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.versions-maven-plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<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