Skip to content

Commit 2d4f915

Browse files
committed
Update documentation
- Update profile info - Update reference for Commands and Features
1 parent 61a1871 commit 2d4f915

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/guide/profileinfo.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ Name Required Defaults Description
8181
maven-publish + Publish plugin artifacts to Maven Central
8282
----
8383

84-
Compared to the `plugin`, the `web-plugin` provides `asset-pipeline` and `gsp` in addition to `maven-publish` by default.
84+
Compared to the `plugin`, the `web-plugin` provides `asset-pipeline` and `gsp` in addition to link:../ref/Features/maven-publish.html[`maven-publish`] by default.
85+
86+
NOTE: The link:../ref/Commands/package-plugin.html[`package-plugin`] and link:../ref/Commands/publish-plugin.html[`publish-plugin`] have been deprecated.

docs/ref/Commands/package-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Packages the plugin into a JAR file.
66

7-
NOTE: this command is delegae to Gradle's **jar** task.
7+
WARNING: This command has been deprecated, it is recommended to use the **jar** task of Gradle.
88

99
=== Usage
1010

docs/ref/Commands/publish-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Publishes the plugin to the Maven Central repository.
66

7-
NOTE: this command is delegae to Gradle's **publish** task.
7+
WARNING: This command has been deprecated, it is recommended to use the **publish** task of Gradle.
88

99
=== Usage
1010

docs/ref/Features/maven-publish.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Publish plugin artifacts to Maven Central.
77
=== Resources
88

99
* https://github.com/gradle-nexus/publish-plugin[Gradle Nexus Publish Plugin]
10+
* https://docs.gradle.org/current/userguide/publishing_maven.html[Gradle Maven Publish Plugin]

0 commit comments

Comments
 (0)