Author: rfscholte
Date: Sun Apr  9 11:13:09 2017
New Revision: 1790739

URL: http://svn.apache.org/viewvc?rev=1790739&view=rev
Log:
[MNGSITE-304] "Configuring Maven" guide contains misformatted tags

Modified:
    maven/site/trunk/content/apt/guides/mini/guide-configuring-maven.apt

Modified: maven/site/trunk/content/apt/guides/mini/guide-configuring-maven.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-configuring-maven.apt?rev=1790739&r1=1790738&r2=1790739&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-configuring-maven.apt 
(original)
+++ maven/site/trunk/content/apt/guides/mini/guide-configuring-maven.apt Sun 
Apr  9 11:13:09 2017
@@ -138,44 +138,34 @@ export MAVEN_OPTS=-Dmaven.artifact.threa
  
  
  
-       <subsection name="Optional configuration">
+* Optional configuration
 
-        <p>Maven will work for most tasks with the above configuration, 
however if you have any environmental specific configuration outside of 
individual
-        projects then you will need to configure settings. The following 
sections refer to what is available.</p>
+  Maven will work for most tasks with the above configuration, however if you 
have any environmental specific configuration outside of individual
+  projects then you will need to configure settings. The following sections 
refer to what is available.
 
 
-        <subsection name="Settings">
+** Settings
 
-        Maven has a settings file located in the Maven installation and/or 
user home directory that configure environmental specifics such as:
+  Maven has a settings file located in the Maven installation and/or user home 
directory that configure environmental specifics such as:
 
-        <ul>
-          <li>HTTP proxy server</li>
+  * HTTP proxy server
 
-          <li>repository manager location</li>
+  * repository manager location
 
-          <li>server authentication and passwords</li>
+  * server authentication and passwords
 
-          <li>other configuration properties</li>
-        </ul>
-          For information on this file, see the <a 
href="./settings.html">Settings reference</a>
-        </subsection>
+  * other configuration properties
 
-        <subsection name="Security">
-          <p>
-          As of Maven 2.1.0+, you can encrypt passwords in your settings file, 
however you must first configure a master password. For more information on
-          both server passwords and the master password, see the <a 
href="./guides/mini/guide-encryption.html">Guide to Password Encryption</a>.
-        </p>
-        </subsection>
+  []
 
-        <subsection name="Toolchains">
-          <p>
-            As of Maven 2.0.9+, you can build a project using a specific 
version of JDK independent from the one Maven is running with.
-            For more information, see the <a 
href="./guides/mini/guide-using-toolchains.html">Guide to Using Toolchains</a>.
-          </p>
-        </subsection>
+  For information on this file, see the {{{./settings.html}Settings reference}}
 
+** Security
 
-      </subsection>
- 
- 
- 
+  As of Maven 2.1.0+, you can encrypt passwords in your settings file, however 
you must first configure a master password. For more information on
+  both server passwords and the master password, see the 
{{{./guides/mini/guide-encryption.html}Guide to Password Encryption}}.
+
+** Toolchains
+
+  As of Maven 2.0.9+, you can build a project using a specific version of JDK 
independent from the one Maven is running with.
+  For more information, see the 
{{{./guides/mini/guide-using-toolchains.html}Guide to Using Toolchains}}.
\ No newline at end of file


Reply via email to