com.bonitasoft.gradle.maven-settings
Owner: Bonitasoft RD Team
Gradle plugin for exposing Maven settings file configuration to Gradle project. This project is forked from https://github.com/mark-vieira/gradle-maven-settings-plugin And will add more support of the `settings.xml` file (repositories in profiles)
https://github.com/bonitasoft-labs/gradle-maven-settings-plugin
Sources: https://github.com/bonitasoft-labs/gradle-maven-settings-plugin
Version 0.7.2
0.7.2
Created 07 May 2021.
Gradle plugin for exposing Maven settings file configuration to Gradle project.
This project is forked from https://github.com/mark-vieira/gradle-maven-settings-plugin
And will add more support of the `settings.xml` file (repositories in profiles)
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bonitasoft.gradle.maven-settings") version "0.7.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bonitasoft.gradle:maven-settings-plugin:0.7.2") } } apply(plugin = "com.bonitasoft.gradle.maven-settings")
- Applying plugins to all subprojects .