This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 207595aaba NO-JIRA update dev profile doc
207595aaba is described below
commit 207595aaba4d0a13c8e35c2b01fbde36018a46e4
Author: Justin Bertram <[email protected]>
AuthorDate: Fri May 30 12:46:03 2025 -0500
NO-JIRA update dev profile doc
---
docs/hacking-guide/_maintainers.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/hacking-guide/_maintainers.adoc
b/docs/hacking-guide/_maintainers.adoc
index 75fe85bcfe..5de6d1c2cb 100644
--- a/docs/hacking-guide/_maintainers.adoc
+++ b/docs/hacking-guide/_maintainers.adoc
@@ -19,9 +19,9 @@ Having additional eyes looking at significant changes prior
to committing to the
If the build does break then developer is expected to make their best effort
to get the builds fixed in a reasonable amount of time.
If it cannot be fixed in a reasonable amount of time the commit can be
reverted and re-reviewed.
-== Using the dev profile.
+== Using the `dev` profile.
-Developers are encouraged also to use the Dev profile, which will activate
checkstyle during the build:
+Developers are encouraged to use the `dev` profile which will activate
https://checkstyle.org/[CheckStyle] during the build:
[,console]
----
$ mvn -Pdev install
@@ -186,4 +186,4 @@ $ git branch apache_main --track apache/main
$ git pull
$ git merge --no-ff pr/105
$ git push
-----
\ No newline at end of file
+----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact