MVN

org.sonatype.plugins : nexus-m2settings-maven-plugin

Maven & Gradle

Feb 23, 2022
1 usages

Nexus M2-Settings Maven Plugin · Provides support to download m2-settings templates from a remote Nexus Professional server.

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>nexus-m2settings-maven-plugin</artifactId>
    <version>1.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.plugins : nexus-m2settings-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.12

All Versions

Choose a version of org.sonatype.plugins : nexus-m2settings-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
nexus-m2settings-maven-plugin-1.6.12
nexus-m2settings-maven-plugin-1.6.11
nexus-m2settings-maven-plugin-1.6.10
nexus-m2settings-maven-plugin-1.6.9
nexus-m2settings-maven-plugin-1.6.8
nexus-m2settings-maven-plugin-1.6.7
nexus-m2settings-maven-plugin-1.6.6
nexus-m2settings-maven-plugin-1.6.5
nexus-m2settings-maven-plugin-1.6.4
nexus-m2settings-maven-plugin-1.6.3
nexus-m2settings-maven-plugin-1.6.2
nexus-m2settings-maven-plugin-1.6.1
1.6
nexus-m2settings-maven-plugin-1.6
1.5.x
nexus-m2settings-maven-plugin-1.5.1
1.4.x
nexus-m2settings-maven-plugin-1.4.8
nexus-m2settings-maven-plugin-1.4.7
nexus-m2settings-maven-plugin-1.4.6
nexus-m2settings-maven-plugin-1.4.5
nexus-m2settings-maven-plugin-1.4.4
nexus-m2settings-maven-plugin-1.4.3
nexus-m2settings-maven-plugin-1.4.2
nexus-m2settings-maven-plugin-1.4.1
1.4
nexus-m2settings-maven-plugin-1.4

How to add a dependency to Maven

Add the following org.sonatype.plugins : nexus-m2settings-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>nexus-m2settings-maven-plugin</artifactId>
    <version>1.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.plugins : nexus-m2settings-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.sonatype.plugins:nexus-m2settings-maven-plugin:1.6.12'

Gradle Kotlin DSL: Add the following org.sonatype.plugins : nexus-m2settings-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.plugins:nexus-m2settings-maven-plugin:1.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.plugins : nexus-m2settings-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.plugins" % "nexus-m2settings-maven-plugin" % "1.6.12"