Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions src/site/xdoc/index.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
for that plugin.
</p>

<source>
&lt;<a href="#class_archive">archive</a>&gt;
<source>&lt;<a href="#class_archive">archive</a>&gt;
&lt;addMavenDescriptor/&gt;
&lt;compress/&gt;
&lt;forced/&gt;
Expand Down Expand Up @@ -67,8 +66,7 @@
&lt;/manifestEntries&gt;
&lt;manifestSection/&gt;
&lt;/manifestSections&gt;
&lt;/archive&gt;
</source>
&lt;/archive&gt;</source>

<a name="class_archive"/>
<subsection name="archive">
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -220,8 +217,7 @@ version=\${project.version}</source>
<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: &#36;{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
Expand All @@ -237,8 +233,7 @@ Java-Version: &#36;{project maven.compiler.release/target}</source>
<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>.
Expand All @@ -250,8 +245,7 @@ Implementation-Vendor: \${project.organization.name}</source>
<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>.
Expand All @@ -263,8 +257,7 @@ Specification-Vendor: \${project.organization.name}</source>
<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>.
Expand Down