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

com.telenav.cactus.maven.cdev Maven / Gradle / Ivy

There is a newer version: 1.5.49
Show newest version
#!/bin/sh

VERSION=__PLUGIN_VERSION_PLACEHOLDER__

MAVEN_ARGS="-Dcactus.scope=all-project-families \
    -Dcactus.target-branch=develop \
    -Dcactus.include-root=true \
    com.telenav.cactus:cactus-maven-plugin:${VERSION}:checkout"

run_maven




© 2015 - 2024 Weber Informatics LLC | Privacy Policy