MVN

com.github.gzm55.maven : project-settings-extension

Maven & Gradle

Jan 05, 2021
21 stars

Extension for Loading project specific settings.xml · This extension could load .mvn/settings.xml as project settings, and merge it into effective setting.

<dependency>
    <groupId>com.github.gzm55.maven</groupId>
    <artifactId>project-settings-extension</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gzm55.maven : project-settings-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.github.gzm55.maven : project-settings-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
project-settings-extension-0.2.4
project-settings-extension-0.2.3
0.1.x
project-settings-extension-0.1.1
project-settings-extension-0.1.0
0.0.x
project-settings-extension-0.0.2
project-settings-extension-0.0.1

How to add a dependency to Maven

Add the following com.github.gzm55.maven : project-settings-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gzm55.maven</groupId>
    <artifactId>project-settings-extension</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gzm55.maven : project-settings-extension gradle dependency to your build.gradle file:

implementation 'com.github.gzm55.maven:project-settings-extension:0.2.4'

Gradle Kotlin DSL: Add the following com.github.gzm55.maven : project-settings-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gzm55.maven:project-settings-extension:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gzm55.maven : project-settings-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gzm55.maven" % "project-settings-extension" % "0.2.4"