File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,6 @@ Class-Path: lib/plexus-utils-1.1.jar lib/commons-lang-2.1.jar
228
228
<addClasspath>true</addClasspath>
229
229
<classpathPrefix>lib/</classpathPrefix>
230
230
<classpathLayoutType>repository</classpathLayoutType>
231
-
232
- <!-- NOTE: Deprecated in version 2.4. Use 'classpathLayoutType' instead.
233
- <classpathMavenRepositoryLayout>true</classpathMavenRepositoryLayout>
234
- -->
235
231
</manifest>
236
232
</archive>
237
233
</configuration>
@@ -255,11 +251,6 @@ Class-Path: lib/plexus-utils-1.1.jar lib/commons-lang-2.1.jar
255
251
</project>
256
252
+-----+
257
253
258
- <<Note:>> In version 2.3, this feature was available by setting the <<<\<classpathMavenRepositoryLayout\>>>>
259
- element to the value <<<true>>>. This configuration option has been *deprecated* in version 2.4,
260
- in favor of the more general <<<\<classpathLayoutType\>>>> element, where a value of <<<'repository'>>>
261
- will render the same behavior.
262
-
263
254
The manifest classpath produced using the above configuration would look like this:
264
255
265
256
+-----+
Original file line number Diff line number Diff line change 45
45
< addDefaultSpecificationEntries/>
46
46
< addExtensions/>
47
47
< classpathLayoutType/>
48
- < classpathMavenRepositoryLayout/>
49
48
< classpathPrefix/>
50
49
< customClasspathLayout/>
51
50
< mainClass/>
@@ -244,17 +243,6 @@ Specification-Vendor: \${project.organization.name}
244
243
<td >String</td >
245
244
<td >2.4</td >
246
245
</tr >
247
- <tr >
248
- <td >classpathMavenRepositoryLayout</td >
249
- <td >
250
- The created <code >Class-Path</code > entry will contain paths
251
- that follow the Maven 2 repository layout:
252
- <code >${groupId}/${artifactId}/${version}/${fileName}</code >.
253
- The default value is <code >false</code >.
254
- </td >
255
- <td >boolean</td >
256
- <td >2.3</td >
257
- </tr >
258
246
<tr >
259
247
<td >classpathPrefix</td >
260
248
<td >
You can’t perform that action at this time.
0 commit comments