We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff7ddb commit cf291abCopy full SHA for cf291ab
README.adoc
@@ -266,12 +266,12 @@ The Java artifacts are deployed to the Central Repository:
266
267
[source,shell]
268
----
269
+# Deploy all modules
270
+$ mvn clean deploy -DskipTests -P release,central
271
+
272
# Deploy single modules
273
$ mvn clean deploy -DskipTests -P release,central -pl :spring-data-cdo
274
$ mvn clean deploy -DskipTests -P release,central -pl :spring-data-cdo-distribution
-
-# Deploy all modules
-$ mvn clean deploy -DskipTests -P release,central
275
276
277
The staged artifacts have to be released manually.
0 commit comments