Skip to content

Commit a230315

Browse files
committed
[MSHARED-782] Deprecated option classpathMavenRepositoryLayout not marked as deprecated in the documentation
1 parent c16bda7 commit a230315

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/site/apt/examples/classpath.apt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ Class-Path: lib/plexus-utils-1.1.jar lib/commons-lang-2.1.jar
228228
<addClasspath>true</addClasspath>
229229
<classpathPrefix>lib/</classpathPrefix>
230230
<classpathLayoutType>repository</classpathLayoutType>
231-
232-
<!-- NOTE: Deprecated in version 2.4. Use 'classpathLayoutType' instead.
233-
<classpathMavenRepositoryLayout>true</classpathMavenRepositoryLayout>
234-
-->
235231
</manifest>
236232
</archive>
237233
</configuration>
@@ -255,11 +251,6 @@ Class-Path: lib/plexus-utils-1.1.jar lib/commons-lang-2.1.jar
255251
</project>
256252
+-----+
257253

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-
263254
The manifest classpath produced using the above configuration would look like this:
264255

265256
+-----+

src/site/xdoc/index.xml.vm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
&lt;addDefaultSpecificationEntries/&gt;
4646
&lt;addExtensions/&gt;
4747
&lt;classpathLayoutType/&gt;
48-
&lt;classpathMavenRepositoryLayout/&gt;
4948
&lt;classpathPrefix/&gt;
5049
&lt;customClasspathLayout/&gt;
5150
&lt;mainClass/&gt;
@@ -244,17 +243,6 @@ Specification-Vendor: \${project.organization.name}
244243
<td>String</td>
245244
<td>2.4</td>
246245
</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>
258246
<tr>
259247
<td>classpathPrefix</td>
260248
<td>

0 commit comments

Comments
 (0)