We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd605e commit 293d2fdCopy full SHA for 293d2fd
plugins/sitegraph/pom.xml
@@ -31,7 +31,7 @@
31
32
<artifactId>struts2-sitegraph-plugin</artifactId>
33
<packaging>jar</packaging>
34
- <name>Struts 2 Sitegraph Plugin</name>
+ <name>DEPRECATED: Struts 2 Sitegraph Plugin</name>
35
36
<build>
37
<plugins>
plugins/sitegraph/src/main/java/org/apache/struts2/Main.java
@@ -44,7 +44,9 @@
44
* <p>You can access the help information for these tools by simply running the jar without any arguments.</p>
45
*
46
* <!-- END SNIPPET: javadoc -->
47
+ * @deprecated
48
*/
49
+@Deprecated
50
public class Main {
51
public static void main(String[] args) {
52
if (args.length == 0) {
0 commit comments