mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4754 Marks sitegraph plugin as deprecated
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<artifactId>struts2-sitegraph-plugin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Struts 2 Sitegraph Plugin</name>
|
||||
<name>DEPRECATED: Struts 2 Sitegraph Plugin</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -44,7 +44,9 @@ import java.util.List;
|
||||
* <p>You can access the help information for these tools by simply running the jar without any arguments.</p>
|
||||
*
|
||||
* <!-- END SNIPPET: javadoc -->
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
if (args.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user