This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 72c3a2e Restore missing Inline quoted text for tomee-maven-plugin.adoc
new 28c3566 Merge pull request #801 from
mkienenb/Restore-missing-inline-quoted-code-for-tomee-maven-plugin.adoc
72c3a2e is described below
commit 72c3a2e337aa0ae57d19383d697d75edb9ce2eb8
Author: Mike Kienenberger <[email protected]>
AuthorDate: Thu Aug 26 11:17:50 2021 -0400
Restore missing Inline quoted text for tomee-maven-plugin.adoc
Inline quoted text seems to have been lost in the conversion from MD to
adoc. For unknown reasons it's missing on the web page but visible in
view-source for https://tomee.apache.org/tomee-maven-plugin.html, which makes
me wonder if this is really the source file or if the web page hasn't been
redeployed since the conversion.
---
docs/tomee-maven-plugin.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tomee-maven-plugin.adoc b/docs/tomee-maven-plugin.adoc
index e1fb230..580158c 100644
--- a/docs/tomee-maven-plugin.adoc
+++ b/docs/tomee-maven-plugin.adoc
@@ -12,7 +12,7 @@ feature-rich plugin that allows for:
* Server start and stop
* Application deployment and undeployment
-Simply add the following to the , and optionally the ), section of your
+Simply add the following to the `<plugins>`, and optionally the
`<pluginManagement>`), section of your
`pom.xml`
[source,xml]