Skip to content

Commit eea73f2

Browse files
authored
remove extra newline in code blocks (#318)
1 parent 88d241c commit eea73f2

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

src/site/xdoc/index.xml.vm

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
for that plugin.
3434
</p>
3535

36-
<source>
37-
&lt;<a href="#class_archive">archive</a>&gt;
36+
<source>&lt;<a href="#class_archive">archive</a>&gt;
3837
&lt;addMavenDescriptor/&gt;
3938
&lt;compress/&gt;
4039
&lt;forced/&gt;
@@ -67,8 +66,7 @@
6766
&lt;/manifestEntries&gt;
6867
&lt;manifestSection/&gt;
6968
&lt;/manifestSections&gt;
70-
&lt;/archive&gt;
71-
</source>
69+
&lt;/archive&gt;</source>
7270

7371
<a name="class_archive"/>
7472
<subsection name="archive">
@@ -188,8 +186,7 @@
188186
The auto created <code>META-INF/maven/${groupId}/${artifactId}/pom.properties</code> file will contain the
189187
following content:
190188
</p>
191-
<source>
192-
artifactId=\${project.artifactId}
189+
<source>artifactId=\${project.artifactId}
193190
groupId=\${project.groupId}
194191
version=\${project.version}</source>
195192
</subsection>
@@ -220,8 +217,7 @@ version=\${project.version}</source>
220217
<td>3.4.0</td>
221218
<td>
222219
If the manifest will contain these entries:
223-
<source>
224-
Created-By: Maven Archiver ${project.version}
220+
<source>Created-By: Maven Archiver ${project.version}
225221
Build-Jdk-Spec: ${java.specification.version}
226222
Java-Version: &#36;{project maven.compiler.release/target}</source>
227223
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 @@ Java-Version: &#36;{project maven.compiler.release/target}</source>
237233
<td>2.1 and 2.6</td>
238234
<td>
239235
If the manifest will contain these entries:
240-
<source>
241-
Implementation-Title: \${project.name}
236+
<source>Implementation-Title: \${project.name}
242237
Implementation-Version: \${project.version}
243238
Implementation-Vendor: \${project.organization.name}</source>
244239
The default value is <code>false</code>.
@@ -250,8 +245,7 @@ Implementation-Vendor: \${project.organization.name}</source>
250245
<td>2.1</td>
251246
<td>
252247
If the manifest will contain these entries:
253-
<source>
254-
Specification-Title: \${project.name}
248+
<source>Specification-Title: \${project.name}
255249
Specification-Version: \${project.artifact.selectedVersion.majorVersion}.\${project.artifact.selectedVersion.minorVersion}
256250
Specification-Vendor: \${project.organization.name}</source>
257251
The default value is <code>false</code>.
@@ -263,8 +257,7 @@ Specification-Vendor: \${project.organization.name}</source>
263257
<td>3.4.0</td>
264258
<td>
265259
If the manifest will contain these entries:
266-
<source>
267-
Build-Tool: ${maven.build.version}
260+
<source>Build-Tool: ${maven.build.version}
268261
Build-Jdk: ${java.version} (${java.vendor})
269262
Build-Os: ${os.name} (${os.version}; (${os.arch})</source>
270263
The default value is <code>false</code>.

0 commit comments

Comments
 (0)