Skip to content

Commit 293d2fd

Browse files
committed
WW-4754 Marks sitegraph plugin as deprecated
1 parent 5fd605e commit 293d2fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plugins/sitegraph/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<artifactId>struts2-sitegraph-plugin</artifactId>
3333
<packaging>jar</packaging>
34-
<name>Struts 2 Sitegraph Plugin</name>
34+
<name>DEPRECATED: Struts 2 Sitegraph Plugin</name>
3535

3636
<build>
3737
<plugins>

plugins/sitegraph/src/main/java/org/apache/struts2/Main.java

+2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
* <p>You can access the help information for these tools by simply running the jar without any arguments.</p>
4545
*
4646
* <!-- END SNIPPET: javadoc -->
47+
* @deprecated
4748
*/
49+
@Deprecated
4850
public class Main {
4951
public static void main(String[] args) {
5052
if (args.length == 0) {

0 commit comments

Comments
 (0)