You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/06 19:22:34 UTC

[maven-site] 01/01: Add link to shared-resources with code style formatters

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch code-formaters
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 836c242fc217e3db96a927d5d9b96852038a1069
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Dec 6 20:21:47 2022 +0100

    Add link to shared-resources with code style formatters
---
 content/apt/developers/conventions/code.apt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/apt/developers/conventions/code.apt b/content/apt/developers/conventions/code.apt
index 51560dfe..583fea8d 100644
--- a/content/apt/developers/conventions/code.apt
+++ b/content/apt/developers/conventions/code.apt
@@ -30,9 +30,13 @@ Maven Code Style And Code Conventions
 
  This document describes the rules for how the sources should be formatted
  in order to improve consistency, readability and maintainability.
+
  As the formatting is automatically enforced or even applied with {{{https://github.com/diffplug/spotless/tree/main/plugin-maven}spotless-maven-plugin}} for all projects
  using {{{/pom/maven/index.html}Maven Project Parent POM 38 or newer}} developers usually don't need to care and the following sections are just for informational purposes.
 
+ For comfortable work, you can import the code style formatter for your IDE from
+ {{{https://gitbox.apache.org/repos/asf?p=maven-shared-resources.git;a=tree;f=src/main/resources/config;hb=HEAD}shared-resources}}
+
 %{toc|section=1|fromDepth=2|toDepth=3}
 
 * Generic Code Style And Convention