MVN

org.hudsonci.plugins : scm-sync-configuration

Maven & Gradle

May 07, 2014
0 stars

SCM Sync Configuration Plugin · SCM Sync Configuration Hudson plugin is aimed at 2 main features : First, keep sync'ed your config.xml (and other ressources) Hudson files with a SCM repository (backup). Secondly, track changes (and author) made on every file with commit messages.

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>scm-sync-configuration</artifactId>
    <version>0.0.6-h-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hudsonci.plugins : scm-sync-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6-h-2

All Versions

Choose a version of org.hudsonci.plugins : scm-sync-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
scm-sync-configuration-0.0.6-h-2
scm-sync-configuration-0.0.6-h-1

How to add a dependency to Maven

Add the following org.hudsonci.plugins : scm-sync-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>scm-sync-configuration</artifactId>
    <version>0.0.6-h-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hudsonci.plugins : scm-sync-configuration gradle dependency to your build.gradle file:

implementation 'org.hudsonci.plugins:scm-sync-configuration:0.0.6-h-2'

Gradle Kotlin DSL: Add the following org.hudsonci.plugins : scm-sync-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hudsonci.plugins:scm-sync-configuration:0.0.6-h-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hudsonci.plugins : scm-sync-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hudsonci.plugins" % "scm-sync-configuration" % "0.0.6-h-2"

Advertisement