You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2023/01/01 13:20:45 UTC

[maven-site] branch master updated: fix markup (#360)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c9e4b97 fix markup (#360)
9c9e4b97 is described below

commit 9c9e4b97fd4286c2674f6efaa6a54c9e7028cdb6
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Jan 1 13:20:41 2023 +0000

    fix markup (#360)
    
    * fix markup
---
 content/apt/guides/mini/guide-attached-tests.apt | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/content/apt/guides/mini/guide-attached-tests.apt b/content/apt/guides/mini/guide-attached-tests.apt
index a394ba89..85bccc47 100644
--- a/content/apt/guides/mini/guide-attached-tests.apt
+++ b/content/apt/guides/mini/guide-attached-tests.apt
@@ -54,10 +54,12 @@ Guide to using attached tests
   </build>
 </project>
 
-The attached test JAR can be installed and deployed like any other Maven artifact with
++----+
+
+  The attached test JAR can be installed and deployed like any other Maven artifact.
 
-To use the attached test JAR, specify a dependency on the main
-artifact with a specified type of <<<test-jar>>> and the <<<classifier>>>.
+  To use the attached test JAR, specify a dependency on the main
+  artifact with a specified type of <<<test-jar>>> and the <<<classifier>>>.
 
 +----+
 
@@ -91,7 +93,7 @@ artifact with a specified type of <<<test-jar>>> and the <<<classifier>>>.
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>${surefire.version}</version> <!-- remember to set version as needed ->
+          <version>${surefire.version}</version> <!-- remember to set version as needed -->
           <configuration>
               <dependenciesToScan>
                   <dependency>com.myco.app:foo-core:test-jar:tests</dependency>