diff --git a/pom.xml b/pom.xml
index 4310022fcf6b7ccaf3c32f2e64439365000d885b..80bad8493ebd3a92f463ff172fe24cc67e3baf6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,9 +249,7 @@
 								<extraarg>-verbose</extraarg>
 								<!-- Generate client side code -->
 								<extraarg>-client</extraarg>
-								<!--- Generate sample implementation classes -->
-								<!-- <extraarg>-impl</extraarg> -->
-								<!--- Enable header processing even if not defined in port secion of wsdl -->
+								<!--- Enable header processing even if not defined in port section of wsdl -->
 								<extraarg>-exsh</extraarg>
 								<extraarg>true</extraarg>
 								<!--- Generate a default to String method in each class -->
@@ -261,7 +259,6 @@
 							</extraargs>
 						</wsdlOption>
 					</wsdlOptions>
-					<!-- <additionalJvmArgs>-Djavax.xml.accessExternalDTD=all</additionalJvmArgs> -->
 					<encoding>UTF-8</encoding>
 				</configuration>
 				<executions>