You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/12 08:11:38 UTC

[maven-site] branch master updated: bolden sub project names

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

hboutemy 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 d618916  bolden sub project names
d618916 is described below

commit d6189165f12d98c088c5bfbc97f9a7c6671d5bda
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 12 10:11:30 2020 +0200

    bolden sub project names
---
 content/apt/guides/development/guide-maven-development.apt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/apt/guides/development/guide-maven-development.apt b/content/apt/guides/development/guide-maven-development.apt
index 3c681e6..654a02a 100644
--- a/content/apt/guides/development/guide-maven-development.apt
+++ b/content/apt/guides/development/guide-maven-development.apt
@@ -114,7 +114,7 @@ Developing Maven
 
 * Related Projects
 
- Maven has a few dependencies on other projects.
+ Maven has a few dependencies on other projects:
 
  * <<Plexus>>
 
@@ -143,7 +143,7 @@ Developing Maven
 
 * Sub Projects
 
- ** Maven Surefire
+ ** <<Maven Surefire>>
 
  Surefire is a testing framework. It can run regular JUnit tests so you won't have to change anything in your code to
  use it. It supports scripting tests in BeanShell and Jython and has special "batteries" for writing acceptance and
@@ -151,7 +151,7 @@ Developing Maven
 
  You can {{{/surefire/}read more about Surefire}}.
 
- ** Maven Doxia
+ ** <<Maven Doxia>>
 
  Doxia is Maven's documentation engine. It has a sink and parser API that can be used to plug in support for input
  and output documents.
@@ -160,14 +160,14 @@ Developing Maven
  {{{/doxia/references/index.html}document formats}}.
 
 
- ** Maven SCM
+ ** <<Maven SCM>>
 
  Maven SCM (Source Control Management) is a reusable API which is independent of Maven itself. It is used by the
  SCM related Maven Plugins. The core part of Maven doesn't depend on Maven SCM.
 
  You can {{{/scm/}read more about Scm}}.
 
- ** Maven Wagon
+ ** <<Maven Wagon>>
 
  Maven Wagon is a standalone API that deals with transporting files and directories. Maven Core uses the Wagon
  API to download and upload artifacts and artifact metadata. The site plug-in uses it to publish the site.