33
33
for that plugin.
34
34
</p >
35
35
36
- <source >
37
- < <a href =" #class_archive" >archive</a >>
36
+ <source >< <a href =" #class_archive" >archive</a >>
38
37
< addMavenDescriptor/>
39
38
< compress/>
40
39
< forced/>
67
66
< /manifestEntries>
68
67
< manifestSection/>
69
68
< /manifestSections>
70
- < /archive>
71
- </source >
69
+ < /archive> </source >
72
70
73
71
<a name =" class_archive" />
74
72
<subsection name =" archive" >
188
186
The auto created <code >META-INF/maven/${groupId}/${artifactId}/pom.properties</code > file will contain the
189
187
following content:
190
188
</p >
191
- <source >
192
- artifactId=\${project.artifactId}
189
+ <source >artifactId=\${project.artifactId}
193
190
groupId=\${project.groupId}
194
191
version=\${project.version}</source >
195
192
</subsection >
@@ -220,8 +217,7 @@ version=\${project.version}</source>
220
217
<td >3.4.0</td >
221
218
<td >
222
219
If the manifest will contain these entries:
223
- <source >
224
- Created-By: Maven Archiver ${project.version}
220
+ <source >Created-By: Maven Archiver ${project.version}
225
221
Build-Jdk-Spec: ${java.specification.version}
226
222
Java-Version: $ {project maven.compiler.release/target}</source >
227
223
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: ${project maven.compiler.release/target}</source>
237
233
<td >2.1 and 2.6</td >
238
234
<td >
239
235
If the manifest will contain these entries:
240
- <source >
241
- Implementation-Title: \${project.name}
236
+ <source >Implementation-Title: \${project.name}
242
237
Implementation-Version: \${project.version}
243
238
Implementation-Vendor: \${project.organization.name}</source >
244
239
The default value is <code >false</code >.
@@ -250,8 +245,7 @@ Implementation-Vendor: \${project.organization.name}</source>
250
245
<td >2.1</td >
251
246
<td >
252
247
If the manifest will contain these entries:
253
- <source >
254
- Specification-Title: \${project.name}
248
+ <source >Specification-Title: \${project.name}
255
249
Specification-Version: \${project.artifact.selectedVersion.majorVersion}.\${project.artifact.selectedVersion.minorVersion}
256
250
Specification-Vendor: \${project.organization.name}</source >
257
251
The default value is <code >false</code >.
@@ -263,8 +257,7 @@ Specification-Vendor: \${project.organization.name}</source>
263
257
<td >3.4.0</td >
264
258
<td >
265
259
If the manifest will contain these entries:
266
- <source >
267
- Build-Tool: ${maven.build.version}
260
+ <source >Build-Tool: ${maven.build.version}
268
261
Build-Jdk: ${java.version} (${java.vendor})
269
262
Build-Os: ${os.name} (${os.version}; (${os.arch})</source >
270
263
The default value is <code >false</code >.
0 commit comments