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
dev.openjavaformat:fmt-maven-plugin 2.27.0.1 is on Maven Central,
released from openjavaformat/fmt-maven-plugin, and openjavaformat.dev
has a Get started page for it. The README now names it among the Maven
Central artifacts, links that page, and shows the plugin block a
pom.xml needs. The block names the open-java-format version as well,
because the plugin brings no formatter of its own and a build without
the dependency stops.
The snippet was run against the published 2.27.0.1 with 2.98.0.4.
Copy file name to clipboardExpand all lines: README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ and published from this repository.
20
20
21
21
| Where | What |
22
22
|---|---|
23
-
|[Maven Central](https://central.sonatype.com/namespace/dev.openjavaformat)|`dev.openjavaformat:open-java-format`, with `-spi`, `-native` and `-jdk-bootstrap`|
23
+
|[Maven Central](https://central.sonatype.com/namespace/dev.openjavaformat)|`dev.openjavaformat:open-java-format`, with `-spi`, `-native` and `-jdk-bootstrap`, and the Maven plugin `dev.openjavaformat:fmt-maven-plugin` from [its own repository](https://github.com/openjavaformat/fmt-maven-plugin)|
|[JetBrains Marketplace](https://plugins.jetbrains.com/plugin/34359-open-java-format)| the IntelliJ IDEA plugin |
26
26
|[GitHub Releases](https://github.com/openjavaformat/open-java-format/releases/latest)| native binaries, a runnable jar, the Gradle, IntelliJ and Eclipse plugins, every file signed |
@@ -32,11 +32,39 @@ Why the project exists is in the [manifesto](https://openjavaformat.dev/manifest
32
32
Each page is short and every command on it was run against the published artifacts.
0 commit comments