You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/05/02 22:02:51 UTC

svn commit: r1098811 - /incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml

Author: lcorneliussen
Date: Mon May  2 22:02:51 2011
New Revision: 1098811

URL: http://svn.apache.org/viewvc?rev=1098811&view=rev
Log:
More appropriate description for WSDL Maven Plugin

Modified:
    incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml

Modified: incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml?rev=1098811&r1=1098810&r2=1098811&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml Mon May  2 22:02:51 2011
@@ -28,7 +28,7 @@ under the License.
   <artifactId>maven-wsdl-plugin</artifactId>  
   <packaging>maven-plugin</packaging>  
   <name>NPanday :: WSDL Maven Plugin</name>  
-  <description>Maven Plugin for .NET: Generates WSDLs</description>
+  <description>Maven Plugin for .NET: Generates Client-side Proxies from WSDLs/Service References</description>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>