You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven-plugin/README.adoc
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,12 @@
2
2
3
3
Spring Security Maven Plugin is a Gradle plugin that provides tasks for publishing releases to Maven Central (Sonatype) and Spring (Artifactory) repositories.
4
4
5
-
To use the plugin, add the following repository to `settings.gradle`:
6
-
7
-
[source,gradle]
8
-
----
9
-
pluginManagement {
10
-
repositories {
11
-
maven { url "https://repo.spring.io/release" }
12
-
}
13
-
}
14
-
----
15
-
16
-
Then apply the plugin in your project's root `build.gradle` and in each sub-module that requires publishing artifacts:
5
+
To use the plugin, apply the plugin in your project's root `build.gradle` and in each sub-module that requires publishing artifacts:
0 commit comments