You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/AbstractWsdl2JavaMojo.java
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,6 @@ public abstract class AbstractWsdl2JavaMojo extends AbstractMojo {
67
67
*/
68
68
privateStringurl;
69
69
70
-
/**
71
-
* Output directory for emitted files.
72
-
*
73
-
* @parameter
74
-
* @required
75
-
*/
76
-
privateFileoutput;
77
-
78
70
/**
79
71
* Add scope to deploy.xml: "Application", "Request", "Session".
Copy file name to clipboardExpand all lines: maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateTestSourcesMojo.java
0 commit comments