remove extra newline in code blocks (#318) (#319)
diff --git a/src/site/xdoc/index.xml.vm b/src/site/xdoc/index.xml.vm
index 314d62e..9aca084 100644
--- a/src/site/xdoc/index.xml.vm
+++ b/src/site/xdoc/index.xml.vm
@@ -33,8 +33,7 @@
for that plugin.
</p>
- <source>
-<<a href="#class_archive">archive</a>>
+ <source><<a href="#class_archive">archive</a>>
<addMavenDescriptor/>
<compress/>
<forced/>
@@ -67,8 +66,7 @@
</manifestEntries>
<manifestSection/>
</manifestSections>
-</archive>
- </source>
+</archive></source>
<a name="class_archive"/>
<subsection name="archive">
@@ -188,8 +186,7 @@
The auto created <code>META-INF/maven/${groupId}/${artifactId}/pom.properties</code> file will contain the
following content:
</p>
- <source>
-artifactId=\${project.artifactId}
+ <source>artifactId=\${project.artifactId}
groupId=\${project.groupId}
version=\${project.version}</source>
</subsection>
@@ -220,8 +217,7 @@
<td>3.4.0</td>
<td>
If the manifest will contain these entries:
- <source>
-Created-By: Maven Archiver ${project.version}
+ <source>Created-By: Maven Archiver ${project.version}
Build-Jdk-Spec: ${java.specification.version}
Java-Version: ${project maven.compiler.release/target}</source>
Since 3.5.0, the default value of <code>Created-By</code> entry can be overridden (usually by plugin code) using
@@ -237,8 +233,7 @@
<td>2.1 and 2.6</td>
<td>
If the manifest will contain these entries:
- <source>
-Implementation-Title: \${project.name}
+ <source>Implementation-Title: \${project.name}
Implementation-Version: \${project.version}
Implementation-Vendor: \${project.organization.name}</source>
The default value is <code>false</code>.
@@ -250,8 +245,7 @@
<td>2.1</td>
<td>
If the manifest will contain these entries:
- <source>
-Specification-Title: \${project.name}
+ <source>Specification-Title: \${project.name}
Specification-Version: \${project.artifact.selectedVersion.majorVersion}.\${project.artifact.selectedVersion.minorVersion}
Specification-Vendor: \${project.organization.name}</source>
The default value is <code>false</code>.
@@ -263,8 +257,7 @@
<td>3.4.0</td>
<td>
If the manifest will contain these entries:
- <source>
-Build-Tool: ${maven.build.version}
+ <source>Build-Tool: ${maven.build.version}
Build-Jdk: ${java.version} (${java.vendor})
Build-Os: ${os.name} (${os.version}; (${os.arch})</source>
The default value is <code>false</code>.